Search Results for 'wordpress'
-
AuthorSearch Results
-
May 29, 2015 at 3:55 pm #239875
In reply to: Theme in Development: Preview & Feedback?
danbp
ParticipantNo matter the theme or the marketplace, first thing to take in mind is how to respect the standart.
May 29, 2015 at 3:49 pm #239871In reply to: Admin bar icons do not display on some devices
danbp
ParticipantOne crucial question to all: which theme do you use ?
Have you similar issue by using one of WP’s twenty theme ?
Have you searched in your theme documentation ? Remeber that we do not support commercial products here as we have no access to the code.Also:
The Toolbar is related to WordPress, BuddyPress use it only to add a sub-nav block under Howdy on the top right corner.May 29, 2015 at 3:31 pm #239868danbp
ParticipantHere a complete WP tutorial, in case of. (read also the comments)
May 29, 2015 at 1:42 pm #239840Henry Wright
ModeratorThere may well be a solution for this in the WordPress or BuddyPress community, but what I’m saying is it’s far more likely that you’ll find the solution in a phpMyAdmin or MySQL community. So don’t give up here, but be aware you have options if you don’t get a response.
May 29, 2015 at 8:39 am #239826Henry Wright
ModeratorHi @marvc
Whilst I can’t offer any help myself in this instance, the actual table you’re importing is irrelevant so both the WordPress and BuddyPress support forums might not be the best place to look to get help. Instead, perhaps try a phpMyAdmin or MySQL support forum. Hopefully they’ll be more help.
May 29, 2015 at 5:46 am #239821In reply to: Toolbar Empty for Mobile Logged Out Users
noMATTERdesign
ParticipantI have also noticed, even on this website if I shrink my browser to below the width of maybe 400-500px the menu doesn’t show the WordPress logo. Shouldn’t this happen at a much smaller width as to allow it to show on most smartphones?
May 29, 2015 at 12:18 am #239813In reply to: Theme in Development: Preview & Feedback?
Henry Wright
ModeratorYou’d just submit it as you would a normal WordPress theme, but specify that it provides support for BuddyPress. See some examples:
May 28, 2015 at 11:55 pm #239809jaykdoe
ParticipantI would like all member profiles to be completely private. Members should only be able to access their own profile and nobody elses. Admin accounts should have access as well, but all profiles should be completely private to all other members.
I have done some research and have found a few people looking for similar solutions, but none exactly like this. Additionally, it appears there may have been some plugins in the past that would have helped but I can no longer find them in the wordpress plugin repository.
Does anyone know of any plugins or custom code I could add to bp-custom.php to accomplish this?
Thanks in advance!
May 28, 2015 at 6:21 pm #239784danbp
ParticipantFYI, WordPress Theme Review Team is Cracking Down on Violations of the Presentation vs. Functionality Guideline. Read here.
May 28, 2015 at 8:47 am #239767Henry Wright
ModeratorHi @minglonaire
Features can be requested on Trac. Try searching existing tickets first to make sure the request isn’t already open.
May 27, 2015 at 9:18 am #239738maelga
ParticipantThat’s indeed what comes to mind with the newly introduced member types.
I just came across that old plugin that used to provide a solution for having different profile types: https://wordpress.org/plugins/buddypress-xprofiles-acl/
One may need to look into it to see how it could possibly give a headstart.
May 26, 2015 at 7:00 pm #239715In reply to: Problem with CKEditor
shanebp
ModeratorProbably a javascript conflict. Check your browser console.
In general, it’s best to use wp_editor instead of ckeditor.
May 26, 2015 at 3:35 pm #239706In reply to: Xenforo Integration?
wonky1
ParticipantI’ve got this running with a wordpress bridge, happy days..
All I need now is for BuddyPress to pull from our user tables.
I would be very grateful for some pointers.For instance, can I instruct BP to pull from the Xenforo (XF) database, using these methods;
many thanks
May 26, 2015 at 8:46 am #239698In reply to: [Resolved] User Activation Issue
proteas
ParticipantNow I have completely deleted the MySql database and all WordPress files. I did a completely clean install of WordPress 4.2.2 (without using Softaculous) and the only plugin I installed and activated is BuddyPress 2.2.3.1. Haven’t changed the language or anything else.
The problem is still there, exactly the same. The users get activated immediately after registration without clicking on the email link that is being sent to them.
May 25, 2015 at 8:07 pm #239683In reply to: Buddypress Checkbox field data
shanebp
Moderatora:3:{i:0;s:7:”English”;i:1;s:4:”Math”;i:2;s:10:”Substitute”;}
is a serialized array.BuddyPress will unserialize profile data via
xprofile_get_field_data( $field, $user_id = 0, $multi_format = 'array' )
and return an array.But if you want to do this in the context of a search query, you probably want to use wildcards in the mysql statement, for example:
%math%.
This can be tricky to implement if you haven’t done it before.There is already a good plugin that does member searches based on profile field values:
https://wordpress.org/plugins/bp-profile-search/May 25, 2015 at 10:50 am #239656In reply to: How to make a sidebar show on my BP page
hammed4real101
ParticipantAm using statfort-educational-wordpress, and have enable sidebar on the buddypress activity page.
am really confuse, help me out.
http://themeforest.net/item/statfort-educational-wordpress-theme/6839697
May 25, 2015 at 9:53 am #239653In reply to: Comments notification doesn’t work
Henry Wright
ModeratorHi @albydigei
This functionality is currently in development. See this ticket for progress:
May 24, 2015 at 10:52 am #239634In reply to: [Resolved] User Activation Issue
proteas
ParticipantI deactivated all other plugins besides BuddyPress. Activated the 2014 theme. Changed the language to English and made sure BuddyPress pages were all assigned. The permalinks were already not on default. Then I deleted the wp-config and htaccess.
Then I got to the point of install. I was asked for database information. I put the information of my already existing database, but I changed the wp_ table prefix to match the one I use for my already existing database and WP said that there was already an installation and didn’t go further. It automatically generated the wp-config with new hashes, but not .htaccess. I created it myself and only put the WP default .htaccess code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressJust to make sure, I also downloaded my entire public_html directory, and also downloaded a fresh copy of WordPress 4.2.2 and BuddyPress 2.2.3.1 and then ran them through a file difference checker application. The only two differences I found were:
1. “version.php” inside the WordPress “includes” folder
had as last line $wp_local_package = ‘el’; and I removed it and2. in BuddyPress “bp-members” folder the file “bp-members-template.php” I had changed a language string and I replaced the entire file with the fresh copy.
All other WordPress and BuddyPress files are completely identical with the original versions.
I used a different browser to register, but the problem persists exactly the same. It doesn’t work for any gmail account, but works for 1 of the two domains that used to work before.
May 24, 2015 at 9:13 am #239632In reply to: [Resolved] User Activation Issue
proteas
ParticipantI used Softaculous to install WordPress myself.
I will try your suggestions and let you know, thank you so much for your responses.
May 24, 2015 at 9:04 am #239630In reply to: [Resolved] User Activation Issue
danbp
ParticipantI’m unable to tell what happens. I tried to register, received the mail, clicked on activation link and error message.
Tried to login, and didn’t found the wp-login page.Some url’s are weird or wrong… and i suspect you haven’t correctly setup BuddyPress.
Deactivate all plugins but BP
Deactivate kleo theme and activate 2012 or 2014.Go to BP settings and check all pages. You need a page for each component. This page must only have a title and should be absolutely blank, without any template or page model assigned.
Go to permalinks and select an option. Whatever except default. Save.
Via FTP, delete wp-config.php and htaccess. This will not affect the DB content
Run WP install again (yoursite.com/install). The goal is to generate a brand new htaccess and wp-config file.
When you’re asked for, use salt key generator and copy/paste the result to wp-configIf all went correctly, you have a fresh install.
Return to BP settings and check that anything is still in place. Register and activation page maybe completed or not assigned. In this case, assign a page to each.
Return to permalinks and simply save the page.
Now you can test registering again. If it is ok, you activate kleo and re-test registering.
Subsidiary question: have you installed WP manually or did you used a hosted automated package ?
Check also kleo’s support about BP configuration.
May 24, 2015 at 8:09 am #239626In reply to: [Resolved] User Activation Issue
proteas
ParticipantSure. The site is http://www.sinaxtite.com. It’s all in Greek though, but you can still see the problem. Use the top menu, the right-most menu item is “Registration”. The only fields you need to fill are the standard ones, the left column is the standard wordpress registration fields, on the right you only need to fill in the user display name and click on the checkbox below for terms and condition acceptance.
May 23, 2015 at 11:19 pm #239613In reply to: BuddyPress Profile Images
danbp
ParticipantAnnoying issue, was initially reported for BP 1.7
See https://buddypress.trac.wordpress.org/ticket/4948
Reopen the ticket, give details and this topic url
To login use same credentials as for here.May 23, 2015 at 10:41 pm #239610In reply to: [Resolved] User Activation Issue
proteas
ParticipantI have already deactivated all plugins, leaving only BuddyPress active and it still happens.
The plugins I currently have installed are:
Agreeable
bbPress
BuddyPress Activity Privacy
BuddyPress Cover Photo
BuddyPress
WPBakery Visual Composer
K Elements
Rendez Vous
Revolution Slider
Social Articles
Ultimate Coming Soon Page
W3 Total Cache
Wp Mail Bank by Tech Banker
WordPress Simple Security Firewall
WPAchievementsMay 23, 2015 at 3:25 pm #239578danbp
ParticipantPlease have a look to this ticket
https://buddypress.trac.wordpress.org/ticket/6421Don’t hesitate to give more details or information to the devs. Login is using same credentials as on this forum.
May 22, 2015 at 9:14 pm #239554In reply to: Login Failure
Henry Wright
ModeratorHey @hmglv
Diagnosing that problem is going to be rather difficult on the little info we have to go on. My advice is to search the WordPress code base to see if anything shows up for the exact error string you’re seeing. Then try to trace back to see what may be causing the error.
-
AuthorSearch Results