Search Results for 'wordpress'
-
Search Results
-
Hi Guys,
BuddyPress v2.5.3
Wordpress v4.5.2
My own theme created with ArtisteerGetting blank notifications for every user. Seems to happen when something is triggered (ie: user is mentioned in the activity wall or something else).
Never used to happen, can only assume an update has caused it.
Has anyone else had this? Is there a log file I can check to see what’s going on?
Thanks
Topic: Solve Error 500
Hello,
I am having an Error 500 while activating Buddypress.
I know that this topic has been talked before, but the issue here is that I have 512M for the wordpress to use. So it is not the memory.
The PHP.ini tells that there is 512M and I used these two lines in config.php.define('WP_MEMORY_LIMIT', '256M'); define('WP_MAX_MEMORY_LIMIT', '512M');I had Buddypress working perfectly. In fact, I had problems with bbPress but not with Buddypress.
Everything was working perfectly and I deactivated all plugins to activate them one by one after I deleted two or three.
I first activate Buddypress and BOOM, Error 500.
I don’t get it. I can activate everything except Buddypress.
Any help? Thanks!Juan
I am new to BP I have version BP 2.5.3 and WP 4.5.2. I love PB registration form that is simple and redirect new member to the email for activation. simple and efficient. I have a question regarding the registration form
How can I move the ” complete signup” button to the left (under confirme Paswword). I have members saying it is hard to see way to the right on large screens.(or making it with an orange background?)
I am not a programmer so I do not know PHP (but I know how to copy paste !!!!! 🙂
If you can also mention the path for the file and also how to may be place it in my child subtheme’s folder so it does not get erased at the next update….(new to wordpress too, even at 72 there is still some learning todo!> Thanks!I have inserted shortcode on the members pages to display BadgeOS Earned Achievments along with the data buddypress retrieves. It works when the page is loaded, but when a new sorting option or pagination is triggered the shortocde itself displays. If I refresh the page in the browser the shortcode displays properly again. Any idea what could be causing this?
for example, go here, then choose a different sorting option. http://vetsgaming.com/groups/new-recruits-1872787461/WordPress 4.5.2
Version 2.5.2I’m having trouble with getting emails to send when BuddyPress is enabled. If I disable the plugin I get registration emails, but when it is enabled I get a message on the screen saying the message was successfully sent, but the email never goes through.
I have tried installing Postman SMTP as described in this post: https://buddypress.org/support/topic/register-activation-emails-not-being-send-smtp-configuration-not-set/#post-252037
Even with Postman STMP installed, registration messages still don’t come through. They also don’t show up in the Postman logs. However, my test messages in Postman are delivered with no trouble, and password resets, etc, show up in Postman logs and are delivered successfully.
This is running on Windows Server 2012 using XAMPP
Wordpress: 4.5.2
BuddyPress: 2.5.3
Theme: AllianceAny help is much appreciated.
hi.
i am using latest version of wordpress and buddypress.
——
i want to create a new field by code, in group1 (which will be appeared on signup page) so when user is signing up,
see that box and fill it, and cannot edit it after the account creation (for example just like USERNAME!)
(you set it once, and it cannot be edited after…)and then so i want to call that field later, and assing data to it like:
xprofile_set_field_data ('First Name', $user_data->ID, $identity->name->givenName); xprofile_set_field_data ('Last Name', $user_data->ID, $identity->name->familyName); xprofile_set_field_data ('WHO INFORMED YOU', $user_data->ID, $identity->personname);someone suggested me this code to put it in bp-custom (but it’s not working) :
function bp_add_custom_buddy_friend() { if ( !xprofile_get_field_id_from_name('personname') && 'bp-profile-setup' == $_GET['page'] ) { $country_list_args = array( 'field_group_id' => 1, 'name' => 'whoinformedyou', 'description' => 'write your friend's name who informed you about us if no one told you about us, then write NoBody.', 'can_delete' => true, 'field_order' => 2, 'is_required' => true, 'type' => 'textbox', 'order_by' => 'custom' ); } } add_action('bp_init', 'bp_add_custom_buddy_friend');——–
Extra information:
i am using OneAll Social Login Plugin, to put social login buttons in my login form.
in the usual signup form, i put an extra textbox (which user must fill it), in order for me to know, how this user is informed abt my website,
the question is this:
who informed you about this website? (if a friend, then write his/her name, if no one, simply write NoBody)
so if a friend suggested, the user simply write down a name(just a text, not linked to anybody’s profile)
and if not (he/she will write NoBody)
BUT
when you login from social-login, this will not be enabled!
so i want to create a new field, and call it from social-login.
so if a user is signed in from social login,
a pop up appears and force the user to enter that field.
——-
how can i create this ?
tnxxxx a lot for any help.Topic: EnterPress on GitHub
For anyone interested, our instance of WordPress and BuddyPress with some custom and existing plugins (all free and/or open-source). Please note that is a very early development version, as is, and far from complete. Theme is based on Twenty Fifteen. Hope it can be of use! Feel free to contribute!

All the best!
Topic: text field pre fill
im developing a new site with wp and buddypress and i want to insert some text into the activity text field to be there when my users start to udate their status. The text will just be a youtube embbeding shortcode to help users to embbed their youtube videos easily since my users dont know anything about shortcodes, the text will be something like this: [embed width="123" height="456"]paste your youtube url here[/embed]. Im using versions wordpress 4.5.2, buddypress 2.5.3. My website is foobhoo.com but it is still in construction, please help. My question is how to pre fill text into text editor on buddypress whats new text field to be there for every user?
Hello,
I have inherited a site that is showing a list of groups using the groups component which has a wordpress page associated with it:
Groups == Our Clubs (page title)
The page is reached by menu:
About us -> Our Clubs
The page has been titled “Our Clubs” and the breadcrumb should read “Home > Our Clubs”
However the component renames both of those to “Groups” even though the page is set to “Our Clubs”
Is there a way to make buddypress not override the page title? Presumably the point of setting a custom page is for this precise reason. Also it would be good if the solution could survive future upgrades.
For people reading this, it’s not the slug, entire component or other group pages I’m looking to rename (as has been posted elsewhere) just don’t want my custom page overwritten.
Thanks