Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,726 through 13,750 (of 64,454 total)
  • Author
    Search Results
  • #167035

    In reply to: Sidebar Help

    Robkk
    Moderator

    Do you want full width forums and just the sidebar placed under the forums??

    If you do remove this part of the CSS code.

    .bbpress .sidebar {
      width: 0;
      display: none;
    }

    i can tell you are also using a full width template from your theme, and of course that will hide the sidebar.

    #167031
    Robkk
    Moderator

    It is in loop-single-topic.php and loop-single-forum.php.

    In the files you will see something similar to this. In this example I am editing the loop-single-topic.php file.

    <span class="bbp-topic-freshness-author">
        <?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'size' => 14 ) ); ?></span>

    Change it to something like this. You see I just added the extra attribute. 'type' => 'avatar'

    <span class="bbp-topic-freshness-author">
    	<?php bbp_author_link( array( 
                    'post_id' => bbp_get_topic_last_active_id(), 
                    'size' => 14 , 
                    'type' => 'avatar'
                    ) );
           ?>
    </span>

    bbp_author_link

    #167030
    Robkk
    Moderator

    You can create a bbpress.php file in your theme to avoid issues like that.

    Getting Started in Modifying the Main bbPress Template

    #167028

    In reply to: Sidebar Help

    wesphily
    Participant

    Robkk,

    Thanks for that. It fixed the space issue. Now I have to figure out how to get a sidebar working.
    I have been trying to do this by going to the page labelled “forums” that has the index shortcode in it and then adding a sidebar that I have created. I then added widgets to that sidebar. I have also tried content aware and bbpress wp tweak. I still can’t get a sidebar to show on the bbpress page. I can get it to show on any other page.

    #167026
    aaron2310
    Participant

    I’ve been editing the Single.php page recently and when I went back to the forum page I found that the forum was displaying some of the changes I’d made to single.php. It looks like it’s taking that as its template rather than index.php. Can I change this?

    http://www.battle-bridge.co.uk/forums/

    #167023
    myndphunkie
    Participant

    Hi Guys,

    Having issues removing the author name in the freshness column.

    The author shows up under the topic column (Started by: <author>), and it also shows up on the freshness column (<avatar> <author>).

    I want to remove the last part.

    I have copied loop-forums.php and loop-single.php into my <theme>\bbpress\ folder and am assuming I need to modify one of these?

    Thanks In Advance

    #167022
    mica123
    Participant

    @dannyfoo I came across your screenshot above. I would be very interested to know how you managed to load the login form at the top of the page? I am not looking for the login to be on the same line as the search box. I would just like to know how to position the Login, Register and Lost password buttons at the top of the forum index page (and possible all the bbpress pages).
    Many thanks.

    #167017
    Kari1
    Participant

    is there a polish language pack for bbPress 2.6 too?

    #167016
    samuelstraka
    Participant

    I thought that when I click to Forum there was submenu with one choice Seetings.
    bbPress 2.6 alpha is installed and activated by manual installation but I don’t use it now on our web because I don’t want to use it in English. I will find Czech translation or I will try to translate it …

    #167014
    Robkk
    Moderator

    Did you try some troubleshooting first? Check to see if it works fine in a default theme. If it still does not work in a default theme, try to see if a plugin could be causing the issue also by doing the listed steps for troubleshooting a plugin issue.

    Plugin/Theme updates could cause an issue to pop up without it previously being there before.

    Troubleshooting

    #167013
    Robkk
    Moderator

    The enable tinymce visual tab plugin just uses the exact same code in here.

    Enable Visual Editor

    I do not think cache could cause an issue like this.

    It is something that slipped my mind, but it is most likely that paragraph tags are considered restricted HTML for some reason.

    Use and edit this function in the plugin below to your liking.

    https://gist.github.com/ntwb/7797990

    You will most likely need to add this to make it work for participants.

    //paragraph
    'p'          => array(
    	'class'    => true,
    ),

    Admins/Keymasters can post unrestricted HTML because they have the capability to do so.

    #167012
    Robkk
    Moderator

    The only table I think bbPress creates is the one for importing forums/keeping extra imported forum data. Most of the data bbPress has are stored in WordPress tables, but all that data should be gone if you ran the reset forums tools(well except the forum roles).

    Stored Database Data

    If you are looking to delete users you can go into Users > All Users in the WordPress backend and then start bulk deleting users.

    #167011
    Robkk
    Moderator

    Any testing for the issue in this ticket is greatly appreciated.

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

    #167009
    blakeage
    Participant

    My WordPress plugins directory is sym-linked to another folder on the server. So, the following path:
    /wp-content/plugins

    Is actually a symlink to /home/bayb_qa/shared/plugins

    However, for some reason bbpress uses the absolute path (/home/bayb_qa/shared/plugins), rather than the relative path “/wp-content/plugins” when including its css and javascript, such as bbpress.css and editor.js.

    This causes 404 problems loading the two files. Is bbPress not designed to handle a symlinked plugins dir?

    #167008
    NickUdd
    Participant

    Thanks Robkk,

    Do you know which tables belongs to bbpress?

    #167007
    Bet Hannon
    Participant

    Yep, while it doesn’t do it when I post, it does print the <p> tags for at least some users–and that part is weird. It looks like this:

    <p>I completely support a focus on...

    I have the plugin “bbPress Enable TinyMCE Visual Tab” running. I haven’t been able to test yet, but the client really does need that full visual editor for their users, so I hope it’s not that.

    I did double-check the plain text filter. Maybe there was a caching issue with respect to the filter? I emptied all the caches just to be sure.

    #167006
    jscmusic
    Participant

    Hello, after updating to WordPress 4.3.1, I’ve noticed that there is no content area for topics in my 2.5.8 bbPress Forum. What gives?

    https://www.area103ppg.com/forums/topic/international-flights/

    Thanks for your help!

    #167002
    Robkk
    Moderator

    Nevermind I think you have to update to 4x, the other importer is for a much older version of vBull.

    Make sure to have a backup saved before doing an import. You may try doing a backup on a test server also.

    https://codex.bbpress.org/import-forums/vbulletin

    Import Forums

    Import Troubleshooting

    #167000
    Robkk
    Moderator

    The links are like this because that is how it is in your theme.

    You can try this custom css to remove the underline. Place the custom css in your child themes custom css or anywhere else you can place custom css like a plugin or theme.

    .bbpress .post-content a {
        text-decoration: none !important;
    }
    #166999
    Robkk
    Moderator

    You should be able to delete any imported users.

    Deleting bbPress

    If it is a test server, I guess you can always manually delete data using phpMyAdmin and start fresh.

    #166998
    Dominykas
    Participant

    You can try Rating Manager by Elementous. It supports bbPress and you can add star ratings to every topic. It’s a very powerful rating plugin.

    #166997
    Dominykas
    Participant

    You can try Rating Manager by Elementous. It supports bbPress and you can add star ratings to every topic.

    Dominykas
    Participant

    You should try Rating Manager by Elementous. https://www.elementous.com/product/premium-wordpress-plugins/rating-manager/

    It’s compatible with bbPress, buddyPress and WooCommerce, but Rating Manager is a premium WordPress plugin.

    #166993
    Robkk
    Moderator

    Since you are not very confident with PHP you can just install this plugin.

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    #166992
    Robkk
    Moderator

    There was an additional sub menu?? Was it the forum moderators menu??

    Hopefully you are not running the alpha version on a production site.

    bbPress is installed and activated now after a manual installation??

Viewing 25 results - 13,726 through 13,750 (of 64,454 total)
Skip to toolbar