Search Results for 'wordpress'
-
Search Results
-
Topic: 1.9 top features – ideas
Wordpress 3.5.1
BuddyPress Version 1.7.2
concerning this site: http://www.mtgeco.net/groups/Hi,
my create group button on the groups page is placed in the headline div instead of the main #buddypress div, i like it to be.
Code looks like this:<div class="post-headline"> <h2> <a title="Permanent Link to Groups Create a Group" rel="bookmark" href=""> … </a> <a class="button bp-title-button" href="http://www.mtgeco.net/groups/create/"> … </a> </h2> </div>I dont know where to edit buddypress or maybe my theme (atahualpa) to get my create-group-button to the main buddypress div.
with hopeful regards,
WilWP Version: 3.5.1
BP Version: 1.7.2Hi, I already have a wordpress theme I would like to continue using. I needed to know what files I need in my theme in order to make changes the profile header and profile body.
thank so much in advance,
AngelHello,
I need to change the redirect page that appear after logging in. I want it like when you access into your facebook account and the link “www.facebook.com” shows activities, avatar, notifications, messages… etc.
Note that:
1. if you are suggesting a plugin, i am using now the plugin “private_community_for_bp-master”.
2. using buddypress 1.7.2
3. using wordpress 3.5.1Regards,
Haies H. Alshammari.Hi, I’m looking for a plugin (or manual code) which allows me restrict the registered users from accessing some features based on their activities.
for example users could send private message ONLY if they’ve posted 50 topic replies. Actually I need what I said. but if there is a plugin with more features it would be nice. I couldn’t find any working plugin.my installation:
wordpress 3.5.1
buddypress 1.6.?Thanks in advance
Hello,
Some of our members’ avatars are sideways. One of them wrote me today and she’s using a GalaxyS2 phone to upload her image. Any ideas what we can do to fix this for them?
WordPress v 3.5.1
BuddyPress v 1.7.2
Running on Genesis frameworkThank you!
When trying to deactivate Buddyprres (befoer actually uninstalling the plugin) it gives the error:
Fatal error: Call to undefined function bp_get_option() in /home/ipanoxdk/public_html/wp-content/plugins/buddypress-groups-extras/bpge.php on line 36
Pls advice
Wordpress wersion 3.5.1Hi,
I have the latest version of WordPress and BuddyPress. I also have Commons in a Box.
The website link is http://www.jaikalki.comI installed the suggested updates for BuddyPress and wordpress. Then went on to install the updates for ‘Commons in a Box’
After installing the suggested updates for ‘Commons in a Box’, It gave me the following error and now the whole website including wp-admin dashboard in down.:(
===============================================================================================
Fatal error: Cannot redeclare bp_login_redirect() (previously declared in /home/content/j/a/i/jaikalki/html/wp-content/plugins/buddypress-login-redirect/bp-login-redirect.php:10) in /home/content/j/a/i/jaikalki/html/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php on line 235
==============================================================================================I’m freaking out.I had made customizations to the website. I have active members and data on it. Is it all lost?? Please Help!
Thank you much in advance,
ShreyaTopic: Using bp_group_has_members
Hello guys, I’m having an error with this simple sample of code :
function test() { if ( bp_group_has_members( 'group_id=2' ) ) { echo "SOME MEMBERS"; } else { echo "NO MEMBER"; } } add_action('bp_init', 'test');The error I get is :
[28-May-2013 17:59:37 UTC] WordPress database error Table ‘buddytest.m’ doesn’t exist for query SELECT m.user_id, m.date_modified, m.is_banned, u.user_login, u.user_nicename, u.user_email, pd.value as display_name FROM m, wp_users u, pd WHERE u.ID = m.user_id AND u.ID = pd.user_id AND pd.field_id = 1 AND group_id = 2 AND is_confirmed = 1 AND is_banned = 0 AND is_admin = 0 AND is_mod = 0 ORDER BY m.date_modified DESC LIMIT 0, 20 made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, process_email_group, email_the_group, bp_group_has_members, BP_Groups_Group_Members_Template->__construct, BP_Groups_Member->get_all_for_group
If someone can help me figure out what’s wrong that would be so great! Thanks!