Search Results for 'bbpress'
-
AuthorSearch Results
-
August 12, 2014 at 8:06 am #150665
In reply to: Help with styling css
Robkk
Moderatorif you mean like this http://thefastdiet.co.uk/forums/
follow this topic https://bbpress.trac.wordpress.org/ticket/1958
and read tharsheblows posts and take his code
or read Bob1nz and go to his pastebin links and take his
August 12, 2014 at 7:35 am #150664In reply to: Help with styling css
gogitossj34
ParticipantOh, that’s not what I mean.
By table, I mean that every forum in a category has its own table. Even using the default bbpress ( without the Stargazer Colloquium theme ), I get this:
table top
Category
-forum
-forum
table bottomtable top
category
….
table bottomI’m getting the han of css but not really understand bbpress div ( or is it class, still confuse, I mean like bbp-something) A
and checking on w3 and google doesn’t help much. Do you now any documentation that will help ? Thanks in advance.August 12, 2014 at 6:37 am #150652In reply to: Topics Page template
OsamaNuman
ParticipantThanks alot that worked I deleted the line :
<?php bbp_get_template_part( ‘form’, ‘topic’ ); ?>
really appreciate the tip and the extra tip for bbPress templates !! that’s really beneficial !! THX
August 12, 2014 at 6:36 am #150651In reply to: How to close topic by author
Stephen Edgar
KeymasterCurrently bbPress only supports moderators and keymasters who can “close” topics.
I sort of see why you ‘may’ want to offer this functionality but I also don’t know of any forum software that does allow this.
August 12, 2014 at 6:26 am #150649In reply to: Is it possible to use a different theme for bbpress?
A.I. Sajib
ParticipantYou mean replace
bbpress.phpfile content with thearchive.phpcontent and then remove that line of code?I will try that and will let you know if that fixes the issue. Thank you for your help!
August 12, 2014 at 6:14 am #150647In reply to: Profile page doesn't show
defcon1186
ParticipantI’ve added renamed
archived.phpwithoutget_template_part('content');likebbpress.phpin my child root, and now forum page won’t load… that’s pretty weird 🙂August 12, 2014 at 6:07 am #150646In reply to: Is it possible to use a different theme for bbpress?
Stephen Edgar
KeymasterA quick look at the “Track’ theme, it looks like if you copy
archive.phptobbpress.phpthat will resolve most of your issues. (Source: archive.php)After you have done the above remove the following line from your
bbpress.phpcopy:
get_template_part('content');August 12, 2014 at 6:04 am #150645In reply to: Profile page doesn't show
Stephen Edgar
KeymasterAll of bbPress will sit within the ID
id="bbpress-forums"which makes CSS styling even easier and is far from new, I think it has been there since bbPress became a plugin 🙂A quick look at the “Track’ theme, it looks like if you copy
archive.phptobbpress.phpthat will resolve most of your issues. (Source: archive.php)Edit: Do the above but remove the following line from your
bbpress.phpcopy:
get_template_part('content');August 12, 2014 at 5:50 am #150643In reply to: Is it possible to use a different theme for bbpress?
Stephen Edgar
KeymasterHave you tried bbPress with your preferred theme?
Give it a try, bbPress will work with most themes “out of the box”.
If you want to start customizing your theme check out the docs
August 12, 2014 at 5:44 am #150642In reply to: Profile page doesn't show
defcon1186
ParticipantThank you for reply.
Yes, I’ve solved with BuddyPress temporarily. It look nice and there are all options I need (profile picture and signature).Unfortunately the rename page.php trick dosn’t work with that theme.
I’ve noticed same issue with search page (right now it’s disabled), if I do a forum search it won’t find anything except the first blog post (?!?).
This is the theme: http://www.competethemes.com/tracks/
I’ve already contacted support and they couldn’t help me on bbpress, except for the styling that I’ve done with child theme and bbpress classes on body (I’ve noticed that bbpress automatically insert .bbpress and many custom classes on forum pages… wow,very handy, it’s a new feature? I’ve also noticed that this works only in “Forums” slug and not “Forum”).
August 12, 2014 at 5:33 am #150641In reply to: Topics and replies are always pending
Stephen Edgar
KeymasterHey @microdot, glad you found us after I closed down your other posts 😉
Check this out https://codex.bbpress.org/moderation-and-blacklisting/
Also what setting do you have in WordPress discussion settings for:
Before a comment appears Before a comment appears Comment must be manually approvedI think that is most likely the culprit, what happens if you uncheck that?
August 12, 2014 at 5:32 am #150640In reply to: Is it possible to use a different theme for bbpress?
A.I. Sajib
ParticipantI guess that’s my last resort. Unfortunately, most of the gorgeously-designed themes suited for the topic of my site seems to be incompatible with bbpress. I want bbpress to be there, apparently for this I have to sacrifice the chance of using a good theme. 🙁
By the way, if I wanted to tweak the CSS for bbpress section of the site, which file would I modify without affecting the theme on the site’s main section?
August 12, 2014 at 5:30 am #150639In reply to: Is it possible to use a different theme for bbpress?
Stephen Edgar
KeymasterYou use WordPress themes for the bbPress 2.x plugin.
You can customize the bbPress templates for your theme by modifying them yourself, bbPress also includes full support for custom themes though there are very few of these.
I’d suggest finding a WordPress theme that suits your needs and then tweak the CSS for the bbPress section of your site.
August 12, 2014 at 5:18 am #150638In reply to: Profile page doesn't show
Stephen Edgar
KeymasterIt looks like you’ve now added BuddyPress so this is null and void 😉
If you decide not to use BuddyPress let me know and I’ll take another look.
Typically if you make a copy of
page.phpand rename itbbpress.phpand it doesn’t work is because the themespage.phphas some funky code, usually linking to custom templates for custom post types so is usually theme specific and alternatives can be to tyr the themesarchive.phpand or post the theme name here and we can have a look.August 12, 2014 at 5:16 am #150637Topic: Is it possible to use a different theme for bbpress?
in forum ThemesA.I. Sajib
ParticipantI intend to use a premium theme for the Blog section of my site while I want the bbpress forum in /discuss slug to have a basic theme (preferably Twenty Twelve, as the default themes are best compatible with bbpress). Is that possible by any hacks or plugins?
I guess I could install a different installation (standalone bbpress or as a plugin) in a /discuss directory but I’m afraid at one point the permalinks to the two different sites may be too complicated to handle. Simply put, I don’t like the idea. So I’m hoping this is possible for bbpress [installed as a plugin on the main site] to have a theme of its own other than the one being used on the site.
Please let me know if it’s possible or if there’s any workaround to do what I want.
Thanks in advance for your time.
August 12, 2014 at 5:12 am #150636In reply to: Slow to Post
Stephen Edgar
KeymasterWe have a rather large performance increase coming up in bbPress 2.6 that will address most of your issues, primarily it relates to the sort order of topics as we have a slow database join when we need to sort the topic order based on the latest reply.
August 12, 2014 at 4:16 am #150634In reply to: Oh bother! No topics were found here!
Stephen Edgar
KeymasterbbPress is tested and works on PHP 5.2.4 and later https://bbpress.org/about/requirements/
We ensure that bbPress (and the same for WordPress) is to work 100% on PHP 5.2.4 and up, thus including PHP 5.3.x, 5.4.x & 5.5.x.
We have also begun experimental testing testing with PHP 5.6 alpha and HHVM.
August 12, 2014 at 4:09 am #150633In reply to: Topics Page template
Stephen Edgar
KeymasterYou would want to remove the topic form from
content-single-forum.phpSee this to get going on how to edit bbPress templates so you don’t lose your changes when bbPress is updated https://codex.bbpress.org/theme-compatibility/
August 12, 2014 at 4:05 am #150632In reply to: Custom forums slug issue
Stephen Edgar
KeymasterThis is working per design of bbPress.
Removing the “forums prefix” removes be default “forums” or in your case “classes”
What you are alluding to is you want the “forum” slug removed, similar are the “topic” and “reply” slug settings, these cannot be removed in bbPress at this stage though you can change them.
August 12, 2014 at 3:41 am #150628In reply to: Oh bother! No topics were found here!
Robin W
Moderatorglad you’re fixed, but sorry can’t answer php question but would be very surprised if wosdpress/bbpress had any reliance on older php versions
August 12, 2014 at 3:41 am #150627Stephen Edgar
KeymasterA standard bbPress User Profile Edit link should look something like this:
http://example.com/forums/users/username/edit/
Similar here on this site your edit profile link should be:
https://bbpress.org/forums/profile/azafuel/edit/Users ‘can’ edit their profile in WordPress backend with the
/wp-adminand that is because we are a WordPress plugin that uses WordPress’ users for bbPress so both are valid URL’s for user profiles.August 12, 2014 at 3:33 am #150625In reply to: List of all new topics since last visit
Stephen Edgar
KeymasterI added a couple of other plugins that do this a couple of days ago to the following page:
Check them out and let us know if one (or more) do what you are after
August 12, 2014 at 3:29 am #150624In reply to: Custom Theme to make my bbPress Forum look prettier?
Stephen Edgar
KeymasterYou can also just use a WordPress theme that includes support for bbPress.
Just as BuddyPress has a ‘tag filter’ in WordPress’ theme repo, bbPress will also have a tag here in the not too distant future 🙂
https://wordpress.org/themes/tag-filter/
For now though you should simple search the themes for “bbPress”
August 12, 2014 at 3:23 am #150622In reply to: Can't log into the codex
Stephen Edgar
KeymasterYeah, something funky going on at the moment, there will be a new login widget on the site in the next day or two that should stop/alleviate the weird redirects.
For now if you use this URL if you are not signed in you may still get a funky redirect but re-opening the URL again should take you to where you need to be 🙂
https://codex.bbpress.org/wp-admin/edit.php?post_type=page
August 12, 2014 at 3:03 am #150619In reply to: vBulletin 5 to bbPress Migration
Stephen Edgar
KeymasterI have a customised version of the importer for vBulletin 5.
There are a couple of tweaks that are needed though to bring it in-line with the current importer updates. The issue is with the way our current import script is setup we need to heavily tweak not just the import script but also our main
converter.phpfile to handle the complex SQL joins need.If your familiar with SVN you can checkout the
2440-converter.php.2.diffpatch in the following ticket along withvBulletin5.php, if not let me know and I’ll upload full files of these somewhere. -
AuthorSearch Results