Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 14,776 through 14,800 (of 64,454 total)
  • Author
    Search Results
  • Robkk
    Moderator

    How do I eliminate:

    Notices from “This forum is empty.” and “Oh bother! No topics were found here!” That’s obvious when I open a new forum. I would post welcomes if that would solve the problem. But I have seen that this replaces the notices with even longer info that probably nobody wants to read.

    You can create a topic. A super sticky topic should show above all forums if you want to have a welcome topic or a general rules topic, if that is what you want. Creating a topic in a forum should remove that notice.

    What wouldn’t they want to read? Please explain more on this. Is it the Topic/Forum descriptions??

    “Maximum Length: 80″ for the title – People will notice.

    Well yeah that is the point so that they know the max characters to use in a topic, you can remove it but it would require a template edit.

    Do you know how to use FTP , use a file editor like notpad++ , and possibly create a child theme?? I can what file to edit as long as you put the file in your child theme in a folder called bbpress.

    Further notices like “Your account has the ability to post unrestricted HTML content.” makes people probably think: When do I get to the posting form?

    Only Keymasters/Admins can see this notice. Regular participants cannot post unrestricted html content for security reasons. This is another notice that would require a template edit to remove the specific notice?? I can show you some CSS to remove all notices but you might find them handy. Do you want to remove all the notices?

    Topic status: … closed. In an open discussion, who decides when a topic is closed?

    Keymasters and Moderators should only close topics.

    Is there any plugin with which I can deactivate this?

    No.

    How can I block these pages from being publicly viewed? The forums and the participants profiles shall all be private.

    You can use this plugin , but it is best without BuddyPress.

    https://wordpress.org/plugins/bbpress-members-only/

    #163702
    jamborambo7
    Participant

    Hello everyone,

    I am having an issue with trying to make my bbpress forum full-width. I’ve looked through several troubleshooting guides and nothing has seemed to work. I am using Marketica theme with bbpress plugin.

    From this link below:
    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
    I’ve located the file it is pulling from (through What the File plugin) and it is from bbpress.php (since I copied a page.php file and renamed it to bbpress.php and added it into my Marketica child theme) file directory.

    I then changed the style.css file in the Marketica child theme and injected:

    .bbPress #primary {
    display: none;
    }
    .bbp-forums {
    width: 100%;
    }

    I’ve tried other css stylings that I found online and nothing seems to have worked. Can someone please help me? I’m running out of ideas! Thank you all in advance.

    #163701
    Nuchaz
    Participant

    I am having the same issue right now and was wondering if a solution was ever found? I tried the bbpress-do-short-codes plugin and it seems to work for google chrome, but not firefox. I would ok to just disable image captions from the tinymce editor too. I’ve been trying to figure out the css code so I could just slap it with a display:none, but haven’t had any luck.

    I’m using WP v4.2.2 and BB Press 2.5.4.

    Garrett Hyder
    Participant

    Hi @viratsteelgroup,
    You can check out the documentation here – https://codex.bbpress.org/
    If you’d like assistance with anything specific I suggest opening a new topic as this is an old unrelated one so no one is going to read your post.
    I did notice you’re with wordpress.com and not a self-hosted wordpress.org instance so you won’t be able to use bbPress as it’s an installable plugin for wordpress.org instances. You can look into creating a free forum on another site, more information here;
    https://en.forums.wordpress.com/topic/how-to-add-forum-capability?replies=17
    Cheers

    Anonymous User
    Inactive

    There is something else:

    I already had bbpress installed and one of the reasons I was looking for a solution elsewhere is that I found out it had created user pages that display the forum activity of registered users.

    How can I block these pages from being publicly viewed? The forums and the participants profiles shall all be private.

    Thanks a lot.

    Nicole

    #163696
    Robkk
    Moderator

    Did you read the reply I linked to on your last topic?

    I believe this is because of DB differences between phpBB 3.0x and 3.1x.

    Current import only supports phpBB 3.0x

    I was able to get rid of the error messages by creating the columns it complains about.

    You can also try this: https://bbpress.trac.wordpress.org/attachment/ticket/2716/2716.1.diff

    If you did try the patch and it did not work, I can contact the devs for that because some other user had an issue also.

    Anonymous User
    Inactive

    Hello,

    I’d appreciate your help on this.

    I’d love to integrate forums into my wordpress site, but how do I get rid of all the clutter in bbpress?

    There is really cool community software out there like Flarum or the P2 theme that put the focus on the people discussing and on the topics, not on status infos.

    That makes me wonder: How do I get bbpress to be more like them while maintaining the basic functionality of the forum software and the look and feel of my theme?

    How do I eliminate:

    – Notices from “This forum is empty.” and “Oh bother! No topics were found here!” That’s obvious when I open a new forum. I would post welcomes if that would solve the problem. But I have seen that this replaces the notices with even longer info that probably nobody wants to read.

    – Further notices like “Your account has the ability to post unrestricted HTML content.” makes people probably think: When do I get to the posting form?

    – “Maximum Length: 80” for the title – People will notice.

    – Topic status: … closed. In an open discussion, who decides when a topic is closed?

    These are just some examples.

    I do not know how to edit functions.php. I have fields for Filters and Hooks in my theme options, but I would need clear instructions where to put what, or some CSS.

    Is there any plugin with which I can deactivate this?

    Thanks a lot for some hints.

    Nicole

    #163693
    OscarGuy
    Participant

    I’ve been trying for weeks now to import a version of phpbb 3.1.5 to my bbPress 2.5.7 version on WordPress 4.2.2. I can’t seem to get past a particular set of errors. I do not know what this means. Is this a wordpress issue, a bbpress issue or a phpbb issue? I can’t seem to find any support topics in the forums that address this and the last couple of posts I’ve made haven’t gotten any replies. Do I need to open a repair ticket of some kind to have it looked into? Someone please help. I’d rather not continue using phpbb, but if I can’t get this resolved soon, I’m going to have to abandon bbPress altogether.

    WordPress database error: [Unknown column ‘topics.topic_replies’ in ‘field list’]

    SELECT convert(topics.topic_id USING “utf8”) AS topic_id,convert(topics.topic_replies USING “utf8”) AS topic_replies,convert(topics.topic_replies_real USING “utf8”) AS topic_replies_real,convert(topics.forum_id USING “utf8”) AS forum_id,convert(topics.topic_poster USING “utf8”) AS topic_poster,convert(posts.poster_ip USING “utf8”) AS poster_ip,convert(posts.post_text USING “utf8”) AS post_text,convert(topics.topic_title USING “utf8”) AS topic_title,convert(topics.topic_status USING “utf8”) AS topic_status,convert(topics.topic_type USING “utf8”) AS topic_type,convert(topics.topic_time USING “utf8”) AS topic_time,convert(topics.topic_last_post_time USING “utf8”) AS topic_last_post_time FROM phpbb_topics AS topics INNER JOIN phpbb_posts AS posts USING (topic_id) WHERE posts.post_id = topics.topic_first_post_id LIMIT 0, 100

    #163689
    Nuchaz
    Participant

    Hello bbPress community, I am currently building a theme for my website (started with the underscores theme) that uses bbPress and I’ve hit a snag. So, as per the bbPress codex here on enabling the visual editor, I have that enabled. I also hid the tabs to switch between the visual editor and the html editor (just using css display:none) since I only want my users to access the visual editor. Ok, that works fine. Now I need to style the visual editor.

    So how would I go about styling the tinymce editor? I would like to change the font family and add some styling to the block quotes so they match everything else.

    Looking at the code via the chrome dev tools it looks like the tinymce editor loads its own style sheets inside the tinymce form. I’m not sure how to override them.

    Thanks in advance to anyone who can help me figure this out. This is my last major thing I think I need to do before I can call my theme done and move it from my local dev environment to my staging server and start building out all my content.

    Carliff
    Participant

    Hi,

    I was trying to customise my theme and the next thing I know is I can’t access my website anymore. White screen.

    First, i went to my files in cpanel and deleted the bbpress plugin. Not fixed.

    Then I set the WP_DEBUG to true in wp-config.php file and this is the message i got:

    Fatal error: Call to undefined function listify_theme_mod() in /home2/saba2359/public_html/wodchaser.com/wp-content/plugins/code-snippets/includes/snippet-ops.php(446) : eval()’d code on line 5

    Please somebody help me.

    I have been searching and reading forums about this for 12 hours and I still have no idea at all what to do about it.

    Note: WordPress and bbpress is latest version (newly installed and updated)

    #163678
    uucmadmin
    Participant

    Greetings!

    Do I have any options to alter what happens when users “subscribe” to a topic or forum? Specifically, I would like a way to display something like “There is a new topic on our forum”, but not the actual text of the new topic or reply.

    I work for a church that occasionally needs to delete/moderate inflammatory or inappropriate topics and replies from our members. We don’t want the content of these topics and replies to go to anyone’s inbox, if possible, but we want members to have a “subscribe” option and be alerted of new posts.

    I’m using the most current BBPress and WordPress editions on an Envato theme called “Risen” (we are not married to the theme, and it can change if it is the problem). Our forums are all private and access is controlled with user groups in a plug-in called UAM.

    Robin W
    Moderator

    ok, bbpress use pages slightly differently.

    Are you trying to get the sub page to show in the menu?

    monica44
    Participant

    Hi All,

    My site is http://www.buyineastvale.com

    I am using the latest version of WordPress.

    I downloaded the bbPress plugin to use for my site’s forum.

    Now I want to add a page of Forum FAQ’s as a sub-page underneath the “Forum” parent page.

    However, when I create a new page on my site’s back end and then designate the “Forum” page as its parent page and upload it, that page on my site then gives me a message on the front end when clicking on it that says “Sorry, no such page. It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.”

    For the sake of this example, I created a page called “My Name Is” and assigned its location as a sub-page (with “Forum” being its parent page on the back end). And when clicking on the “My Name Is” page on the front end, I get the same “Sorry, no such page” message.

    This leads me to believe it is an issue with bbPress (and not my theme, which is Weaver Xtreme).

    Does anyone know how to fix this?

    Thank you SO MUCH in advance!

    #163659
    kokoko
    Participant

    Hi,

    When someone marks his reply as private it’s properly displayed in forums (blue background and comment not visible to other users), problem is if someone is subscribed to that topic he will get private reply to his email. What can I do to prevent private replies being sent to subscribed members?

    #163658
    sajjad
    Participant

    Hello.
    I installed bbpress for my support forum in a subfolder.
    I get 404 for some feeds.

    http://site.com/support/forums/reply/164/feed/ >>> google webmaster indexed some url like this and these are 404 error!

    Please help to fix it.
    Regards

    #163654
    Robin W
    Moderator
    #163650
    stiffmeister12
    Participant

    Is there anyway to add image to the BBpress toolbar besides the “img” quicktag? Im afraid my members on my forum will not know how this works or there image wont have a link. Right now i have the GD bbPress Attachments plugin which can make a user add an attachment but the problem is when someone adds an attachment it gets added to my wordpress media which I do not want. Is there anyway to add an image to the visual side of the BBpress toobar?

    #163649
    Dominik
    Participant

    Hi! Why thing like hour or minutes in language it’s as normall srtring not as plural? Can we change that in bbpress? It’s very uncomfortable..

    #163646

    In reply to: Forum comment spam

    Robkk
    Moderator

    There is more I would have to write like identifying spam for moderation.

    And also knowing the difference between human spam vs robot spam and what suggestions I listed in the guide would help fight each one.

    Hopefully though it helps you fight spam in bbPress.

    https://codex.bbpress.org/getting-started/user-submitted-guides/dealing-with-spam/

    #163644
    Robin W
    Moderator

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/user-topic-created.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/user-topic-created.php
    bbPress will now use this template instead of the original

    Then modify or overwrite woth your modified file

    #163638
    Robin W
    Moderator

    admin and keymaster are two seperate things

    If you are an admin (or someone who is does this)

    go to

    Dashboard>users>all users and select your profile and edit

    Near the bottom, you’ll see your bbpress lkevel, set this to keymaster

    #163637
    Robin W
    Moderator

    bbpress doesn’t auto subscribe to new topics

    try

    topic subscribe

    and whilst you’re there this is useful too

    Reply Subscribed

    Robin W
    Moderator

    If you want to change it everywhere then put this in your functions file

    //This function changes the text wherever it is quoted
    function change_translate_text( $translated_text ) {
    if ( $translated_text == ‘Forum’ ) {
    $translated_text = ‘new text’;
    }
    return $translated_text;
    }
    add_filter( ‘gettext’, ‘change_translate_text’, 20 );

    Functions files and child themes – explained !

    #163632
    rolyestemonio
    Participant

    Is there a way to redirect bbpress user profile to wordpress author page? Can anyone tell me some hooks that can be possibly put in the function.php?

    Your help is highly appreciated.

    #163631
    DrCath
    Participant

    Yeah!


    @robkk

    found the solution in one of your previous posts

    No register or login buttons?

    installed the plugin recommended and it worked!

Viewing 25 results - 14,776 through 14,800 (of 64,454 total)
Skip to toolbar