Search Results for 'theme'
-
AuthorSearch Results
-
October 22, 2009 at 11:13 pm #55036
In reply to: 1.1.x Compatible Themes
Xevo
ParticipantI personally like the wpmu buddypress templates of Milo (3oneseven.com), these probably aren’t beginner class, but they still are awesome.
http://3oneseven.com/wpmu-buddypress-themes/
I’m using the template “Bruce” right now as a reference for my own buddypress community.
October 22, 2009 at 11:04 pm #55034Xevo
ParticipantHad the same problem with an older buddypress template (deprecated template) on a new buddypress release. Gave me a 404 even when I used either of the forum installs. Then when I used the newest release of the template it worked fine. So yes, its most likely the same problem.
Why not just take an existing template that works and edit that? As far as I know there shouldn’t be any major changes on templates anymore.
October 22, 2009 at 9:27 pm #55031Catherine
ParticipantI just went in and made a group make a forum – and no go –
i am sure it is a template issue, because i moved the bp template into the main template folder to test this
when logged in as admin i can see the forum main page!
October 22, 2009 at 8:52 pm #55026In reply to: define root blog as current blog?
Anointed
Participant(I tried posting this reply as new threads for 2 days now, but it won’t take, so trying it as a reply to my thread to see if it shows up….. this better explains my question)
I”m not sure what I am trying to do is even possible, so before I install bp again, I figured I would ask first.
I run a network of mu blogs, and want to give each of the blogs their ‘own’ bp.
My best guess as to how to do this is to stat by uploading the bp plugin into plugins instead of mu-plugins, and then only activating it on the blogs which I want to use bp.
I can then add the template/css files from bp into each blogs theme directory, along with any logic files needed. This way each site can have their own ‘unique’ bp theme, matching the blogs theme.
What I am not sure is possible:
In this scenario, is it currently possible to filter all of the widgets, like the activity stream, to only show activity for the users belonging to the blog being viewed at the time?
I have a custom plugin already that allows people to signup on a sub domain blog without having to go to the root blog. Each member is then transparently added to a few other sub-domain blogs as well as the root blog… i have future plans for this.
This means that each of my sub-domain blogs have their ‘own’ userbase, so separating out the activity in bp ‘should’ be possible?
My idea is that there should be no reason for a user to ever leave the sub-domain blog to edit or view their profile pages, or the pages of friends etc..
They would only be able to see the members and groups, groups forums, created by the members of the sub domain blog only… is that possible?
I plan on offering bp only to my ‘premium’ sub domain bloggers, and most of them will have their own custom domain name mapped.
So if the sub domain blog ‘xyz.com’ users should not even know that my ‘root’ wpmu install is at ‘123.com’ which is how bp worked for me in the past.
It was making my bloggers ‘angry’ that their users were sent to another site to update their profiles etc…. so I am trying to figure out a way of giving them bp on their own site.
I have no problem applying filters myself in order to filter the members to the blog in question only, if filters would work.
What I don’t get, is I would have to figure out how to ‘assign’ bp to the blog in question instead of a particular blog. (in old bp we had to add command to functions to tell bp which blog id# bp was installed on)
I hope this makes sense…. is this currently possible?
Jeff Sayre
ParticipantThe default BP theme works perfectly fine for me in Safari, FireFox and Chrome. Make sure you are using the most up-to-date version of Safari. Also, if you don’t use FireBug, I recommend that you do.
October 22, 2009 at 8:21 pm #55019Anonymous User 96400
InactiveHey Erich,
in header.php look for this bit around line 47:
<input type="text" name="log" id="user_login" value="<?php _e( 'Username', 'buddypress' ) ?>" onfocus="if (this.value == '<?php _e( 'Username', 'buddypress' ) ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e( 'Username', 'buddypress' ) ?>';}" />Use this instead:
<input type="text" name="log" id="user_login" value="" />Don’t forget to copy header.php into your child theme.
October 22, 2009 at 7:43 pm #55017Anonymous User 96400
InactiveNo, what you need to do is copy header.php and footer.php into your child theme and adjust them. Then, if you need different headers for each section do it with if statements (also in header.php and footer.php). You can find all the conditional tags in the BP codex.
You could also code a little switcher that works with includes. That way you’d have the various headers in different files. It’d be easier to maintain.
October 22, 2009 at 6:48 pm #55016In reply to: NEW Avenue K9 BP 1.1 Theme Released
mfgmk
ParticipantUpdated AvenueK9 theme for BP 1.1.1 here >> http://www.avenuek9.com/avenuek9-bp-theme … BUT WAIT! THERE’S MORE! It now comes with EVEN MORE documentation!! AND THAT’S NOT ALL… it’s completely FREEEEEE!

You can also demo it at http://michaelkuhlmann.com
Enjoy
October 22, 2009 at 6:47 pm #55015In reply to: 1.1.x Compatible Themes
mfgmk
ParticipantUpdated AvenueK9 theme for BP 1.1.1 here >> http://www.avenuek9.com/avenuek9-bp-theme … BUT WAIT! THERE’S MORE! It now comes with EVEN MORE documentation!! AND THAT’S NOT ALL… it’s completely FREEEEEE!

You can also demo it at http://michaelkuhlmann.com
Enjoy
David Lewis
ParticipantThere’s no such thing as a simple adjustment in CSS. A 1px change can ‘blow up’ a layout very easily. Nothing wrong with the code provided in the default themes. It’s actually really solid.
October 22, 2009 at 5:43 pm #55010Xevo
ParticipantYeah, they (Andy) made Buddypress in a really weird never before seen way, I had too hack my whole theme to just get it back to normal. Your idea sounds great as well, about the advanced and simple blog option, if they hook it, then you could even make the advanced blog a VIP (paid) only option.
But let’s not get ahead of ourselves, I’m not that good of a coder, so for me this is impossible, the fact that your asking for someone to make a plugin, suggests that your not a hardcore coder either. So we’ll just have to hope that someone reads this and wants to help.

Anyway, back on topic..
“Add a global header to EVERY blog in your WPMU install (by default the global header isn’t activated on the mainblog) with adding your own HTML and CSS.”
So, plug and play as far as I can see, you can even use PHP in it if you’d like. Not sure how well it’ll work together with Buddypress, but it should show a bar on top of every blog.
October 22, 2009 at 5:42 pm #55009jivany
ParticipantMight be a silly question but do you have any forums created for any of your groups?
October 22, 2009 at 2:01 pm #55001In reply to: New theme framework and exisiting WP themes
profitsbuzz
ParticipantAfter many tries, I decide I am going to try to adopt detective method, however I am not verse in what is parent/child theme.
What do I need to do in order to get it to work? Where must I add the code to call out the child them. I would be glad if someone would be able to direct me to tutorial where I can have a look to see what is going on.
October 22, 2009 at 12:54 pm #54998Xevo
ParticipantSounds interesting to me, but the only add you made is the “favorites” on the bar, other than that you can already use that plugin (global header).
I’m personally working towards removing the blogs fully and just give each member 1 blog on their normal profile page, that way you just have everything of a member on one page, without the option of themes and making more than 1 blog. Basicly the same as any social community works (facebook for example). I’m also looking for a way for members to change the look and feel of their profile page, so that they can differentiate a little from the rest (background, colors etc.). But that’s just me rambling..
October 22, 2009 at 11:37 am #54995In reply to: Missing argument 2 for bp_get_the_body_class
Joss Winn
ParticipantHi, I’ve upgraded to 1.1.1 and am getting lots of these warnings, too. A custom theme from dev.wpmu.org
I’ll post over there to see if they claim responsibility!
October 22, 2009 at 10:01 am #54992Sven Lehnert
ParticipantHi JasonG, thanks for your help.
You wrote: Here is the case breakout of the types.
Where did you find this? Do you have a function name for me?
I still have problems to bring it to work. Hire is the original function from the parent theme on the forum index page. It calls bp_has_site_groups( ‘type=most-forum-topics&max=6’ )
If I look into this function I cant find the switch case from your post.
How to use groups_get_by_most_forum_topics()??
Do you have an example?
I’m looking forwart to your replay!
<?php if ( bp_has_site_groups( 'type=most-forum-topics&max=6' ) ) : ?>
<div id="popular-group-forum-listing">
<h3><?php _e( 'Popular Group Forums', 'buddypress' ) ?></h3>
<?php do_action( 'bp_before_directory_popular_group_forums' ) ?>
<?php while ( bp_site_groups() ) : bp_the_site_group(); ?>
<div class="group-forum">
<div class="item-avatar">
<a href="<?php bp_the_site_group_link() ?>/forum/"><?php bp_the_site_group_avatar_thumb() ?></a>
</div>
<div class="item">
<div class="item-title"><a href="<?php bp_the_site_group_link() ?>/forum/"><?php bp_the_site_group_name() ?></a> (<?php bp_the_site_group_forum_topic_count( 'showtext=true' ) ?>, <?php bp_the_site_group_forum_post_count( 'showtext=true' ) ?>)</div>
<div class="item-meta desc"><?php bp_the_site_group_description_excerpt() ?></div>
<?php do_action( 'bp_directory_popular_group_forums_item' ) ?>
</div>
</div>
<?php endwhile; ?>
<?php do_action( 'bp_after_directory_popular_group_forums' ) ?>
</div>
<?php endif; ?>October 22, 2009 at 8:54 am #54991In reply to: Question about theme for forums directory, 1.1.
Tore
Participant1. Which version of WPMU are you running?
The latest. 2.8.4.a
2. Did you install WPMU as a directory or subdomain install?
Directory
3. If a directory install, is it in root or in a subdirectory?
Root
4. Did you upgraded from a previous version of WPMU? If so, from which version?
No, the latest.
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
Works okay.
6. Which version of BuddyPress (BP) are you running?
Trunk (1.2.x)
7. Did you upgraded from a previous version of BP? If so, from which version?
1.1.1
8. Do you have any plugins other than BuddyPress installed and activated?
Yes, they don’t interfere with the problem above although.
9. Are you using the standard BuddyPress themes or customized themes?
Customized.
10. Have you modified the core files in any way?
No.
11. Do you have any custom functions in bp-custom.php?
Yes, remove the adminbar.
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
Built-in.
13. Please provide a list of any errors in your server’s log files.
–
October 22, 2009 at 7:17 am #54983Paul Wong-Gibbs
KeymasterSuperb!
October 22, 2009 at 7:12 am #54979Tore
Participant#1 – I’ve had problems with things not showing up. In what folder have you put your BP-theme?
October 22, 2009 at 7:09 am #54978In reply to: Question about theme for forums directory, 1.1.
Tore
ParticipantPerhaps that’s a similar problem. But your directory page shows (as far as I understand) and mine doesn’t.
October 22, 2009 at 4:50 am #54976In reply to: Member blog titles not showing in header
takuya
Participantfound typo, but = not.
What’s the url of your member’s blog? What theme is he/she using?
October 22, 2009 at 4:18 am #54973Andy Peatling
KeymasterDon’t edit the parent theme, this will give you grief down the road. Instead create a new child theme and copy the header.php template into it. Make your edits then activate that theme instead.
October 22, 2009 at 3:14 am #54969Russ Williams
ParticipantGot it. I added it to the top of the wp-config file and all is peachy. Thanks a ton.
October 22, 2009 at 2:36 am #54968wordpressfan
ParticipantDiesel: Nice site. I’m doing something similar, except it is centered on journalists.
As for changing the site title to an image, I copied header.php from the parent theme, commented out the “<h1 id=”logo”>” block and replaced it with this bit of code:
<div id="logo">
"<img src="http://site.com/wp-content/themes/mytheme/_inc/images/logo.png" />
</div>
October 22, 2009 at 1:17 am #54965Jason Giedymin
ParticipantThis function helps provide the ‘Latest Forum Topics’ list of topics which is default; part of the parent theme on the forum index page.
For your help:
Here is the case breakout of the types
switch ( $type ) {
case 'active': default:
$this->groups = groups_get_active( $this->pag_num, $this->pag_page );
break;
case 'alphabetical': default:
$this->groups = groups_get_alphabetically( $this->pag_num, $this->pag_page );
break;
case 'random':
$this->groups = groups_get_random_groups( $this->pag_num, $this->pag_page );
break;
case 'newest':
$this->groups = groups_get_newest( $this->pag_num, $this->pag_page );
break;
case 'popular':
$this->groups = groups_get_popular( $this->pag_num, $this->pag_page );
break;
case 'most-forum-topics':
$this->groups = groups_get_by_most_forum_topics( $this->pag_num, $this->pag_page );
break;
case 'most-forum-posts':
$this->groups = groups_get_by_most_forum_posts( $this->pag_num, $this->pag_page );
break;
}
As you can see, if specifying ‘most-forum-topics’ it runs:
groups_get_by_most_forum_topics()
From there it does a straight up dynamic select to the database to get the forum data.
-
AuthorSearch Results