Search Results for 'buddypress'
-
AuthorSearch Results
-
May 10, 2010 at 9:25 pm #77559
In reply to: Regular wp theme to a buddypress theme?
Josh
ParticipantOk, i have a question since i just saw this on another site, if i were to download the stuff from https://svn.buddypress.org/trunk/ would that help me build a new theme? If so is there a guide on what to do to make it work?
May 10, 2010 at 9:00 pm #77558In reply to: Default BP blog theme?
Famous
ParticipantMay 10, 2010 at 8:44 pm #77556In reply to: BuddyPress and WordPress 3.0
okso
ParticipantWhen I set the upload path to wp-content/blogs.dir/1/files I can get avatars working but it breaks my old media lib at wp-content/uploads. Is there a fix for this issue? Can I move the old uploads dir into to wp-content/blogs.dir/1/files and with the upload path to wp-content/blogs.dir/1/files get the media to link? Thanks.
May 10, 2010 at 8:08 pm #77550Paul Wong-Gibbs
KeymasterOh, it’s not too hard actually. Add the wp_nav_menu call, and then the “Menu” styles from TwentyTen – i.e. the #access stuff.
May 10, 2010 at 7:59 pm #77549In reply to: Can’t Form Groups
@mercime
ParticipantChange to bp-default theme and see if creation of groups and posting to group forum works.
If that doesn’t work, help us help you.May 10, 2010 at 7:52 pm #77548Paul Wong-Gibbs
KeymasterIf you can conjure it up or even do a patch, I could see it getting into BP 1.3.
May 10, 2010 at 7:30 pm #77546In reply to: I’ve got a worm.
gregfielding
ParticipantI don’t know yet. I’ve been good about using strong passwords and changing them every so often. And, I’m on a dedicated server, not shared.
I’m running some scans now on my local computer to see if anything there has grabbed my ftp info.
At this point, my best guess is something in a theme or plugin that I’ve installed, but I’ve tried to be very careful about only installed stuff from reputed places.
My problem now is that, I’ve got to find it and kill it or it will just start up again.
May 10, 2010 at 7:27 pm #77545@mercime
ParticipantHast anybody tried to either:
1. copy https://trac.buddypress.org/browser/tags/1.2.3/bp-themes/bp-default/registration/register.php
and paste it to home.php or page template and make it static page
0r
2. create home.php or create a page template and add thisedit – tried every which way to post it —- locate_template …. array … registration/registration.php …. true
May 10, 2010 at 7:22 pm #77543In reply to: I’ve got a worm.
Hugo Ashmore
Participant@gregfielding you have my sympathy for the task ahead it’s a major PITA. Interested in whether you have identified the manner through which you were hacked though, was it indeed via ftp or some other similar unauthorised access of your server?
May 10, 2010 at 7:21 pm #77542Mr. Salty
Participant@hnla yes, for accessibility reasons it makes sense… re: ie6, i agree. which is why i favor the simplest structure… everything inline and relative. Makes for more consistency cross-browsers and less ie hacks required.
May 10, 2010 at 7:12 pm #77540In reply to: I’ve got a worm.
gregfielding
ParticipantThanks @andrea_r
I’ve changed every password and am working on loading in a fresh MU install, then I’ll start working on themes.Ug.
May 10, 2010 at 7:05 pm #77539In reply to: BuddyFace free BuddyPress theme
May 10, 2010 at 6:53 pm #77537Mr. Salty
Participanthold one – was stripped:
@jmbullis You added add_theme_support( ‘nav-menus’ ); to your theme’s functions.php and wp_nav_menu( ‘sort_column=menu_order&container_class=navigation’ ); to your theme’s header.php?
May 10, 2010 at 6:52 pm #77536Mr. Salty
Participant@jmbullis You added add_theme_support( ‘nav-menus’ ); to your theme’s functions.php and to your theme’s header.php?
May 10, 2010 at 6:47 pm #77535May 10, 2010 at 6:40 pm #77534James Bullis
MemberOf course this didn’t really work for the subnav. I’ll probably have to see how it was coded through Twenty Ten to see how I can make it work as a drop down.
May 10, 2010 at 6:38 pm #77533James Bullis
MemberI just used it and successfully added the new menu feature to my BuddyPress installation.
May 10, 2010 at 6:31 pm #77530Mr. Salty
ParticipantActually I’m a dummy. That looks like its just a way to add wp3.0 menu support for anyone building a wp3.0 theme… I think.
May 10, 2010 at 6:30 pm #77529Mr. Salty
ParticipantActually just saw this: seems pretty easy to implement WP3.0 menus into current WP… well, at least part of WP3.0 menu functionality perhaps. Am testing it now. Will update…
wp_nav_menu() article:
http://wpspecial.net/2010/04/menu-support-for-wordpress-3-0-themes/May 10, 2010 at 6:28 pm #77528Paul Wong-Gibbs
KeymasterNot necessarily, wp_nav_menu() is the function to load any WordPress menu (as introduced in 3.0). I’m not sure how to do this, I haven’t looked into it.
May 10, 2010 at 6:22 pm #77527Mr. Salty
Participant@Paul_Gibbs By the way – since you mentioned that function: Newbie here. Googling now. Is the wp_nav_menu() function something I can simply add to a script/template file and it will display submenus? Thanks much…
May 10, 2010 at 6:08 pm #77523Boone Gorges
KeymasterThe reason that the admin bar is loaded in the footer might be partially for SEO reasons, as @hnla hypothesizes, but I’m guessing it’s more for plain old load time while it’s a minor annoyance if the admin bar takes an extra second or two to show up, it’s a real problem if the content of the page is delayed. Putting this kind of stuff in a footer is, I think, pretty standard practice. @mrsalty If you want to move the code higher up in the document for some reason, put the following into your theme’s functions.php file:
remove_action( 'wp_footer', 'bp_core_admin_bar', 8 );
add_action( 'bp_head', 'bp_core_admin_bar' );
If all you want to do is to have the admin bar stay at the top of the page instead of sticking to the top of the browser window as you scroll, just set its positioning to absolute rather than fixed:
#wp-admin-bar { position: absolute !important; }
May 10, 2010 at 6:06 pm #77521Chad Huntley
ParticipantI had the same question, wondering how you guys were able to do that.
May 10, 2010 at 5:54 pm #77517stephb
Memberthat did not work for me. any other suggestions?
May 10, 2010 at 5:50 pm #77515Boone Gorges
KeymasterHa, that is a lot easier! Thanks for sharing @arxpoetica
-
AuthorSearch Results