Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 19,101 through 19,125 (of 64,516 total)
  • Author
    Search Results
  • #150665

    In reply to: Help with styling css

    Robkk
    Moderator

    if 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

    #150664

    In reply to: Help with styling css

    gogitossj34
    Participant

    Oh, 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 bottom

    table top
    category
    ….
    table bottom

    I’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.

    #150652

    In reply to: Topics Page template

    OsamaNuman
    Participant

    Thanks 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

    #150651
    Stephen Edgar
    Keymaster

    Currently 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.

    #150649
    A.I. Sajib
    Participant

    You mean replace bbpress.php file content with the archive.php content 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!

    #150647
    defcon1186
    Participant

    I’ve added renamed archived.php without get_template_part('content'); like bbpress.php in my child root, and now forum page won’t load… that’s pretty weird 🙂

    #150646
    Stephen Edgar
    Keymaster

    A quick look at the “Track’ theme, it looks like if you copy archive.php to bbpress.php that will resolve most of your issues. (Source: archive.php)

    After you have done the above remove the following line from your bbpress.php copy:
    get_template_part('content');

    #150645
    Stephen Edgar
    Keymaster

    All 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.php to bbpress.php that will resolve most of your issues. (Source: archive.php)

    Edit: Do the above but remove the following line from your bbpress.php copy:
    get_template_part('content');

    #150643
    Stephen Edgar
    Keymaster

    Have 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

    Codex

    #150642
    defcon1186
    Participant

    Thank 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”).

    #150641
    Stephen Edgar
    Keymaster

    Hey @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 approved

    I think that is most likely the culprit, what happens if you uncheck that?

    #150640
    A.I. Sajib
    Participant

    I 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?

    #150639
    Stephen Edgar
    Keymaster

    You 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.

    #150638
    Stephen Edgar
    Keymaster

    It 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.php and rename it bbpress.php and it doesn’t work is because the themes page.php has some funky code, usually linking to custom templates for custom post types so is usually theme specific and alternatives can be to tyr the themes archive.php and or post the theme name here and we can have a look.

    #150637
    A.I. Sajib
    Participant

    I 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.

    #150636

    In reply to: Slow to Post

    Stephen Edgar
    Keymaster

    We 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.

    #150634
    Stephen Edgar
    Keymaster

    bbPress 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.

    #150633

    In reply to: Topics Page template

    Stephen Edgar
    Keymaster

    You would want to remove the topic form from content-single-forum.php

    See 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/

    #150632
    Stephen Edgar
    Keymaster

    This 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.

    #150628
    Robin W
    Moderator

    glad 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

    #150627
    Stephen Edgar
    Keymaster

    A 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-admin and that is because we are a WordPress plugin that uses WordPress’ users for bbPress so both are valid URL’s for user profiles.

    #150625
    Stephen Edgar
    Keymaster

    I 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

    Feature Plugins Tracking

    #150624
    Stephen Edgar
    Keymaster

    You 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”

    https://wordpress.org/themes/search.php?q=bbpress

    #150622
    Stephen Edgar
    Keymaster

    Yeah, 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

    Codex Standards & Guidelines

    #150619
    Stephen Edgar
    Keymaster

    I 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.php file to handle the complex SQL joins need.

    If your familiar with SVN you can checkout the 2440-converter.php.2.diff​ patch in the following ticket along with vBulletin5.php, if not let me know and I’ll upload full files of these somewhere.

    https://bbpress.trac.wordpress.org/ticket/2440

Viewing 25 results - 19,101 through 19,125 (of 64,516 total)
Skip to toolbar