Search Results for 'theme'
-
AuthorSearch Results
-
February 18, 2009 at 3:33 am #38205
In reply to: How to modify the BP plugin ?
alunsina
Participantcan you also point me to where i can copy it (sitewide activity or latest blog post so i can replace the blog posts when using a different theme for the home page?
thanks.
February 18, 2009 at 2:19 am #38198In reply to: forum integration question
ozpoker
ParticipantDon’t worry – gunna code them all in myself.
Anyone aware of any premade buddypress &/or bbpress themes or csss styles?
February 18, 2009 at 2:06 am #38196In reply to: forum integration question
ozpoker
Participantjust looking in to the header – it doesn’t appear as it is not called :
<ul id="nav">
<li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>
<?php if ( function_exists( 'groups_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
<?php } ?>
<?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
<?php } ?>
<?php do_action( 'bp_nav_items' ); ?>
</ul>Is that an error in the current theme ?
February 18, 2009 at 2:00 am #38195In reply to: forum integration question
ozpoker
ParticipantI just don’t have the forum tab available in the bp home or memebr themes – I have :
Home
Blog
Members
Groups
Blogs
No forum
February 18, 2009 at 1:27 am #38191In reply to: forum integration question
Burt Adsit
ParticipantHowdy. You can access the bp group forums from Groups > My Groups > <pick a group> > Forums. The bbpress theme doesn’t get changed by doing user integration with wpmu.
It sounds like you have one more step to take and that is to configure bp group forums. That is detailed in the file /mu-plugins/bp-forums/installation-readme.txt
There is also an extremely helpful topic by Trent located here: https://buddypress.org/forums/topic.php?id=471
February 17, 2009 at 9:41 pm #38184In reply to: Buddy Press themes
mimik
MemberOk this might sound strange but delete the original home theme then put the BP-home theme in your themes directory. this is what i did and it worked perfectly
February 17, 2009 at 7:42 pm #38176In reply to: Wire as Blog
nicolagreco
Participantas i said, i made that same think you’v planned to do
not using wires but integrating buddypress membertheme with wordpress loops
February 17, 2009 at 6:23 pm #38175In reply to: Comment Fields Disappeared
tridian
ParticipantHello johnjamesjacoby and thanks very much for your reply. Unfortunately I grabbed the new functions.php and placed it into my buddypress-home theme folder and I still have the same issue. (Again, just to test after this did not work, I tried the functions.php from my older template and it worked just fine). Just as a background, this install is from the latest RC1 combo download. Is there anything else I can tell you about my configuration to help with this? Thanks again very much for your time
February 17, 2009 at 6:22 pm #38174In reply to: Something I did wrong?
Andy Peatling
KeymasterAccording to the error you don’t have the default member theme in the correct location.
February 17, 2009 at 6:20 am #38148In reply to: Buddy Press themes
Andy Peatling
KeymasterCheck the permissions on your CSS and JS, it should be 644.
February 17, 2009 at 5:57 am #38147In reply to: Buddy Press themes
modemlooper
ModeratorI am having the same problem. The site seems to not be loading the style sheets and I tried to change permission to 644 but it is denied.
February 17, 2009 at 2:30 am #38142benny148148
ParticipantThanks for the clarification…I’ve been running MU for a while but haven’t ventured over here until now. I was basically asking if I can use the friends/groups plugins as stand alone plugins, without using the BuddyPress core plugin and BuddyPress themes…I think you answered this question though.
Thanks
February 17, 2009 at 1:28 am #38136Trent Adams
ParticipantNot sure what you mean by changing your site? Buddypress is just the suite of plugins to extend WPMU, so what do you mean change site to buddypress? You can add the functionality to any theme, so you don’t have to use the buddypress-home and member themes if that is what you are referring to.
Trent
February 17, 2009 at 12:28 am #38132In reply to: Buddy Press themes
mimik
MemberRight its fixed!!! woooooooooooohooooooooooooo!
I deleted WPMU and BP off my server uploaded WPMU again and downloaded the latest trunk files then whacked it up and hay presto its all working!
Thank you so much for eveyone who tried to help me though I appriciate it so much thanks again!
February 16, 2009 at 10:00 pm #38122In reply to: Announcement: BuddyPress RC-1
oldskoo1
Participantparkcityxj
Are you using a custom members theme?
If so it won’t be RC1 compatible.
You might be able to patch the groups module to get the forums working…
Download RC1 – open members theme folder, copy the groups folder, paste it over your current groups folder and it might fix your problem.
Of course, backup your current groups just in case.
February 16, 2009 at 8:48 pm #38118In reply to: Left Sidebar in profile and groups page
Erwin Gerrits
ParticipantI believe that section is called “userbar” and there’s a userbar.php in the buddypress-member theme directory. Unless the user is logged in it displays the login form, otherwise it calls bp_get_nav() to display the user nav options.
February 16, 2009 at 8:40 pm #38117In reply to: Buddy Press themes
mimik
MemberHere is my home theme folder with css, you will see I havent modified anything. If someone can take a wee look and see where im going wrong please
http://uploading.com/files/45XJ22TL/buddypress-home.zip.html
February 16, 2009 at 8:08 pm #38113In reply to: Announcement: BuddyPress RC-1
Kevin Ryman
ParticipantWell, sorry for the above post. I uploaded all the theme files and re-modified the necessary files and the problem was fixed. Thank you for bbPress!
February 16, 2009 at 7:29 pm #38108In reply to: Announcement: BuddyPress RC-1
Kevin Ryman
ParticipantAfter upgrading to 1.0 RC1 I get the following error message when trying to access my messages:
Fatal error: Cannot use object of type stdClass as array in /home/********/public_html/beta/wp-content/member-themes/buddypress-member/functions.php on line 14
I didn’t upload the themes but I did upload the functions.php to the buddypress-theme as directed above. Any tips?
February 16, 2009 at 7:19 pm #38106In reply to: Screenshot – Buddypress Demo?!
ichbinsdennis
MemberHehe..
Same as I tried.. If you reduce width, iexplorer has problems with showing elements correctly when scaling down.. Avatars are not at right position etc. .. Firefox looks perfect.. I hate Iexplorer (; Your theme as well has problems with iexplorer. Try to scale down and reduce width of browser your background is squeezing
February 16, 2009 at 7:02 pm #38102In reply to: Screenshot – Buddypress Demo?!
ichbinsdennis
Memberwell i meant that the theme is centered and has white border on the right/left.. That was exactly what I was trying all the time.. (for advertising and Web2.0 looking reasons..)
February 16, 2009 at 6:43 pm #38099In reply to: Buddy Press themes
mimik
MemberNo the default MU theme works fine.
I have tried moving everything to a _temp file still the same occurs
and all the css files are present and correct, also i havent modified any of the file names so should all be correct. Should i be trustworthy and let someone have a look at it?
February 16, 2009 at 5:33 pm #38096jfcarter
ParticipantI have a sketchy workaround. I duplicated the buddypress-member directory and named it buddypress-home. I put them both in the member-themes directory. And now it works perfectly!
February 16, 2009 at 4:55 pm #38092In reply to: Confused about Member & Home themes
MartinNr5
ParticipantGreat! Now we just need to get users to look there as well.
February 16, 2009 at 2:41 pm #38086In reply to: Buddy Press themes
Erwin Gerrits
ParticipantAlso, make sure the name of the css file corresponds with what loader.php is trying to load. Maybe you renamed the css file for your theme and haven’t updated loader.php yet.
It really looks like the css is not loading for some reason. One could be the name, another could be the formatting of it. Maybe you could post the css file so some of us can check it out?
-
AuthorSearch Results