Search Results for 'theme'
-
AuthorSearch Results
-
October 25, 2009 at 2:57 pm #55145
In reply to: wordpress mu installation with buddypress
floboy
Participantwolfapache9516, I will like to know how you resolve this. I see that your buddypress theme is fine now.
October 25, 2009 at 1:31 pm #55143In reply to: Make your own custom BuddyPress page
21cdb
ParticipantThanks to Travel-Junkie it is now working for me.
Here is what i put in my bp-custom.php (not tested in the themes functions.php)
define('BP_EXAMPLE_SLUG', 'features');
function example_page_setup_root_component()
{
bp_core_add_root_component( BP_EXAMPLE_SLUG );
}
add_action( 'plugins_loaded', 'example_page_setup_root_component', 2 );
function bp_show_example_page() {
global $bp, $current_blog;
if ( $bp->current_component == BP_EXAMPLE_SLUG && $bp->current_action == '' ) {
// The first variable here must match the name of your template file below
bp_core_load_template( 'features', true );
}
}
add_action( 'wp', 'bp_show_example_page', 2 );It is for a features.php page which is in the root directory of the child theme.
October 25, 2009 at 10:04 am #55136In reply to: New user blog page are not working
Paul Wong-Gibbs
Keymasterbuddyin’s problem was that he was trying to use the BuddyPress theme on member blogs; it can only be used on the main blog.
October 25, 2009 at 10:04 am #55135In reply to: Make your own custom BuddyPress page
bpisimone
ParticipantI’m almost sure I’ve tried this in every possible way, but could not get it to work. Going to report Travel-Junkie’s method as well.
If you are making this a plugin, can you make sure it does work for child themes as well?
October 25, 2009 at 4:12 am #55131In reply to: Forums not working
copgarden
ParticipantAnyone else having the problem driz mentioned here? I also can’t seem to get the new forums directory page working. Have re-done everything I can think of; still just goes to the original kakumei themed bbpress forums page. Is there anything typical anyone knows of that can cause this?
October 25, 2009 at 12:56 am #55125In reply to: New user blog page are not working
buddyin
Participanti solved my self i tout i can submit buddy press theme apply different users but i was wrong i have to put normal WP theme for other users ! any way i am still interested in this fisher to use BP theme for all users as blog and other things
October 24, 2009 at 9:54 pm #55121In reply to: admin bar w/ WP themes on 1.1.1
fianno
ParticipantWhen I do that it doesn’t make any difference to the admin bar. Its still just a mess. Im afraid I’ll have t just start coding the css for the admin bar myself. Although I dont know if I’d be able to.
Ive upgraded to the newest buddypress version. And have made a child theme, which the admin bar working perfect in..
Its just in the normal blogs its broke and loads as a mess of links in the footer..
Any help would be appreciated. Im kinda going insane here >.<
October 24, 2009 at 5:38 pm #55116In reply to: NEW Avenue K9 BP 1.1 Theme Released
Mike
Participantupdated AvenueK9 BP 1.1.1 theme with edits from Travel-Junkie

