Search Results for 'wordpress'
-
AuthorSearch Results
-
June 16, 2015 at 8:29 am #240760
In reply to: [Resolved] Groups function is broken
pihla
ParticipantI emptied these three:
wp_groups
wp_groups_groupmeta
wp_groups_membersI managed to create one group (which does not show in the public side) but the next group I created gave this error:
WordPress database error: [Duplicate entry ‘0’ for key ‘PRIMARY’]
INSERT INTO wp_bp_groups ( creator_id, name, slug, description, status, enable_forum, date_created ) VALUES ( 22, ‘Vanhat talot’, ‘vanhat-talot’, ‘Vanhat talot’, ‘public’, 0, ‘2015-06-16 08:25:16’ )I can not understand, this seems to say that enable_forum would be primary key which it can not be…
June 14, 2015 at 11:08 pm #240715In reply to: Why is there no ajax on profile tabs?
CodeMonkeyBanana
ParticipantWith standard buddypress (no modifications) you can freely view anyone’s messages without even logging in. Personally I think that is not very good security/privacy, whatever you want to call it.
I made a ticket as I don’t think that “private messages” should be publicly viewable
(https://buddypress.trac.wordpress.org/ticket/6504#ticket)What privacy/security checks would you recommend for people who don’t want users private data publicly viewable?
June 14, 2015 at 11:06 pm #240714In reply to: Why is there no ajax on profile tabs?
Henry Wright
ModeratorAlso, to answer your question:
How would you do the security check?
These must be done server side. You’re right to think that anything done via the client can be tainted (manipulated by an end user).
The general process is:
- Make an AJAX call passing any client-side data to the server
- Process the data (secure it and perform necessary privacy checks) and then send a response
- Do something client-side with that response
For more info on AJAX and WordPress, check out the AJAX in Plugins article.
June 14, 2015 at 9:01 am #240696danbp
ParticipantThe following active BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair
Those pages are not created automatically. When you get this error message, you have to create the pages manually first.
Go back to bp settings > pages tab and allocate the new pages to the respective component. Save.
You have also to set pretty permalinks to something other thant “by default”. Save.
Now BP has his page assigned and should work.
About the missing button.
Clear your browser cache.
If you use a cache plugin, clear it.
Go to wp-config.php and activate debug mode at the end of the file.Deactivate all plugins except BP and activate one of WP’s theme (2015, 2014 or 2013…)
See if you get some error message and correct the errors (if exist).
If after tracking/repairing errors, the button is still not showing, deactivate buddypress, delete it and upload a fresh copy of BuddyPress to your site. Sometimes files can be corrupted and need to be replaced. No worry, this will not affect any data in your DB.
If still nothing, check that your host plan has the required php version to be used with WP and BP: at least 5.2.4
June 13, 2015 at 10:58 pm #240687In reply to: Buddypress Plugin all files inactive troubleshooting
ct25
ParticipantI’ll try to explain it differently:
I had a problem on my WordPress members page, it was not automatically refreshing when you change the sort terms (alphabetical, last activity). Also, when you manually refreshed the page it did not change the order. I added select and when statements to the member-template.php and it sorted correctly but it did not automatically refresh. When you change the sort it would bring up no member but the manual refresh brought the members back according to the sort mode selected. This issue also happened with the other themes.
I believed it was the Ajax issue that many users were having (there are many forums about this same issue) and none of the fixes worked. So then, one user suggested to deactivate the plug-in, delete it, and reinstall. That also did not work.
I did notice the Ajax bypass code is located in a core file however, none of the files are active at this point (the all say inactive in the editor).
After the plug-in was reinstalled it caused the function not to work at all.
June 13, 2015 at 2:52 pm #240668In reply to: BP Messages Star fx for themes based on bp-deafult
danbp
Participanthi @wpthemes,
thank you for sharing, even if bp-default theme is no more maintained. This old theme is only in for backward compatibility with older install.
More here:
The future of the bp-default themeJune 12, 2015 at 11:45 pm #240654danbp
Participantdo you plan to ask the same question each day ? It’s the fourth time now, and you received many answers in the past 3 days. Or you received erroneous answers or you didn’t understand them or couldn’t find a solution by yourself. That’s life and i’m sorry for you but it’s just a forum here, not a miracle shop.
You say My hosting plan server is iPage (which uses NGINX), running a 5.0 PHP version.
If 5.0 is really the php version, you can’t use WP or BP with this old version as both require at least 5.2 version.
For Nginx server, have you read WP’s codex ?
https://codex.wordpress.org/Nginx
Search for nginx install on wordpress.org brings also several answers…For paid consultants, post the job to http://jobs.wordpress.net/ or BP Jobs Board.
June 12, 2015 at 3:01 pm #240638In reply to: Image watermark
danbp
ParticipantHi,
searching for a while now for a plug-in that watermarks the image that a user uploads.Depends which image you’re speaking about. On a WP install, most images are loaded to Media Library. And for this you have at least a dozen of plugins to watermark pictures.
If you’re using a plugin with his own upload directory, you could try this plugin which let you select a specific folder.
By default, BP only handles with profile pictures, stored in /uploads/avatars/
June 12, 2015 at 9:17 am #240631In reply to: availability plugin buddypress
Henry Wright
ModeratorRendez Vous is the closest thing I know of. Feel free to search the Plugin Directory to see if anything else is available.
June 12, 2015 at 8:55 am #240628In reply to: availability plugin buddypress
Henry Wright
ModeratorHave you tried Rendez Vous?
June 12, 2015 at 8:52 am #240625In reply to: SEO for Member Pages
Henry Wright
ModeratorHave you tried WordPress SEO by Yoast?
June 12, 2015 at 8:51 am #240624In reply to: Limit Group per user
Henry Wright
ModeratorJune 11, 2015 at 6:23 pm #240606In reply to: Automatically delete group after certain date
Henry Wright
ModeratorThis sounds like a job for WordPress Cron. Note that WordPress Cron works slightly different to the UNIX version in that it runs only if there is a site visit. So if your website has low traffic then use a service such as Pingdom to ensure your site is hit regularly.
June 11, 2015 at 2:33 am #240579In reply to: unable activity
kiwonuhm
Participanthi,
herre’s my answer1. Which version of WordPress are you running? 4.2.2
2. Did you install WordPress as a directory or subdomain install? worpress directory
3. If a directory install, is it in root or in a subdirectory? in root
4. Did you upgrade from a previous version of WordPress? If so, from which version? no, installed new
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes
6. Which version of BP are you running? – new one
7. Did you upgraded from a previous version of BP? If so, from which version? no, installed new on
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
I have some plugins, woocommerce, visual composer, forms, around 10
9. Are you using the standard WordPress theme or customized theme? – purchased theme, multi news
10. Have you modified the core files in any way?no
11. Do you have any custom functions in bp-custom.php?no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbpress 2.5.7, I installed individually
13. Please provide a list of any errors in your server’s log files. – checking now
14. Which company provides your hosting? – in South Korea, http://www.cafe24.comat the first place, the activation was worked. but this issue has started since when I tried to click translate button. I did many things that change theme, all plugin delete and activate, but buddypress is not working.
if there are something I missed, please let me know what I have to try
Thanks!June 10, 2015 at 7:35 pm #240565In reply to: How to access other members messages ?
StefanBu
ParticipantHi shanebp,
thanks, that helps. Its a pity, that bp_message_thread_has_unread() only checks for the loggedin user.
Do you think it would be possible to copy and modify this function in a custom.php ?
@danbp and Henry Wright:
For our project, we want to forward unread messages via JSON API to an external system, which has a central processing and provides these messages to external displays of users – outside WordPress. Therefore, we need a central access to all unread messages of all users.June 10, 2015 at 4:32 pm #240551In reply to: Beginner’s Problem
@mercime
Participant@sebastianpierre BuddyPress is compatible with nearly all WordPress themes out of the box. I am assuming that you’re on the latest WordPress and BuddyPress verions. Change theme to either Twenty Fifteen or Twenty Fourteen, check if all the BP pages are showing up as expected. If it is, then double-check that you have the_title and the_content template tags in your custom theme’s page.php file.
bp-template-pack files in my root folder
Just to be clear, if you’re referring to this plugin https://github.com/boonebgorges/bp-template-pack then I suggest that you deactivate it and remove the folder/files you moved to your theme folder. If you’re referring to the bp-legacy files then I suggest that you resolve the issue of BP pages showing up in your theme first before doing any kind of customization.
June 10, 2015 at 4:30 pm #240550In reply to: Problemas with the traduction
danbp
ParticipantWhich theme do you use ?
Can you test youre install with Twenty Fifteen theme and see if anything is translated ?
Are the terms not translated on front-end, or also in back-end ?FYI, the spanish translation for BP is only completed to 96%, but activity is translated. To ensure you have the most recent copy, download the spanish .mo file from here and install it in wp-content/languages/plugins/buddypress-es_ES.mo
June 10, 2015 at 3:57 pm #240545In reply to: After Registertion
@mercime
ParticipantSomething may be getting lost in translation, but if you mean you want the user who has just logged in to be redirected to his/her profile, then check out https://wordpress.org/plugins/bp-redirect-to-profile/
June 10, 2015 at 7:01 am #240525Henry Wright
ModeratorYou could use
current_user_can()to check the member’s capabilities. For example:if ( current_user_can( 'edit_pages' ) ) { // Output button }June 9, 2015 at 9:20 pm #240509shaquana_folks
ParticipantOh okay, so since it’s working from your end, maybe you can help me. Any suggestions on what I can do or should do to get it to work on my end? I’m still running into the same issue of the users not being created, even while I’m still on the Twenty Fifteen theme with only the BuddyPress plug in (now at the 2.3.1 version), the bbPress plug in (now at the 2.5.7 version) and the W3 Total Cache (still at the 0.9.4.1 version) activated. Also, I went and checked the back end again from my hosting plan provider (as well as talked to a representative of my hosting plan service over the phone) and he noticed that there was actually a lot of errors listed for my sites link. The only thing is that the representative said all the other errors listed have been resolved because he doesn’t see any other error messages on those that are listed in the error log. The only one he still sees on there (and I just realized this as well) was this message:
PHP Warning: strstr(): Empty needle in /hermes/bosweb26d/b246/ipg.sjfgraphixcom/myloopnetwork/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 781
Could this be the reason why the registration page is still not working? Because I never did any changes to that bp-core-filters.php file, I’ve only been working on the post pages and customizing my website theme that I wanted to use from before (which was the Magnus WordPress Theme). But as I was saying before, even though I’m still currently on the Twenty Fifteen theme, I’m still having issues. Please let me know what else I need to do to resolve this. My hosting plan server is iPage (which uses NGINX), running a 5.0 PHP version. I hope this additional information helps out.
June 9, 2015 at 8:45 pm #240505In reply to: HTML in Profile Field again!
patrix87
ParticipantI made some “progress”
I found this and I can agree that it is still true.
https://buddypress.trac.wordpress.org/ticket/5971
Filtering is inconsistent and sometime happens twice.I think this should be something to look into somewhat soon.
Anyway here is the minimum you have to do to turn off html filtering.
BUT it makes you website a lot more vulnerable to attacks and errors so use it at your own risk.
Add this code to your child theme function.php
//Unfilter xprofile *risky* remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_kses', 1 ); remove_filter( 'bp_get_the_profile_field_edit_value', 'wp_filter_kses', 1 ); remove_filter( 'xprofile_get_field_data', 'wp_filter_kses', 1 ); remove_filter( 'bp_xprofile_set_field_data_pre_validate', 'xprofile_filter_pre_validate_value_by_field_type', 10, 3 ); remove_filter( 'xprofile_data_value_before_save', 'xprofile_sanitize_data_value_before_save', 1, 4 );
June 9, 2015 at 4:51 pm #240492In reply to: Maximum number of users
r-a-y
KeymasterThere’s a ticket about this here:
https://buddypress.trac.wordpress.org/ticket/3789View the comments in that ticket for some approaches that you can take. If you need some hooks in BuddyPress to make this happen, let us know by replying to that ticket. Login using the same credentials as you use here on buddypress.org.
You could also think about using Gravatar and disabling avatar uploads as well. It’s probably not a valid option for your site, but just making sure you know! 🙂
June 9, 2015 at 10:22 am #240482In reply to: admin-ajax.php high wait time on pingdom test
Henry Wright
ModeratorNot that I know of. Have a read of How to Take Control of The WordPress Heartbeat API for an overview of the performance issues associated with it.
June 8, 2015 at 8:05 pm #240470In reply to: Buddypress notifications not working
Henry Wright
ModeratorIt seems this is in-progress. See 6057 for updates.
June 8, 2015 at 6:07 pm #240459In reply to: admin-ajax.php high wait time on pingdom test
atsouf
ParticipantHello and thanks for the fast reply.
1st I have a lot of custom code but nothing that interferes with admin-ajax.php
2nd My plugins (please dont panic)
Agreeable
bbpress
bbpress – custom kses allowed tags
bbpress -enable tinymce visual tab
bbpress moderation
buddypress
buddypress captcha
Contact form 7
easysocial icons
events manager
GB bbpress tools
google analytics by yoast
Gzip ninja speed compression
Loco translate
Speakout! email petitions
Tinymce advanced
Wordpress SEO
WP bakery visual composer
WP super cache
YOP Poll3d theme: fraction from orange themes (i already contacted their support and i am waiting for their reply)
-
AuthorSearch Results