Search Results for 'buddypress'
-
AuthorSearch Results
-
October 14, 2011 at 5:46 pm #122365
In reply to: “My Favorites” Plugin
QQ
Member@r-a-y I upgrade to BP1.5, when hover on a favorite button, the url is correct, but after click it give 404 errors. Please Help~~~~ Thank you very much.
October 14, 2011 at 5:32 pm #122274In reply to: Buddypress Admin Bar/Menu Changes
igeekout
MemberIve added bp-custom.php file and all works fine. Im just trying to wrap my head around getting the navigation to appear before the log in and sign up links.
Any ideas? Im sure its something so simple and Im just not seeing it.
October 14, 2011 at 4:35 pm #122268@mercime
ParticipantThat was fast
Cool.October 14, 2011 at 4:32 pm #122267In reply to: Move Buddypress from root to a subfolder
@mercime
Participant@purplefilm BuddyPress is a WordPress plugin. Same method to use when moving WordPress, read these
https://codex.wordpress.org/Changing_The_Site_URL
https://codex.wordpress.org/Moving_WordPress
Backup Database and Server files. If you encounter any problem, please post at https://wordpress.org/support/forum/how-to-and-troubleshootingOctober 14, 2011 at 4:20 pm #122266gideonson
MemberFixed! I contacted my host and it has been resolved. I can now access my wp-admin. Thanks for your help, Mercime.
October 14, 2011 at 4:05 pm #122263In reply to: [Resolved] Compatibility Issue with Karma Theme
@mercime
ParticipantSure. As mentioned in a previous post, theme dev would know what to replace that with since title and the breadcrumb script won’t work with BuddyPress pages and you’ll be left with the search form. At this stage, if you want to have the page titles of the BP components in that div.main-holder, to avoid replicating page titles you’d have to use the first method of the BP compatibility process where you’ll change 14+ BP template files.
October 14, 2011 at 4:01 pm #122262@mercime
ParticipantFirynze’s issue has been resolved https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/themes-broken-after-1-5-1-upgrade/
October 14, 2011 at 3:59 pm #122261In reply to: Getting started with BuddyPress in multisite
@mercime
ParticipantSet which blog ID BuddyPress will run on in multisite:
`define ( ‘BP_ROOT_BLOG’, $blog_id );`
Replace $blog_id with iD # of site e.g. 4
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/October 14, 2011 at 3:55 pm #122150@mercime
ParticipantDid you check your error logs? Where are you hosted? Finally, https://codex.buddypress.org/troubleshooting/blank-pages/#memory-limit
October 14, 2011 at 3:29 pm #122789In reply to: What is up with BuddyPress.org???
Barmy Blue Man
MemberFor some reason I also cannot leave comments and ratings on the Reviews tabs of groups for plugins. There’s no button to enter or send, like the Post Reply button below the comment boxes here.
October 14, 2011 at 3:12 pm #122800In reply to: Getting started with BuddyPress in multisite
Emily Barney
ParticipantI’m with @dosch – setting it up on an IIS7 Server with WordPress 3.2.1 network (subdirectories) and I assume it will only work on the root blog, since when I tied in the functions to pages it kept taking me to that blog to create the pages. But I only see the Buddypress menu (not at the top, but at the bottom now) when I’m logged in as the network admin.
October 14, 2011 at 2:56 pm #122798In reply to: Themes broken after 1.5.1 upgrade
firynze
Member…okay, yep, somehow Buddypress itself got deactivated.
Wow, I’m a special snowflake this morning.
Thanks for the wake-up, @boonebgorges. I needed that. And a cup of coffee, apparently.
October 14, 2011 at 2:51 pm #122797In reply to: Themes broken after 1.5.1 upgrade
Boone Gorges
Keymasterbp-default should not be in wp-content/themes. It is loaded directly from wp-content/plugins/buddypress/bp-themes.
It sounds like BuddyPress is not fully loading. Check a few things:
– Make sure it’s activated
– Make sure it’s not waiting for you to walk through an upgrade wizard. Try clicking on the BuddyPress menu item on the Dashboard or on Dashboard > Network Admin (multisite)October 14, 2011 at 2:50 pm #122796In reply to: Themes broken after 1.5.1 upgrade
firynze
Member@boonebgorges: Yep, that’s what I mean. I keep getting WP errors when I try to activate a child theme.
The upgrade apparently removed bp-default from my Themes folder somehow; I went and copied it back in, and activated it just now. I’m still getting errors – calls to undefined functions. So far, I’ve gotten a call to undefined function on line 13 and one on line 27, as copied above.
October 14, 2011 at 2:49 pm #122795In reply to: Themes broken after 1.5.1 upgrade
Boone Gorges
KeymasterUm, did you deactivate BuddyPress itself? Sounds like it’s not being loaded correctly.
October 14, 2011 at 2:41 pm #122806In reply to: Themes broken after 1.5.1 upgrade
firynze
MemberOkay, so I copied the bp-default theme out of its folder in Plugins and into my Themes directory. Tried activating Frisco again, and got this:
Warning: require_once(/home6/candlema/public_html/sadblasters/wp-content/themes/twentyeleven/theme-options.php) [function.require-once]: failed to open stream: No such file or directory in /home6/candlema/public_html/sadblasters/wp-content/themes/frisco-for-buddypress/functions.php on line 57
Fatal error: require_once() [function.require]: Failed opening required ‘/home6/candlema/public_html/sadblasters/wp-content/themes/twentyeleven/theme-options.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home6/candlema/public_html/sadblasters/wp-content/themes/frisco-for-buddypress/functions.php on line 57
October 14, 2011 at 2:39 pm #122805In reply to: Language files deleted after upgrading #2
Boone Gorges
KeymasterThat *is* how it’s supposed to work. When you upgrade a WordPress plugin like BuddyPress, everything in the plugin folder is deleted and overwritten by the new content.
Language files should be stored in wp-content/languages (if you don’t have that directory, create it), where they will not be overwritten during upgrades.
October 14, 2011 at 2:20 pm #122804@mercime
Participant@naijaping you cannot use the child theme solution for the Avenue K9 theme because Avenue K9 is already a child theme of bp-default theme. Best to follow up with theme`dev whether he’ll update the theme.
October 14, 2011 at 2:12 pm #122803In reply to: Only Show Members with Avatars
Lara Schenck
Member@Watt – I’m looking for something similar and found this article: http://wpmu.org/how-to-create-a-gallery-of-members-avatars-in-buddypress/
Hope that helps!
October 14, 2011 at 2:03 pm #122802firynze
MemberI was using this theme and LOVING it…and then I upgraded to Buddypress 1.5.1 this morning, and I’m told that something’s broken.
Frisco for BuddyPress The parent theme is missing. Please install the “bp-default” parent theme.
But the parent theme appears to still be there; I’m really confused as to what’s going on. Any tips, coming from the creator of a great theme?
October 14, 2011 at 1:00 pm #122168In reply to: Avatar upload error
Fee
ParticipantI’m not able to upload an avatar right here on buddypress.org, exactly the same error.
October 14, 2011 at 11:23 am #122300In reply to: Upgrading from 1.5 to 1.5.1
@mercime
Participant@echiomega basically,
1. Go to https://buddypress.trac.wordpress.org/browser/tags.
e.g. BP 1.2.9 to BP 1.5.1, note Rev# of BP 1.2.9 == 4610.
2. Click on 1.5.1 link.
3. In new page, at the bottom left area click on “View Changes” button.
4. In new page, change From: /tags/1.5.1 to /tags/1.2.9 and change at revision: 5242 to 4610.
5. Click on “View Changes” button.October 14, 2011 at 8:12 am #122295In reply to: 1.5 beta2 – Activity and member pages redirecting
Prasad Nevase
ParticipantHi,
I have setup WordPress MU with BuddyPress across the network. I am facing same issue. My Activity tab is redirecting to home page. Even, when I click on any member’s name it does not take me to his profile and instead redirect me to home page. Any idea why is this happening. I would be very thankful if you guys help me out.
Thanks in advance.
October 14, 2011 at 6:31 am #122284In reply to: Upgrading from 1.5 to 1.5.1
wedeem
Member@echiomega I use beyond compare.
`Beyond Compare 3 is the ideal tool for comparing files and folders on your Windows or Linux system. Visualize changes in your code and carefully reconcile them. `
October 14, 2011 at 2:48 am #122280In reply to: Upgrading from 1.5 to 1.5.1
-
AuthorSearch Results