Download below
http://www.avenuek9.com/avenuek9-bp-theme
*btw, if anyone else has any edits, feel free to throw them my way
October 24, 2009 at 5:19 pm #55115In reply to: NEW Avenue K9 BP 1.1 Theme Released
mfgmk
Participant@buddyin – try your bp installation with just one instance of BP. my best guess is that your http://blogin.in/ and http://blogin.in/meme/ BP installations could be conflicting with each other — i’d just take out the meme one and stick with your root version.
@travel-junkie – thank you for the great advice! so glad to know that there is a better way around that issue
October 24, 2009 at 6:43 am #55101In reply to: member domain problem
slicktig1
Participanti’m using buddypress default theme. configured wpmu to use subdomains
October 24, 2009 at 6:11 am #55099In reply to: Reporting Bugs (And If You Want To Fix Them)
buddyin
Participantbug bug bug ?
themes not working for other registered users as wordpress mu do no user theme no name on and url on page its look like work well with only one admin user and his group but if some one want to make own them and blogs and even like this http://mahi.buddyin.com no other than home page and plugin only working !!! what if any one want to open website like me for everyone who want to register his own blogin and grouping page
October 24, 2009 at 12:44 am #55094In reply to: NEW Avenue K9 BP 1.1 Theme Released
Anonymous User 96400
InactiveHey Mfgmk,
I know this is a bit late to reply to your comment from two weeks ago, but I just only read it now.
You shouldn’t copy functions.php from the parent theme to the child theme. It’ll throw errors. There’s another way to get rid of that third sidebar. Create an empty functions.php file in your child theme folder (all the functions from the parents functions.php will still work). In it you put this piece of code:
function sv_remove_sidebar()
{
unregister_sidebar( 'sidebar-4' );
}
add_action( 'admin_init', 'sv_remove_sidebar' );In the above example 4 is the ID of the sidebar. If a sidebar doesn’t have a specific name to identify it with WP will give it automatically a name like sidebar-ID, which is the case with the default parent theme. Then you set the sidebar you just unregistered to display:none in your CSS file and you should be all set, plus you didn’t touch any parent theme files.
October 23, 2009 at 10:18 pm #55091In reply to: NEW Avenue K9 BP 1.1 Theme Released
buddyin
Participanti have installed Buddypress and WMu everything is working okay but i login as users all other link except home not working at all its shows page not found
please help with this
thanks in advance
October 23, 2009 at 8:35 pm #55085In reply to: Member blog titles not showing in header
gsmith6673
Participantsocialpreneur, this went away when i decided to allow users/members to choose their own skins/theme (different from home page theme).
unrelated and if i need to start another thread i will, how/where to add an image to the header area of the (maybe change the font type and size?) …might be in the css? default bp theme?
for those who are beginners, a small sample bit of code would work wonders…or shoot me in the right direction for a simple tutorial already formed by the great bp staff here at buddypress.org!
October 23, 2009 at 7:48 pm #55080In reply to: Make your own custom BuddyPress page
smuda
Participantdosn’t work for me neither.
i added the code to functions.php and the fun file in “bp-sn-parent” and the child theme (and both), system alsways says “not found”
October 23, 2009 at 7:22 pm #55077In reply to: Make your own custom BuddyPress page
ziggity
Participanthey guys, i REALLY need to be able to do this. i followed all the instructions exact but it’s not showing up, just getting the home page. I’m wondering if it has to do with putting the SLUG in the navigation code? anybody have any ideas?? i even put the services.php page i created in every directory, still no dice. i worked with the bp-sn-parent/functions.php, put the services.php in bp-sn-parent, themes, themes/mytheme, and wp-content.
October 23, 2009 at 5:49 pm #55070In reply to: 1.1.x Compatible Themes
Mike
Participant@profitsbuzz – try the updated forums that ship with bp 1.1+ because they’re a bit better than the previous version (and very easy to install). otherwise, you can try your luck with the simplepress plugin.
October 23, 2009 at 10:21 am #55056TiteufPld
ParticipantHmm…so we have to hard code the full path of the child theme logo.
Is there not a function like bloginfo(‘template_url’), something like bloginfo(‘child_template_url’); ?
October 23, 2009 at 8:14 am #550555118012
Inactivefollowing on this topic, is there a way to remove the buddypress bar from the tld.com and leave it on members.tld.com ? or just adjust the available links on that bar.
Thanks
October 23, 2009 at 1:45 am #55047In reply to: Member blog titles not showing in header
gsmith6673
Participanttheme is the standard bp theme, located : http://www.erhom.com for a look-see just choose a member blog and see the footer take the member blog name and the header name does not change??
thank you guys for all the help!!
October 23, 2009 at 1:40 am #55046In reply to: TheShiftMob – Crowd sourcing volunteer opportunities
Xevo
ParticipantYour theme colors made my eyes hurt..
Sounds like an interesting project though, nicely done.

Btw, isn’t it just called a portfolio website..?
October 23, 2009 at 1:21 am #55045In reply to: 1.1.x Compatible Themes
profitsbuzz
ParticipantI do not mind using the buddypress theme, however I do not like the forum config with bbpress can I work my way around it.
October 22, 2009 at 11:56 pm #55040Anonymous User 96400
InactiveHey,
yep, you can do it that way.
Just fyi, get_header() also accepts one variable, $name. So if you write this in a template:
get_header('blog');then WP will look for a file called header-blog.php in your theme files and include that one instead your normal header.php file.
Have a look at the get_header function. Maybe you’re lucky and there’s a filter applied to $name. Then you could just write a function that does it all for you and you won’t even have to touch the header.php file in your parents theme.
David Lewis
ParticipantWell… without knowing what you’re trying to do or what changes you’re making… I can’t really comment. I modified the default theme… including layout changes… and I never had any problem with Safari / Chrome. I almost never have any problems with Safari / Chrome. It’s almost unheard of that I come across a rendering bug in Webkit.
October 22, 2009 at 11:36 pm #55038Catherine
Participantbut it is trying to load my main website template, i need that – how do i tell buddy press to load a different template for bbpress?
-
AuthorSearch Results