Search Results for 'buddypress'
-
AuthorSearch Results
-
August 14, 2012 at 4:05 pm #139417
In reply to: [Resolved] Buddypress activity never loads
@mercime
Participant@hkcharlie Sometimes it only takes posting in the forums to find the answer on your own
Thanks for posting your solution. Marking this as resolved.August 14, 2012 at 4:01 pm #139415In reply to: unable to change text on registration page
@mercime
Participant@sudhirsinghinfo if you’re using a child theme of bp-default, then copy over https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/registration/register.php in your child theme’s folder e.g. yoursite.com/wp-content/themes/YOURTHEME/registration/register.php Open up the file you copied over and make the necessary changes and save file.
August 14, 2012 at 3:56 pm #139413In reply to: [resolved] Mobile Phone Opt Out? Button somewhere?
@mercime
Participant@zkwc @solarprestige add this to your bp-default child theme’s functions.php file
`remove_theme_support( ‘bp-default-responsive’ );`
August 14, 2012 at 3:49 pm #139411In reply to: There were no groups found.
@mercime
Participant@mystica do provide more information – WP/BP versions? Single or Multisite? Have you tried changing to BP-default theme and deactivating all plugins except BuddyPress? If this is a new installation, did you go through the Installation Wizard? If this is an installation being updated to BP 1.6, did you go through the Update Wizard?
August 14, 2012 at 3:46 pm #139410In reply to: Looking for a good login widget
@mercime
Participant@rhek premium plugin ->http://buddydev.com/plugins/buddypress-facebook-connect-plus/
August 14, 2012 at 3:42 pm #139409In reply to: Video & Image plugin for user profiles
@mercime
ParticipantImages only
Free – BP Album – https://wordpress.org/extend/plugins/bp-album/Images/Video/Audio, etc.
Free – BP Media (in beta) – http://code.google.com/p/buddypress-media/ – same plugin developer as BP Album
Premium – BP Gallery – http://buddydev.com/plugins/bp-gallery/August 14, 2012 at 3:35 pm #139408In reply to: Displaying Avatars as featured Image on blog post
@mercime
Participant@luisrosario as implemented in bp-default theme https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/index.php#L22
August 14, 2012 at 3:32 pm #139407In reply to: Adding Dynamic Profile Link to Main Menu Item
kissandim
Member@mercime is there a code to move the new “my profile” menu item to the first position (to the right of “home”)?
August 14, 2012 at 3:31 pm #139406In reply to: Site wide gallery for budypress
@mercime
ParticipantImages:
Free – BP Album – https://wordpress.org/extend/plugins/bp-album/Images/Video/Audio, etc.
Free- BP Media (beta) – http://code.google.com/p/buddypress-media/
Premium – BP Gallery – http://buddydev.com/plugins/bp-gallery/August 14, 2012 at 3:18 pm #1394039087877
InactiveYou can used my child theme its only for the BP-Default theme it adds this functionality.
http://ezwebdesign.wordpress.com/free-stuff/August 14, 2012 at 3:11 pm #139402In reply to: Remove a page from header navigation
Formbi
Participant@naijaping That sounds like a great solution, can you explain further? Where do I write that line of code exactly? I tried putting it in style.css and that didn’t work.
August 14, 2012 at 3:05 pm #139401Shane Holloman
ParticipantAfter updating to Buddypress 1.6.1 within WordPress 3.4.1 I have the same issue…
How do I access the “Install Update Wizard” again to get functionality back?I get “You do not have sufficient permissions to access this page.” for every Buddypress admin page.
Is there a solution yet for this? I’m dead in the water right nowAugust 14, 2012 at 3:04 pm #139400In reply to: Installed BuddyPress but no work?
Theonlytexaspete
MemberApologies, I have looked, but just seem to cant get the forum to display on the forum page. Have created 2 forums and 2 topics but do not appear anywhere on the page?
Thanks
AlexeiAugust 14, 2012 at 2:59 pm #139399In reply to: Installed BuddyPress but no work?
@mercime
Participant@theonlytexaspete No bumping pls. Check out the Codex for Group/Sitewide Forums or use google in the meantime.
August 14, 2012 at 2:53 pm #139398@mercime
Participant@kooba initial scan looks like you only need to create two files to fix alignment of BP template files with your WP theme. Open up your theme’s header.php, copy all code, paste code in pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s page.php, index.php, sidebar.php and footer.php files.
August 14, 2012 at 2:52 pm #139397vnmember
MemberOMG @neononcon please tell me how I could be forgiven for my silly delay? Chaos ‘s reigned in my world for a couple of months and I forgot about Buddypress until it turns to wonderful 1.6.
– Yeah, Theme paid.
– Too bad I did not notice about the confused users when both Sidewide and Group’s forums are enabled and now I do not know how to do. But I wonder why Buddypress team does not make this better blending the use of them.
– No spam! Wangward, Akismet and WordPress Hashcash have destroyed them while I was having coffee.PS: For anyone who wants to ask me questions, mention me, otherwise I may miss you.
August 14, 2012 at 2:43 pm #139396August 14, 2012 at 1:45 pm #139394In reply to: Installed BuddyPress but no work?
Theonlytexaspete
MemberAnyone?

