Search Results for 'theme'
-
AuthorSearch Results
-
July 15, 2010 at 7:06 pm #85797
In reply to: Search Activity
r-a-y
KeymasterFirst you’ll need to add an additional option to the BP dropdown select menu for “activity”.
Check out the “bp_search_form_type_select” filter in bp_search_form_type_select() (located in bp-core-templatetags.php) to add your own.Then you’ll need to modify the bp_ajax_querystring so it adds the search_terms parameter as Andy has stated above.
Check out the “bp_dtheme_ajax_querystring” filter in the bp-default theme’s /_inc/ajax.php.July 15, 2010 at 5:26 pm #85767In reply to: Activity page has to be refreshed when changing tabs
footybible
ParticipantHi Paul. Yes I’ve just checked the default theme and it works fine there. Any ideas about how I can get the theme working? Thanks.
July 15, 2010 at 4:56 pm #85764In reply to: Activity page has to be refreshed when changing tabs
Paul Wong-Gibbs
KeymasterYou’ve probably got a javascript error of some type. Does it work on the default theme?
July 15, 2010 at 3:34 pm #85748Paul Wong-Gibbs
KeymasterClosing this thread per standard practice. Contact the OP above if you’re interested.
July 15, 2010 at 2:29 pm #85741In reply to: TwentyTen child theme for BuddyPress
Andrea Rennick
Participant@alanchrishuges
“You made a BP child theme to a theme that is not BP compatible?”
Yes. I made a child theme and added the BP capabilities. Which was one of the options Paul mentioned above.
July 15, 2010 at 2:27 pm #85740Andrea Rennick
ParticipantYeah I sent some suggestions.
July 15, 2010 at 2:27 pm #85739In reply to: Basic footer
Andrea Rennick
Participant99% of the wordpress themes out there are gpl. snag away.
July 15, 2010 at 12:49 pm #85728landlord
ParticipantStill have the avatars stacking below each other rather than across and down. I thought perhaps it was due to the “twentyten” theme so I reverted back to the default BP theme but they still stack below each other. Since the float left was added and they still stack below, my thought is that while no info is showing to the right of the avatar, the space is possibly occupied by something can’t see. The avatars are small enough that at least 2 should fit side by side so that seems to be a possibility. Any other suggestions on how to T.S. or fix this? Thanks in advance?
July 15, 2010 at 11:45 am #85722In reply to: How do you remove the copyright at the bottom?
rich! @ etiviti
Participantno default copyright message in BP
https://trac.buddypress.org/browser/branches/1.2/bp-themes/bp-default/footer.phpbut otherwise create a child theme file for footer.php
July 15, 2010 at 11:01 am #85717In reply to: Forum create only available to certain members
rich! @ etiviti
Participanti’m confused – do you want to restrict the group settings->enable forum option (which restrict group creation plugin can do) or restrict creating a new topic within the group forum? if the later – don’t forget this theme file as well https://trac.buddypress.org/browser/tags/1.2.5.2/bp-themes/bp-default/groups/single/forum.php
July 15, 2010 at 8:12 am #85707@mercime
ParticipantAdd to your theme’s style.css
div#item-header span.activity { display: none; }
This will also hide same in Group’s pagesEdit – ok @hnla that was fast
July 15, 2010 at 8:10 am #85706Hugo Ashmore
ParticipantSimplest way would be to delete the markup entirely in /members/single/member-header.php
removing this line:
<span class=”activity”><?php bp_last_activity( bp_displayed_user_id() ) ?></span>Preferably in a child theme copy of the file.
July 15, 2010 at 8:01 am #85704In reply to: Forum create only available to certain members
@mercime
ParticipantHi Anton, no you didn’t miss something, I did … missed the limit “topic” in post because of title “Forum create only available to certain members”
Change line 38 in https://trac.buddypress.org/browser/tags/1.2.5.2/bp-themes/bp-default/groups/single/group-header.php from
if ( bp_is_group_forum() && is_user_logged_in() && !bp_is_group_forum_topic() ) :
to
if ( bp_is_group_forum() && current_user_can(‘level_7’) && !bp_is_group_forum_topic() ) :I was thinking that with @nuprn1‘s plugin activated, one can also use a conditional to target group admin and group mod specifically
July 15, 2010 at 12:41 am #85657In reply to: WP DashBoard- Replacement for Blogging!…
Nahum
ParticipantI use P2 for user blogs and it works pretty good but then you feel like you want even more available to the user as far as an full editor with categories, custom fields, and other features like widgets, and switching themes….and that’s just not worth hacking up P2, so there’s also styling the backend so that it looks like your theme, for that check out wpengineer.com for some functions that’ll allow you to skin your wp admin. there may even be some plugins up to the task now, i haven’t checked. You could also get someone to develop some custom forms that could be placed on a page only viewable to the admin user. So there’s alot of creative ways to do it but ultimately…I think the push for frontend editing is getting bigger and bigger, and theme developers will begin including frontend features — if we show there is a demand.
July 14, 2010 at 11:39 pm #85655In reply to: Job board using buddypress ?
modemlooper
ModeratorYes, BP works with almost any theme. You’d have to do some adjustments though.
Most themes are
header
content
sidebar
footerThe content area on a regular WP theme has the loop that shows you blog posts. BP can fit inside the content of almost any theme. It’s like extra pages with a loop for BP stuff instead of blog posts.
So to make BP work on another theme you have to match the content divs. If the theme you want to use has a content div like this.
div id=”myContent” >
div id=”padding” >Then on the BP page HTML you have to make the content divs match. The BP content structure might look like this.
div id=”content” >
div class=”padder” >So you’d need to change it to match the the theme.
July 14, 2010 at 10:42 pm #85648@mercime
ParticipantYou can contact @Andrea_r at http://wpmututorials.com as well
July 14, 2010 at 6:26 pm #85625Paul Wong-Gibbs
Keymasterbp_group_creation_tabs() is called directly in the bp-default theme; /groups/create.php. Override that file in your theme and change the function call.
July 14, 2010 at 2:38 pm #85580rich! @ etiviti
Participantok, i found some delete references on the activty comments that do not have any sort of filter on them (actually this goes back to a trac i need to file – https://trac.buddypress.org/ticket/2530 )
under the functions:
bp_dtheme_new_activity_comment()
– ajax.php
bp_activity_get_comments( $args = '' )
– bp-activity-templatetags.phpOtherwise everything uses the same activity template
July 14, 2010 at 12:53 pm #85567In reply to: Forum slow to load, show post form open then closes.
rich! @ etiviti
Participantthe div new-topic-post is hidden by jQuery (see global.js ) after the page loads – you could change up a child theme to hide this div within the html first.
July 14, 2010 at 12:53 pm #85566In reply to: TwentyTen child theme for BuddyPress
alanchrishughes
Participant@djpaul “if we encouraged people to edit the default theme or any of the core BuddyPress files directly, most of those people are going to come back and complain….”
That’s why I think it is important to start separating the BP plugin from themes.
July 14, 2010 at 12:48 pm #85563In reply to: TwentyTen child theme for BuddyPress
alanchrishughes
Participant@andrea_r You made a BP child theme to a theme that is not BP compatible?
July 14, 2010 at 12:24 pm #85562In reply to: TwentyTen child theme for BuddyPress
Andrea Rennick
Participant@alanchrishughes I built mine as a child theme of Twentyten, not the bp default.
@thekmen – let;s compare code & I’ll get it rolled in to the ticket. https://trac.buddypress.org/ticket/2382
July 14, 2010 at 8:16 am #85538abu_eldahab
Memberdid you moved “events” folder to the theme directory ?
July 14, 2010 at 6:15 am #85533In reply to: TwentyTen child theme for BuddyPress
Paul Wong-Gibbs
KeymasterWe have to try to get things to work for 80% of our users; if we encouraged people to edit the default theme or any of the core BuddyPress files directly, most of those people are going to come back and complain when we release a new version of BuddyPress because they won’t understand what’s really happened.
Theme developers of course have two options — either as a child theme, of BuddyPress’ bp-default or one of the many other theme frameworks, or as a seperate/existing theme with the BuddyPress template files copied in. Both have their disadvantages and advantages.
July 14, 2010 at 5:45 am #85530In reply to: Job board using buddypress ?
talgalili
MemberThanks ModemL,
But I don’t see this theme works with buddypress, or am I wrong?Can any theme just start working with BuddyPress ?
-
AuthorSearch Results