Search Results for 'theme'
-
AuthorSearch Results
-
July 14, 2010 at 2:20 am #85510
In reply to: TwentyTen child theme for BuddyPress
alanchrishughes
Participant@thekmen I’m just one of the people that think themes should be completely separated from the plugin the same way they are separated from WordPress. Trying to reduce everything to one theme with a bunch of child themes is only going to slow down development and discourage people from appreciating Buddypress. I mean look how few themes there are, one theme with with a couple color alteration child themes and now people are excited just to be able to use the generic WordPress default.
I actually prefer this not being a child theme because I’m not a programmer and don’t know enough to write a theme completely from scratch, and this WordPress default is the most basic sandbox like template to start with.
I think it is an inherent difference between front end and back end developers. You guys don’t care what it looks like as long as the programming is constantly up to date and I don’t mind if I miss some updates as long as its designed well. You guys try to plan for every possible scenario and I design to make things as customized as possible. I have a million ideas of things I want to do designing a theme for a non-profit I work with, but I’m not always certain about writing the php to get the functionality on track so I post on here about it. Instead I get front end advice, suggesting I write an entire plugin for something that can be accomplished with a line or two of html and css, just to keep the plugin pure. Neither extreme is the answer, I’m just saying it is a bit lop sided right now.
July 13, 2010 at 11:41 pm #85492In reply to: TwentyTen child theme for BuddyPress
thekmen
Participant@alanchrishughes, @djpaul is dead right, it should have been a child theme. I started looking at it before WP 3 was out & figured most wouldn’t have Twenty Ten installed so started it as a stand alone theme. It only took 10 mins to turn it into a child theme, should have done it sooner….
All others will be done as child themes where possible.July 13, 2010 at 10:18 pm #85487In reply to: Job board using buddypress ?
modemlooper
ModeratorThere are themes and plugins.
couple examples
http://ericulous.com/2008/08/10/wp-theme-jobpress-for-job-boards/July 13, 2010 at 8:50 pm #85478In reply to: TwentyTen child theme for BuddyPress
alanchrishughes
Participant@djpaul so you want there to be only one buddypress theme?
July 13, 2010 at 6:04 pm #85451In reply to: Login bar and comment clashing
r-a-y
KeymasterThe bp-default theme is missing the comments_template(); function call in page.php.
You can add this yourself!
Copy over /bp-themes/bp-default/page.php to your child theme and add:
comments_template();
just before the endwhile line.
July 13, 2010 at 5:46 pm #85445r-a-y
KeymasterBy default, you are allowed to use a limited set of HTML tags like [img]and [a]. What type of tags are you wanting to use but can’t?
You could write a small plugin to either remove these restricting filters or expand the whitelist of allowed tags, but you have to have trust in your group admins!
I’m using the former in the following example (put this snippet in your theme’s functions.php):
http://pastebin.com/CWryrkDTLike I said, only do this if you trust your user base!
July 13, 2010 at 5:27 pm #85441In reply to: How does WordPress/Buddypress work?
r-a-y
KeymasterWelcome to BuddyPress!
First of all, are you installing a fresh WordPress install with no prebuilt theme? If so, make sure you have BuddyPress activated, then in the WP admin area, navigate to “Appearance > Themes” and enable the “BuddyPress Default” theme.
July 13, 2010 at 4:22 pm #85432In reply to: Activity-Stream as Tracker only
finni3
ParticipantThanks @hnla
I commented out your suggestion in my child theme so it is not possible to reply anymore. Now all I have to do is edit out the “what´s new?” form and it´s done.Also I replaced
with
in the /activity/index.php template
Just have to edit the template for group activity and I´ll be done
July 13, 2010 at 3:12 pm #85426In reply to: Change Adminbar font color?
Hugo Ashmore
ParticipantLine 16 of adminbar.css in /budypress/bp-themes/bp-default/_inc/css/
You could simply add #000 to the background shorthand declaration as it’s using a trans png graphic so adding a flat colour will darken the background down.
In doing this the general advice is to do so in a child theme otherwise your changes will be overwritten on upgrades.
July 13, 2010 at 2:54 pm #85425In reply to: TwentyTen child theme for BuddyPress
thekmen
ParticipantChild theme of Twenty Ten now added…
July 13, 2010 at 2:31 pm #85423Archie Webmaker
ParticipantGuys if you want to set exclude category ID from your theme option page. here is a working code.
‘category__not_in’ => array(get_option(‘gangmei_blog_cat’)),
Where gangmei is your theme shortname.July 13, 2010 at 2:25 pm #85420In reply to: TwentyTen child theme for BuddyPress
Paul Wong-Gibbs
KeymasterPer my comment on that guy’s blog, it’s not been built as a child theme, which is mad.
July 13, 2010 at 1:58 pm #85419In reply to: TwentyTen child theme for BuddyPress
July 13, 2010 at 12:56 pm #85413In reply to: A question for theme designers
Andrea Rennick
Participant“Why don’t you use the perfect add_custom_background(); for wp 3.0, just translate it to work from the frontend?”
Because the function, when you add it to themes, is one line. then is uses core code to do the rest.
He’d have to rewrite it entirely anyway.
July 13, 2010 at 12:55 pm #85411In reply to: TwentyTen child theme for BuddyPress
Andrea Rennick
ParticipantIn the footer.php file, which twentyten does have.
Strange it’s not showing though.
July 13, 2010 at 12:10 pm #85409In reply to: Hide Activity Stream
Hugo Ashmore
ParticipantHave a read through of this page:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/Which explains how to proceed and it’s actually a lot simpler than might at first be thought.
If it’s still not clear post back and someone can walk you through the steps you don’t understand.July 13, 2010 at 12:09 pm #85408rodgerbailey
ParticipantI have just tried another (different) theme: Gradient 1.0.1 by Sandeep Hegde
and I still cannot Create a Group and cannot do any other function which requires groups.July 13, 2010 at 12:06 pm #85407In reply to: Hide Activity Stream
Joe Marino
Participant@hnla could you provide an example of how to create a “child theme”? I am new to the WordPress/PHP community so I’m learning as I go here.
July 13, 2010 at 12:02 pm #85406rodgerbailey
ParticipantIs there any resolution to this?
I have a WP 3.0 installation with BP Version 1.2.5.2
I’m using BP Columns 1.2 by modemlooper theme
The only other Plugin is Akismet.I just tried BuddyPress Default 1.2.5.2 and I got the same problem . . .
I just tried BuddyPress Widget Theme 1.2.1 by modemlooper and I got the same problem . . .
Any Help Out There? Anyone?
July 13, 2010 at 11:43 am #85404In reply to: Hide Activity Stream
Hugo Ashmore
Participantit’s better if you were to set up a basic child theme folder rather than edit the theme files that live in ‘default’ this way you do not overwrite your mods when upgrading.
Essentially that section of PHP does still parse it simply has no means of rendering or returning browser output, but you can examine the source and note that the slugs and site_url are returned.
July 13, 2010 at 9:43 am #85382In reply to: Hide Activity Stream
Joe Marino
Participant@hnla Thanks! I accomplished this by commenting the corresponding lines in my theme’s header.php like so:
*EDIT: hmm… guess bbcode doesn’t work on these forums. I took a screenshot of the solution in case anyone is interested: http://img715.imageshack.us/img715/4051/hideactivitystream.png
July 13, 2010 at 9:17 am #85381In reply to: Hide Activity Stream
Hugo Ashmore
ParticipantThe simplest way would be to edit the header.php in a child theme copy of the file and remove the li item entry for activity.
July 13, 2010 at 5:05 am #85368In reply to: Search Function in Admin Bar
bennadler
MemberIn your theme’s CSS file, you need to declare this:
#wp-admin-bar ul.main-nav li.align-right:hover{
background: none !important;
}That should do it, as long as you have not modified the code above at all.
July 13, 2010 at 1:40 am #85358In reply to: How to make Facebook Style Activity Stream
abcde666
Participantgreat job on your theme, exactly what I was looking for !
works like a charm and easy to customize !July 12, 2010 at 11:41 pm #85348In reply to: Will activating buddypress wipe out my WP theme
jon
ParticipantThank you Boone.
I wlll try the PBTP tonight.
-
AuthorSearch Results