Matt Jaworski
Forum Replies Created
-
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] Security: HackingPlease contact us at [email protected]
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] Security: HackingWe are working on it. Improvements will be gradually released in the next versions.
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] Security: HackingHi,
this URL is the AJAX endpoint used to check if there are new notifications for a given user. It runs every 5 seconds or so to keep the notifications real-time.
We have no known unpatched security issues, so as far as everyone is concerned there isn’t any known threat of a hack.
500 errors usually result from server misconfiguration, especially with badly configured mod_security and such.
More rarely not enough resources can be a problem. Although some of the websites running PeepSo have 5000+ active users and work fine on regular servers.
If you need us to take a close look at your website, you’re welcome to send us a support ticket, share your website URL privately – and we will have a closer look.
Thanks,
MattForum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] Can I upload files yet?There are no file uploads in PeepSo, and integrating a 3rd party plugin would require some serious custom development. A good developer will be able to figure it out by reverse-engineering ProfileSo.
Hi,
please use this link https://peepso.com/contact/support
You might need to register an account. Our support staff will need your wp-admin access and perhaps FTP etc.
The support for PeepSo Core, LocSo, MoodSo and TagSo is provided free of charge. Only the premium (paid) ones require a valid license ??
Our support usually does not operate on weekends, though.
Thanks
MJSorry about the trouble. I’m afraid you’ll have to open a support ticket and provide admin/server access for us to look into the issue closely, because it’s very unusual.
Hi Noel,
I have my PeepSo instances running on Dreamhost shared hosting without any issues, an example content path on one of my websites is:
/home/jaworskimatt/mattsplugins.io/wp-content/peepso
Does the directory you try to set exist and is writable? Can you see it through SSH or FTP?
Best
MattForum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] peepso groupsI’m not sure BP would play nice with PeepSo. We are thinking about a VERY basic GroupSo release some time next month. It will be a premium (paid) extension. The first version will NOT support closed or private groups, but we will be releasing new free updates – incrementally adding new features – 1-2 times a month.
We are also working on implementing group migration in our free BP-PeepSo migration tool.
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] peepso profile is not saving@marieliese thanks for your interes in PeepSo! We would have to take a look at your website to figure it out. If you don’t want to share it here, you are welcome to open a support ticket
https://www.peepso.com/contact/support/
Thanks
MattForum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] Better blog fetcher@webbiepro777 thanks for your interest in PeepSo.
The Blog Posts plugin is actually not an official PeepSo extension, but I happen to be the lead developer of both.
The short answer is “no” – i will not change the way the blog posts are embedded, because I am using the default WordPress embed engine here.
The plugin is open source, though, and open for forks and reasonable pull requests.
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] peepso groupsGroups plugin just left the drawing board and went into development last week. A very rough guess is “hopefully less than 6 months” but we are NOT promising anything ??
Nice to meet you too ?? If you have any other ideas of integrating with PeepSo, I am all ears. You have quite a bunch of nice plugins ??
@damian, thanks for the interest in hooking into PeepSo! We will add a new action in that area for you in the upcoming version 1.6.2:
peepso_after_login_form
If you want to play with it now, modify these two files:
templates/general/login.php templates/widgets/me.tpl.php
Add the action just above the WSL
if()
statement:do_action('peepso_after_login_form'); if( 1 === PeepSo::get_option('wsl_enable',0)) { ?>
I tested with some dummy HTML it and this is where the action renders:
https://www.dropbox.com/s/5yue4753617126l/Screenshot%202016-07-21%2010.50.16.png?dl=0
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] Sorry, no data to show@wentforgold this message shows when there are no profile fields.
Profile fields can be managed in wp-admin -> PeepSo -> Profiles, although you should have some there by default after upgrading to 1.6.0
Make sure you have some profile fields configured and enabled.
If you haven’t touched them, try re-activating PeepSo Core.
https://www.dropbox.com/s/vn88kdxmb5fz5wb/Screenshot%202016-06-20%2011.34.03.png?dl=0
Forum: Plugins
In reply to: [Community by PeepSo - Download from PeepSo.com] nofollow users website linkHi,
I will look into adding that to the 1.6.1 release as a property of the “URL” field
If you need it right away, you would have to modify the PeepSoFieldTextURL class, namely the output of _render_link() method
Best,
Matt