Search Results for 'buddypress'
-
AuthorSearch Results
-
January 31, 2010 at 2:03 pm #62070
In reply to: Just updated to BP1.2beta & WPMU2.9.1.1
Andy Peatling
KeymasterBe sure to read this:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
January 31, 2010 at 2:02 pm #62069In reply to: Forum and Group bugs
Andy Peatling
KeymasterIf fact, this is a problem with your theme, please follow the instructions on this post for upgrading:
January 31, 2010 at 2:02 pm #62068In reply to: Forum and Group bugs
January 31, 2010 at 6:33 am #62051shaisimchi
ParticipantIn the theme that you are running look for the file called screen.css
in it you can find the header section something that looks like:
/*** Header ************************************************************/
#header {
overflow: auto;
width: 100%;
background: #fff url(../images/LogoBanner.png) top left no-repeat;
}
it is a background image that points to a file in the images folder.
I am sure you can take it from there.
January 31, 2010 at 6:18 am #62050In reply to: Edit Blog Registration Message
@mercime
Participanthenrybaum, you might want to try using gettext filter instead of hacking core file. Went through this a week ago when I wanted to cut down big chunks of code and DJ Paul pointed me to the right and much easier direction,
January 31, 2010 at 5:09 am #62047In reply to: 404 (yah, it\'s dead i know – i apologize)
racin36er
ParticipantOkay – so new problem.
To test further, I deactivated the BuddyPress plugin – and still, it’s adding an extra “wmpu/” into the URL, for some reason. i seriously, have *no* idea what’s happening now.
I’ve checked wildcards with zoneedit.com – set to *.bp-tech.net > http://www.bp-tech.net/wpmu – which is the address. sooooo lost.
***UPDATE**
okay – fixed that. changed wildcard to just http://www.bp-tech.net and it stopped the addition of the second “wpmu/”
but still – same problem. back to all of the BP links returning 404s. i dont understand?
January 31, 2010 at 2:48 am #62040In reply to: 404 (yah, it\'s dead i know – i apologize)
racin36er
ParticipantMore troubleshooting – something is wrong with whatever/however buddypress sets the virtual directories, i think. not an expert (obviously
) but thats what its pointing to for me.added a blog through the admin dashboard, assigned it to the user i created. when i log in as that user, and attempt to view my dashboard/add/edit/view/manage posts, i get the address:
http://www.bp-tech.net/wpmu/wpmu/wp-admin/?c=1
which has one extra root DIR. i tried removing the extra “wpmu/” in the URL and loading again, it reverted back to the above and showed 404.
I can’t find any directory related settings/information. But something is clearly wrong with the way mu and bp work together in regards to directory/url locations on my install, i think.
January 31, 2010 at 2:35 am #62037marto
ParticipantHi there!
I’m actually running a trunk version of Buddypress not on MU, but on a single user WP platform. Could this have something to do with it? Everything else is working fine as intended though? I followed instructions from here:
http://wpmu.org/buddypress-now-supports-wordpress-single-user-no-wpmu-required/
And the theme I’ve yet to design, I’m using the pre-packaged standard one for now.
Cheers
January 31, 2010 at 2:28 am #62036In 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.
-
AuthorSearch Results