Search Results for 'buddypress'
-
AuthorSearch Results
-
March 23, 2011 at 9:02 pm #108573
Jean-Pierre Michaud
Participantbtw, as i’m working on a tool right now that integrate the Buddypress Adminbar inside the official WordPress Adminbar, here is the setting i added when thinking of you:
http://nexialys.net/nex_bp_adminbar/nex_bp_adminbar_settings.png
March 23, 2011 at 8:05 pm #108570In reply to: Facebook pages plugin.
Face9000
MemberUmh,i never tried the “Groups” on buddypress :>
March 23, 2011 at 7:40 pm #108569In reply to: Subdomain Install – Pages Not Found
wescleveland
ParticipantJust ran across this article (https://codex.buddypress.org/extending-buddypress/bp-custom-php/) talking about bp-custom.php. Putting the above code in bp-custom.php is MUCH cleaner than modifying bp-core.php. So, bp-core.php is now back to it’s original state and my new bp-custom.php contains:
`<?php
/* Define on which blog ID BuddyPress should run */
if ( !defined( ‘BP_ROOT_BLOG’ ) )
define( ‘BP_ROOT_BLOG’, get_current_blog_id() );
?>`and all seems good. Haven’t found any yet, but don’t know if there might be any unintended side effects of using get_current_blog_id().
Thanks BP developers for a GREAT plugin!!!
March 23, 2011 at 7:30 pm #108568@mercime
Participant@rossagrant shucks, before you mentioned that changing usernames/passwords affected all other themes, I was going to write that you should get theme support from @Bowromir again

Seriously though, there’s a silver lining to discovering about the perils/shortcomings of Fantastico this early in your installation – knowing never to use it again for another developer installation as @nexia said. There are many who have posted their woes in WP.org forums. Shaving off a few minutes of uploading WP manually, creating a database and installing WP is not worth the hours wasted on a shaky foundation set up via Fantastico.
At this stage, it’s a blessing you only have 4 members a few groups etc which you can recreate later on. So it would come as no surprise that I would recommend starting your installation from scratch – clean and solid – after making DB and server files backup (just in case). Contact your webhost tech support on how to delete WP and Fantastico files properly. There’s one topic in WP.org forums which gives a clue but no actual solution https://wordpress.org/support/topic/fantastico-problem?replies=1 so you need your webhost tech support on this one.
March 23, 2011 at 6:57 pm #108565In reply to: use buddypress as a template for a page
@mercime
ParticipantYou could be right. http://ithemes.com/support/pre-sales-and-other-inquiries/buddypress-builder/?value=buddypress&type=1&include=1&search=1&ret=all
Having said that, just curious at what stage did the integration fail? I assume that with the Builder, after setting where you want your sidebar/s and content, you would be able to get the HTML going.
March 23, 2011 at 6:50 pm #108563In reply to: use buddypress as a template for a page
dodisabaruddin
MemberUgh.. it’s seems don’t work well with iThemes Builder.
March 23, 2011 at 6:12 pm #108562In reply to: Zebra styling Profile Page
ultimateuser
ParticipantGreat it finally works!
So what I’ve done is: I replaced global.js as mentioned by pcwriter ( http://pastebin.com/32r9bK8d )
and then I removed lines 197-8 as mentioned in patch 1 from bp-xprofile-templatetags.php.
Thanks @r-a-y for your support!
March 23, 2011 at 6:09 pm #108561Bowe
ParticipantRead this post from @sbrajesh.. it’s extremely helpful!
WordPress Multisite 3.1 and fixing the problems with BuddyPress dependent plugins
March 23, 2011 at 6:07 pm #108560In reply to: 2 member pages for 2 profile types
@mercime
Participantdupicate of https://buddypress.org/community/groups/creating-extending/forum/topic/2-profile-types-and-2-members-pages/
closing this topicMarch 23, 2011 at 6:06 pm #108559In reply to: Zebra styling Profile Page
r-a-y
KeymasterOkay, sorry forgot that the patch was for BP 1.3.
Just open up bp-xprofile-templatetags.php and find lines 197-8 from the first patch and remove them.
You could also override the “alt” CSS class with the “bp_field_css_classes” filter.
March 23, 2011 at 6:02 pm #108558In reply to: Zebra styling Profile Page
ultimateuser
Participant@r-a-y – Ok but they are basically the non-required fields members leave blank when registering.
I’d like to apply the second patch as well but then I come back to my initial question:
“I do not have the file bp-xprofile-template.php on my server. Although I do have bp-xprofile-templatetags.php?”
Can you also include a link to the entire amended file I need to use?
March 23, 2011 at 5:28 pm #108555In reply to: How to change “Search anything…”
r-a-y
KeymasterMarch 23, 2011 at 5:25 pm #108554In reply to: Problem with Main Activity Stream Tabs
r-a-y
KeymasterFYI, you currently can’t override /_inc/ajax.php in your child theme as the template path is hardcoded to the parent:
https://trac.buddypress.org/browser/tags/1.2.8/bp-themes/bp-default/functions.php#L19Needs to be patched to use STYLESHEETPATH instead of TEMPLATEPATH.
—
Regarding your problem, make sure you haven’t changed any of the list tab IDs. The AJAX requests rely on the IDs of the tabs.
March 23, 2011 at 5:20 pm #108553rossagrant
Participant@nexia Yeah this one in question was a one click install through Fantastico offered in cpanel with my host.
The installs where the user is created for the database is installed through Softcalculous.
I can change the passwords for the Softcalculous installs no problem.
I’m actually about to move hosts. Would it be possible to create a new install and port my DB across to eliminate this issue?
March 23, 2011 at 5:20 pm #108552In reply to: Buddypress Mass Messaging & WP 3.1???
r-a-y
KeymasterPlugin probably wasn’t by Andy FWIW. There’s a bug on the bp.org plugin groups section that sometimes defaults to Andy being the plugin author.
If it’s an admin menu problem, then read the post on the BP development blog:
http://bpdevel.wordpress.com/2011/02/24/updating-your-buddypress-plugins-for-1-2-8/Or:
http://code.ipstenu.org/2011/wordpress-3-1-network-menu/March 23, 2011 at 5:07 pm #108550In reply to: Change Defualt Tab for Sitewide Activity
r-a-y
KeymasterYou’d have to modify the AJAX query string.
Read the following thread:
https://buddypress.org/community/groups/creating-extending/forum/topic/activity-index-my-groups-selected-shows-all-group-activity/March 23, 2011 at 5:04 pm #108549In reply to: Zebra styling Profile Page
r-a-y
Keymaster@ultimateuser – Since you were manually modifying the profile field loop to hide a certain field, you’d also have to apply both patches.
March 23, 2011 at 5:02 pm #108548In reply to: Buddypress Mass Messaging & WP 3.1???
Avi M
ParticipantAnyone?
March 23, 2011 at 4:53 pm #108547In reply to: Apparent Bug in BuddyPress when Friends is disabled.
Slushman
MemberOn line 52, replace
“
with
`<?php if (bp_is_active('friends')) :
echo bp_member_add_friend_button();
endif; ?>`That keeps the function in there if you ever use Friends again, but takes it out if it’s turned off. Not sure why this isn’t the default way of doing this.
March 23, 2011 at 4:45 pm #108545Paul Wong-Gibbs
KeymasterI would never recommend using an older version; we fix important bugs sometimes
March 23, 2011 at 4:22 pm #108544Jean-Pierre Michaud
Participantso you have a multisite and want to disable the buddypress bar on specific blog_id ??
possible on a custom job… see me for that!
March 23, 2011 at 2:05 pm #108540In reply to: How to change “Search anything…”
aljuk
Member@gunju2221 Thanks, I saw that, but as far as I can tell, that’s for the hint text if searching using ajax (?)
What I’ve done is replaced the appropriate strings in :
bp-blogs/bp-blogs-templatetags.php
bp-core/bp-core-templatetags.php
bp-forums/bp-forums-templatetags.php
bp-groups/bp-groups-templatetags.phpwhich appears to have done the trick. Searches are working fine, as is the hint text.
Let me know if you foresee any problem with this!
March 23, 2011 at 1:58 pm #108537Bowe
ParticipantNo idea why that happens either.. I just removed the BuddyPress check and now it’s working fine.. Pretty great work nexia! Do you accept donations? if so.. where
March 23, 2011 at 1:15 pm #108532In reply to: How to change “Search anything…”
Virtuali
ParticipantThis is what you want to change:
`if ( !empty( $_POST ) && __( ‘Search anything…’, ‘buddypress’ )` in your theme’s ajax.php
March 23, 2011 at 1:13 pm #108531Virtuali
ParticipantBuddypress does not change any login functions in wordpress.
Looks to me your login works fine: http://hongernaarmeer.nl/launch1/wp-login.php?redirect_to=http%3A%2F%2Fhongernaarmeer.nl%2Flaunch1%2Fwp-admin%2F&reauth=1
-
AuthorSearch Results