Thanks
AlexeiAugust 14, 2012 at 1:42 pm #139393In reply to: Hiding header search box other than specific page
mairaj
ParticipantThank you very much for your reply. This seems to be simpler and I will try this.
However, while searching for a solution for this problem, I found a css code to try removing search box. The code is as follows
`.registration #search-form, .activation #search-form { display: none; }`
Then, I used
`.page-id 20 #seach-form { display: none; }`
Removed it from all the pages, except the one I wanted to keep it on.
I figured out using ‘page’ (.page #search-form { display: none; }) removes the box from every page but not blog posts and bp pages (like profile, activity etc.)Can you help me know how to define ‘blog posts’ and ‘buddypress pages’ to remove the search box from those pages too. I want to say something like following:
`.post #seach-form { display: none; }`
and
`.bp-page #seach-form { display: none; }`I have tried ‘post’, ‘posts’, ‘post-page’, ‘blog’, ‘blog-page’ etc. and many values for buddypress pages as well but nothing works out.
Please help me figure out the value to put to define the page types.
Thank you very much again
August 14, 2012 at 1:25 pm #139391In reply to: Order by alphabetical to be default order
Chris Klosowski
ParticipantTo ‘default’ the listings to Alphabetical would be a modification of the core, however, simply adding the following to your while (bp_has_component()) statement should get them in alphabetical:
`bp_has_groups(‘type=alphabetical’)`
There are other loops that will take this argument as well, but here’s the link to the Groups Loop Codex page.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/August 14, 2012 at 1:03 pm #139388oblax
ParticipantI did a fresh install of wordpress and BP 1.6.1.
It works perfect on the parent theme but not on 3 column BP theme.
—
Fatal error: Cannot access empty property in …/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 823
—
When I open the child theme members>single>home.php and removed the ffg block it will show no error but not all tabs will show
`
`
Can you test where it is conflicting.August 14, 2012 at 12:39 pm #139387In reply to: BuddyPress 1.6.1
hkcharlie
ParticipantI updated one of my ttest sites and activity comments started giving me errors, haven’t looked into it further.
August 14, 2012 at 12:36 pm #139386Paul Wong-Gibbs
KeymasterAh hah. I think I see the confusion.
When BP is installed or update, you need to run the Install/Update Wizard. There’s a banner at the top of the page that shows you this: see https://mercime.files.wordpress.com/2011/11/bp-installation-wizard-01.gif
Once you have completed the Install/Update Wizard, the “Settings” link (and everything else) should work. Can people here check they’ve done this, and let me know if the problem’s resolved?
We can make the Settings link only appear once the Wizard has been completed in future releases of BuddyPress; we didn’t think of this. Thanks for the feedback.
August 14, 2012 at 12:36 pm #139385In reply to: [Resolved] Buddypress activity never loads
hkcharlie
ParticipantClose this, I put everything back one by one, cleared cache in the browser and in the WP_Cache plugin. I also edited out of my htaccess something that had been put there by host support people:
deny from all
I’m not sure what part of this process did it, but it worked.
August 14, 2012 at 10:58 am #139381In reply to: BuddyPress 1.6.1
Roger Coathup
Participant@susan — backup before any update! Then, worst case, you can restore from the backup if anything goes wrong.
-
AuthorSearch Results