Search Results for 'buddypress'
-
AuthorSearch Results
-
January 31, 2010 at 2:28 am #62036
In reply to: Install BP in a Sub-Blog
r-a-y
KeymasterYou can change this with a little .htaccess magic.
Say your Buddypress is setup in the following sub-blog – hxxp://example.com/community
Find where your wp-config.php file is located and in the same directory there should be a .htaccess file. Open it up in a text editor.
Above the line:
# add a trailing slash to /wp-adminAdd the following:
RedirectMatch 301 ^/members/(.*)$ http://example.com/community/members/$1
RedirectMatch 301 ^/groups/(.*)$ http://example.com/community/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ http://example.com/community/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ http://example.com/community/forums/$1This should correctly redirect your old BP links to the new ones.
—
In the example above, is there anyway I can use:
hxxp://example.com/register
Instead of:
hxxp://example.com/community/register
I don’t mind hacking a few core files to accomplish this. If not, I can always theme the registration / activate pages to match the WPMU root blog.
I’ve only spent a few minutes looking into this so far and I haven’t found a way.
January 31, 2010 at 2:09 am #62035In reply to: Testing new theme, Hybrid as a parent
thekmen
ParticipantIt’s a Hybrid child theme, just added some buddypress functions to the hybrid child functions.php and added the required template files to the child theme.
Hybrid Black was just a rename I did of the http://malleable.developdaly.com/ theme while I tweaked it.
It still needs a proper name, css edits & testing, but feel feel free to PM me if yo are happy to try out & work on getting it working as it should.
January 30, 2010 at 9:27 pm #62032In reply to: BuddyPress Geo plugin
Brian Neil Katz
ParticipantAttempted to install BP Member Map 1.1 plugin at http://www.usanfransocialmediaclub.org
Received Error:
“The page at http://usanfransocialmediaclub.org says:This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/”
Regenerated new Google Maps API Key and updated settings. Still no luck?
http://usanfransocialmediaclub.org/members/admin/profile/
Thanks Advance
January 30, 2010 at 8:59 pm #62030In reply to: Sign-up links force login
Paul Wong-Gibbs
Keymaster“Latest” can be a bit vague. Please would you answer https://buddypress.org/forums/topic/when-asking-for-support ?
January 30, 2010 at 8:54 pm #62027In reply to: Installing BP 1.2 to WP 2.9.1 Invalid Header
Paul Wong-Gibbs
KeymasterCheck the user that your webserver runs as has access to the BuddyPress files – i.e. the file permissions are probably incorrect.
January 30, 2010 at 7:45 pm #62025In reply to: Installing BP 1.2 to WP 2.9.1 Invalid Header
yusoof
ParticipantIt will not activate after its installed, you just get this on a otherwise blank page and it acts like Buddypress does not exist.
“The plugin does not have a valid header.”
January 30, 2010 at 7:39 pm #62023In reply to: Achievement plugin pages redirect to home (BP 1.2)
r-a-y
KeymasterAchievements hasn’t been updated for BP 1.2 yet.
DJPaul, the author of the plugin, will update it when he’s ready.
January 30, 2010 at 7:38 pm #62022In reply to: Installing BP 1.2 to WP 2.9.1 Invalid Header
r-a-y
KeymasterWhat happens when you try and activate the BuddyPress Default 1.2-beta theme?
January 30, 2010 at 6:40 pm #62020r-a-y
KeymasterI had an issue trying to activate the bp-default theme on my testbox last night.
What was the cause? Object cache!
If you have object cache enabled, delete your /wp-content/cache/ folder before attempting to activate the bp-default theme or child theme of bp-default.
January 30, 2010 at 6:27 pm #62019In reply to: 404 (yah, it\'s dead i know – i apologize)
racin36er
ParticipantHmm, just checked my SQL tables for MU. Should there be entries in there for buddypress, somewhere? There arent – if there should be.
January 30, 2010 at 6:20 pm #62018@mercime
ParticipantWPMU version? BuddyPress version? Theme used?
January 30, 2010 at 4:28 pm #62015MrMaz
ParticipantI opened a ticket a few days back with a patch to add an action BEFORE the mentions tab to avoid having to copy the template. This also puts it inside the login check if statement, so you don’t have to check if the user is logged in.
January 30, 2010 at 3:52 pm #62012Andy Peatling
KeymasterLooks good, but you don’t need to copy the template. Just add this function in your child theme’s functions.php file (or wherever you put the other code):
function my_theme_add_activity_tab() {
if ( !is_user_logged_in() )
return false;
?>
<li id="activity-myclass">
<a href="<?php echo site_url( BP_ACTIVITY_SLUG . '/#myclass/' ) ?>" title="<?php _e( 'Activity for my Class Year.', 'buddypress' ) ?>">
<?php printf( __( 'My Class', 'buddypress' ) ) ?>
</a>
</li>
<?php
}
add_action( 'bp_activity_type_tabs', 'my_theme_add_activity_tab' );January 30, 2010 at 11:34 am #62011Bowe
ParticipantAre you using the new BP .1.2 or the 1.1 version? In 1.2 you can upload a header in the theme options of your admin panel. if you’re using 1.1 I would strongly advise you to think about using 1.2
January 30, 2010 at 5:40 am #62006In reply to: Index page modification????
@mercime
ParticipantTutorial for creating BuddyPress Child Theme – https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
Use Google for more info re creating WordPress Child Themes
BuddyPress Codex – https://codex.buddypress.org/
BuddyPress Components/Features – https://buddypress.org/about/
Examples of BuddyPress sites and usage – https://wordpress.org/showcase/flavor/buddypress/
January 30, 2010 at 5:34 am #62005@mercime
ParticipantIn child theme’s style.css, add BuddyPress tag ala bp-classic’s style.css where at top you see
Tags: buddypress, three-columns, white, orangedennissmolek
ParticipantI agree that privacy is a prime concern, but I think by using plugins that work to your needs is a better approach then making everything core..
To use your analogy, WordPress is an Engine in a car.. Tested to be working 100% and made sure everything is perfect…
BuddyPress is an aftermarket Turbo that a bunch of guys got working on that engine..
It’s awesome, we all want it, but its not going to be totally perfect out the gate, and in the end may make your engine blow up..
Over Time I see privacy, images, user levels, events, projects, etc. becoming core but for now the idea is a stable base we can add on to..
If anyone ever used WP 1+ the switch to 2+ was NUTS and then 2.5+ OMG..
So much of what was a “Plugin” became core, and now look at 2.9 All those image plugins, thumbnail plugins, ETC went out the window when the core worked that functionality in.
January 30, 2010 at 12:16 am #62000In reply to: Custom Signup Fields
hardlyneutral
ParticipantFigured it out with help from this topic: https://buddypress.org/forums/topic/how-to-add-custom-usermeta-to-registration
January 29, 2010 at 10:09 pm #61997In reply to: 'Make Friends' Button does not appear
do77
ParticipantOk, I figured out what causes the problem:
As soon as I activate the BuddyPress Privacy Component (BPAz) the two buttons (Add Friend/Send Message) disappear. Even if I disable the function for users to decide whether to allow others to add them as a friend or not the buttons do not show up.
After deactivating the plugin the buttons re-appear so its clearly a problem with the privacy component. I am running WPMU 2.8.6 and and BP 1.1.3.
Anyone an idea how to make tha work because I really like the privacy component
January 29, 2010 at 9:34 pm #61996designodyssey
ParticipantThanks. I can probably figure out what you meant by this last post. I’ll look for a buddypress tag in the css header of the parent/child. I agree this will probably never be ideal as anytime there is a struggle between two ‘parents.’ Code mirroring life.
January 29, 2010 at 9:29 pm #61995Psyber
ParticipantThanks Andy
January 29, 2010 at 7:21 pm #61993catinw12
ParticipantAny ideas?
January 29, 2010 at 7:09 pm #61992Andy Peatling
KeymasterTo hush the “No BuddyPress theme” nag you need to add a “buddypress” tag to your theme css header.
If you want to use BuddyPress with an existing WordPress theme you need to copy over the theme files. You’ll need to adjust the HTML to match you theme though.
This is never going to be the ideal way to do things though, the best experience with BuddyPress is always going to be building a site from scratch with BuddyPress in mind.
January 29, 2010 at 6:51 pm #61991designodyssey
ParticipantI sorta get this, but here’s my concern. I’m using Hybrid Framework which needs to be the parent. I will make a child theme based on it. Ideally, I’d like to put the BP “stuff” in the child so upgrading Hybrid won’t screw up anything (Andy said something about this being an acceptable approach in another thread). Also, if/when Justin adds BP capabilities to Hybrid, I can just delete the BP functionality in the child.
If I do this, I probably need to take the functions/templates from BP parent and put them with WP child. I’m fine with this too (although painful on upgrade). My question is about where BP is looking for things. If it’s looking in the plugin folder and I have the files/functions in the WP child theme folder, will that work???
Before I go ripping out BP parent files and inserting them into WP child folder, I’d like to know.
January 29, 2010 at 5:09 pm #61990In reply to: Sub groups
Bowe
ParticipantYou should be able to post I think… strange.. you can always send Brajesh a message on BP directly:
-
AuthorSearch Results