Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 7,301 through 7,325 (of 64,328 total)
  • Author
    Search Results
  • #190678
    Robin W
    Moderator
    #190677
    Robin W
    Moderator

    one for the bbPress Notify (No-Spam) plugin’s support page.

    Robin W
    Moderator

    sorry, can you be clear, this is JUST using the search box on forum pages – yes ?

    if so

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    Yanur Islam Piash
    Participant

    Hi,

    No shortcodes are working in the bbpress pages. The shortcodes are runnng very well in all other pages of my site. Just not working on bbpress topics, forums and replies pages. So I guess the problem is within bbpress. I tried to find out plugin conflict but no conflict was found.

    Here is one of my topic pages: click on the “Login” or “register” button in the top menu. A hover will appear where I put a shortcode that works well in any other pages. Also, you can click on “contact” in the footer to see another shortcode not working. No problem with the plugins created shortocode or the popup modal, as they are working just fine in all other pages.

    All the plugins, themes and applications are updated.

    #190672
    rezadan
    Participant

    Hello,

    When there is a reply to a topic or a new topic is created, people are notified.For notifications, I have been using bbPress Notify (No-Spam) plugin. In the notification emails sent, the ‘Topic url’ shows the full url text with no hyperlink. Is it possible to have the topic url to be hyperlinked so that recipient can simply click on it to go in order to go to the page?

    Regards,
    Reza

    #190669
    u_Oi
    Participant

    I have a bbpress forum with Twenty Twelve and also with Buddypress and both works right. But sometimes you should need make some css-tricks to get a better front-end design.

    #190665
    Robin W
    Moderator

    with bbpress you subscribe to forums, so unless you bhave subscribed, then you won’t get notified.

    You can and control and auto-subscribe users to forums using

    bbP Toolkit

    or instaed/in addition use

    bbPress Notify (No Spam)

    which some admins use to see what is being posted

    #190662
    cinsin
    Participant

    I use Members plugin (by Justin Tadlock), and don’t have problems with Moderators viewing private topics, in fact I temporarily switched everyone to Moderator. This plugin doesn’t allow me to edit any of the bbpress roles, is this expected?

    #190659
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #190658
    Robin W
    Moderator

    suspect it is related to your memebership plugin – see

    Topics only visible to Administrators

    #190653
    Robin W
    Moderator

    sorry – it needs to go in your theme’s functions file

    Functions files and child themes – explained !

    #190652
    spinningplays
    Participant

    I’ve added it to bbpress/includes/core/functions.php, but it doesnt work. It only redirects me as admin to the homepage when I click on the tabs.

    #190649
    cinsin
    Participant

    Hello

    My participants cannot view or reply to private topics. Administrators/keymasters seem to be able to.

    I’ve installed bbPress version 2.5.14, and Members Version 2.0.2 plugins. When I look at the participant’s role it:

    can read_private_forums
    cannot read_private_topics
    cannot read_private_replies

    and I cannot edit this role: “The Participant role is not editable. This means that it is most likely added via another plugin for a special use or that you do not have permission to edit it.”

    I tried deactivating plugins one by one to see if I could edit this role. I thought by default Participants could read and reply to private topics…

    Thanks for any help

    #190647
    fum
    Participant

    I add:

    The theme is twenty twelve
    WordPress version: 4.9.4
    bbPress version: 2.5.14

    #190626
    Robin W
    Moderator

    This should work

    add_filter( 'bbp_after_get_the_content_parse_args', 'rew_disable_text_editor' );
    
    //editor bbpress
    function rew_disable_text_editor( $args = array() ) {
    	$args['tinymce'] = true;
    	$args['quicktags'] = false;
    	if( current_user_can('administrator')) $args['quicktags'] = true;
    	return $args;
    }

    add this to your functions file

    #190616
    dezrok
    Participant

    I’ve discovered it is a conflict with the Membership2 plugin (I wasn’t clearing the cache on previous plugin tests).

    I would be interested to hear if anyone has been able to get bbPress working with the Membership2 plugin without this problem as they are supposed to be integrated but I can’t find any settings that might be causing this problem.

    #190614
    Jen333
    Participant

    If I go to one of the forums from the main forum page and I click on the breadcrumbs to take me back a page, it doesn’t take me to the correct page.

    For example, if the breadcrumbs show
    Home › Forums › Forum 1
    and I click on “Forums” it doesn’t take me back to the main forum page as it should.

    WordPress version: 4.9.4
    bbPress version: 2.5.14
    I’m using Genesis theme

    #190609
    Clivesmith
    Participant

    Hi,

    I allow anybody to reply to a topic, but I ask for their name and Email address, all replied are moderated, when I look at the reply under replies I can see the name but not the Email. I am sure somewhere I put “(will not be published)” after the Mail (required) label: but I cannot remember where I did that.
    I have the latest wordpress, bbpress, bbp toolkit, bbpress moderation and bbp style pack installed.
    Can someone help where to find the Email given please, I have spent two days looking.

    Clive

    #190603
    mili2502
    Participant

    Hello,
    I want to duplicate my bbpress search results page. I want to keep the original page and have a second form that shows a personalized results page, how can I do this?

    #190596
    dezrok
    Participant

    Hi there, I’m hoping someone might be able to give me some advice on a fix for the following:

    bbPress is working fine for Administrators, however, users with any other Site Role can’t read the Topics (even if they are a Forum Moderator or Keymaster).

    For non-Administrators, the Topics index works fine and when you select a Topic you can read any Replies that have been made, as well as having the ability to post a reply (as long as your Forum Role is sufficient), all that is missing is the original Topic itself.

    If a previous reply has quoted the Topic, then you can read the quoted topic within the reply.
    The Topic exists, the original just isn’t visible to non-Administrators.

    I’ve deactivated all plugins and the problem persists.
    I’ve tried it with the theme Twenty Twelve and the problem persists.

    Changing the Forum Role doesn’t affect the problem.
    Only users with the Site Role “Administrator” can read Topics.
    Obviously I can’t make everyone an Administrator and have run out of ideas on how to go about fixing this.

    Wordpress 4.9.4; bbPress 2.5.14
    Forum Link: https://www.getleanfiji.com/forums/general/

    NB: The forums are part of a private membership site that is still under development. I have made one of the forums (which contains some test Topics and Replies) publicly accessible via the above link. Access to the site is controlled using Membership 2 and the Groups plugins, although these don’t appear to affect the problem.

    #190595
    lantaarntje
    Participant

    This fix indeed has the intention to convert my phpbb3.2 forum to bbpress 2.6 beta 2 😉 The conversion is still running so i don’t know for sure 😛 #goodjob

    #190573
    themichaelglenn
    Participant

    @crookie I’m having the same problem. The BBSpoiler button works if I’m editing a post or a page, but it doesn’t appear at all in tinyMCE in bbPress. I’ve tried using tinyMCE Advanced, and the standard WordPress tinyMCE, both with the same results.

    I’m currently working on a bbPress tinyMCE plugin, to allow me to include specific buttons in the forum editor, and if I can figure out how to make that work with BBSpoiler I’ll post an update here.

    I’ve tried to look through the code for BBSpoiler, and I’m guessing that it’s missing an action or a filter to hook into the bbPress tinyMCE (but I don’t honestly understand actions, filters or hooks, so I could be completely wrong.)

    #190569
    Robin W
    Moderator

    bbpress needs a full wordpress installation and wordpress theme.

    so to the extent that you can run a separate site with just wordpress, a theme and bbpress, then yes, but in the sense of having a main site with wordpress and a theme and just the forums on a subdonmain then no.

    #190568
    mbeerli
    Participant

    I found a post about 4 years old and read that this was not yet possible. I have my WP V4.9.4 installation on a domain for example http://www.abcxyz.com.
    The question is now can BBpress be installed and configured to run on forum.abcxyz.com ?

    thank you
    /Marcel

    #190567
    Robin W
    Moderator

    bbpress ends notifications using a bulk email address of noreply@domain.com and bcc’s in the subscribers of that forum

    so an email might be

    to : noreply@domain.com
    bcc : jon@abc.co, fred@defd.com, george@hhd.com

    I suspect that you host provider/email account is forwarding this to you as admin.

    Probably either talk to your host provider, use this plugin, or add the noreply@domain.com
    address to your spam/blocked lust so that you don’t see them.

    AsynCRONous bbPress Subscriptions

Viewing 25 results - 7,301 through 7,325 (of 64,328 total)
Skip to toolbar