Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 31,951 through 31,975 (of 64,534 total)
  • Author
    Search Results
  • #44565
    guy2131
    Member

    Hi Guys,

    I need help resolving small issue that I have with my installation and I am ready to pay for the time of whoever knows (or can find out) the answer.

    To see the problem go: http://www.ibikiniwax.com/forum/topic/jannet and scroll to the bottom of page.

    <b>The replies show at below the reply box.</b>

    I run bbpress plugin 2.0.2 on one of Template Monster premium themes. WordPress 3.3.2.

    I did not do any modifications to bbpress themes (To be honest, I don’t quite understand it) I just installed the plugin, activated it, setup and voila – everything works but this one issue. I suppose it uses the themes css – I like the simplicity of it and I’d rather keep it this way.

    So there you go. Please help. Let me know your price before hand. If you feel more comfortable, we can do it through freelancer of elance.

    Thanks

    #113055
    Andrew
    Member

    Hi Sam,

    I had a hard time looking for the archive-forums.php, until I found it in the bbp-twentyten theme folder in bbp-themes folder. From my understanding I’m not using this theme for bbPress (or am I?)

    I made the changes as you described and nothing takes effect. I’ve tried moving about the archive-forums.php into different areas, my main theme folder, the bbPress includes folder and others to see if I could find the right spot it needed to be in order to be called, but without luck.

    Where do I need to place this file in order to have it activated or used by bbPress?

    I also tried creating a new ‘theme’ for bbPress following the direction here.. https://codex.bbpress.org/legacy/themes-and-templating/

    But it seems to call in my bbPress theme into my main WordPress theme area, and I don’t want to change th WP theme, I just want bbPress to use this file to generate it’s <h1> Title.

    Any help would be awesome. Thanks for your time!

    Andrew
    Member

    Hey Jobjorn,

    I’m still pretty green with bbPress but I think you could make a plugin to modify that base page title. I think the function you may want is this..

    function bbp_get_forum_archive_title( $title = '' ) {
    global $bbp;

    // If no title was passed
    if ( empty( $title ) ) {

    // Set root text to page title
    if ( $page = bbp_get_page_by_path( $bbp->root_slug ) ) {
    $title = get_the_title( $page->ID );

    // Default to forum post type name label
    } else {
    $fto = get_post_type_object( bbp_get_forum_post_type() );
    $title = $fto->labels->name;
    }
    }

    return apply_filters( 'bbp_get_forum_archive_title', $title );
    }

    It’s located in the bbp-forum-template.php

    #44564
    Nate
    Participant

    Hello,

    I’m using the bbPress login widget to serve as our site’s login form. The only issue (because otherwise, it’s damn near perfect) is that upon logging in, it redirects the user to the last page they visited.

    Is that, eh, fixable?

    tate83
    Member

    Hi

    Love the plugin. But are the phpBB image/URL trouble’s going to be resolved somewhen? There isn’t much acitivity any more..

    Cheers

    Tate

    #106797
    tate83
    Member

    Did you fix this?

    Still get this error..

    #44563
    Ash Shaw
    Participant

    Hi

    We have activated the BBpress plugin and configured forums on three of our demo sites, but when we attempt to add a new topic in the front end, it displays the following error message:

    ERROR: Forum ID is missing.

    Here is a link to one the sites’ forum landing pages:

    http://thestandard.feedmydemo.co.za/forums/

    Any help or suggestions would be greatly appreciated.

    #108138
    spiritfly
    Member

    I can’t believe this still haven’t been resolved. What is going on with the bbpress community? This is a must have. It should be the forums default looks.

    I have tried playing with it, but I still don’t understand what really is going on.

    Can someone who made these kind of subcategories post the changes he made?

    Thanks

    #44554

    Topic: Title issues

    in forum Installation
    russwittmann
    Member

    I have installed bbpress and have a slight issue with my theme see forum here http://www.santansilverbacks.com/support-forums/ , notice the header title is the last forum access, i would like to make it the title Support forums is this possible?

    If so could you steer me in the right direction?

    Thank You

    #44541
    cbgametime
    Member

    Hi

    I had somebody ask me if it’s possible to make the text box larger on my forum (http://ovcboards.net) but wasn’t even sure where bbpress pulls that information from to edit it. Any idea?

    Thanks!

    #113406
    Alfahad Khan
    Member

    Thanks for replying, Changing my theme to TwentyTen/Eleven fixes it. But i want to use my existing theme. What should i do

    dannyjimmy
    Participant

    Gadzooks! It seems to me that’s critically important =-/ I can’t really use bbpress until something like this comes along :-(

    Help?

    #113405

    It’s likely something with your theme. Try activating TwentyTen/Eleven and see if that fixes it.

    #113435

    In reply to: User registration

    The default access bbPress gives should be fine.

    #113161

    Look through the WP.org repo (https://wordpress.org/extend/plugins/search.php?q=bbpress) – there are a few plugins that should help with this depending on what method you want to use (such as recaptcha etc).

    #112027

    What version of bbPress?

    The best way to do it would be to make tweaks in your theme’s style.css that override the styles bbPress is using.

    I’d recommend using Firebug (or similar) to track down the CSS.

    #113440

    If you are using bbPress 2.x you should be able to go to Settings > Forums and check ‘Allow Revisions’.

    #44544
    yuliang
    Member

    I know all the post revisions are stored in DB. I can get the revisions through bbp_get_topic_revisions( $post_id ) function. Just wondering whether there is any existing template implementation to allow users select a revision when editing a topic.

    Thanks.

    #42469
    alienalias
    Member

    In what folder(s)/line(s) of code in bbpress files in my cPanel can I change the font size for the description of that particular forum thread or thread descriptions? I’ve searched this forum, but can’t find it anywhere using the search. Please help, as the descriptions of my forum/Topic titles are MINISCULE and will strain the readers eye. THANK YOU for your help!

    Hello :-)

    I have just received a response in German bbpress forum where you can change the date when an update does not always need to manually (except changing the class name or the bbpress WP Theme gets an update) …

    In the wp-theme style.css add the following:

    div.bbp-template-notice.info {display: none !important;}

    This causes the system tray is no longer displayed in the forums and in the individual posts.

    I hope this will help any other peoples :-)

    But I’m still on the search, the number of posts and the number of topics to delete (numbers in parentheses after the forum) – because you know a solution?

    Thank you very much

    #113160

    There isn’t anything bbPress can do to make Akismet work any better. It’s just heuristics and monitoring. Akismet misses a ton of spam here on bbPress.org, too.

    On the Super Cache front, some improvements went in, but I haven’t spent a lot of time with them together; you probably have more than I have.

    #113397
    jobjorn
    Member

    Hi! We’re running bbPress 2.0.2 as a WordPress plugin.

    #113339

    In reply to: Forum = Archives?

    Something with your theme is hardcoded to make that happen. Nothing bbPress can do about it if the theme takes over.

    #113433

    In reply to: User registration

    If you’re runing bbPress only then select “Forum Participant”. If you allow your user to post articles beside forums then choose between “Contributor” or “Author”.

    #113370
    phillg
    Member

    Yeah I have tried the default forums and tried changing it to discussions then flushing the htaccess file but it still 404’s it works when the default wordpress permalink settings are used.

    The site is helloecoliving.com (the clients host is very slow)

    Thanks

Viewing 25 results - 31,951 through 31,975 (of 64,534 total)
Skip to toolbar