Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,651 through 13,675 (of 64,454 total)
  • Author
    Search Results
  • #167283
    Robkk
    Moderator

    So any replies that say for example porn do not get posted?? Does it only check for participants posts and bybass yours?? You can create a test user that is a subscriber/participant and sign into it and tell me what error you get by using some of these censored words you have mentioned. If you post an image of the error notice it could possibly help me help you a little better.

    Any error notice that would popup in bbPress about the user not having permission to do things because they do not have the capability to do so, like moderating topics, publishing topics from the backend stuff like that.

    #167278
    iron_cP
    Participant

    Hello to ALL!

    First, my English is not perfect. But i hope some people understand my problem.

    I use the Theme great! But the this theme make same troubble with bbpress. The Answers will displayed in the top of Page, behind the Black Admin Bar. If i change the Theme to Twenty Fifteen it Looks fine! In the Documentation i read, i have to move a page to bbpess.php .. but it will not work .. can anyone tell me what i have to do. i only want the twenty Fifteen Forum Theme code use in my Great! Theme !

    Thanks and greets!

    IRoN

    #167275
    Robkk
    Moderator

    You can use this CSS to remove it. Add the CSS where you can add custom css.

    .bbpress p.howto {
        display: none;
    }
    #167274

    In reply to: Remove author column

    Robkk
    Moderator

    Well you can easily customize bbPress by creating a child theme and placing the bbPress templates into that child theme and edit them with no worries.

    Theme Compatibility

    The author column should be in the loop templates, for example loop-single-reply.php for replies of course. It should be in a div with the class bbp-reply-author. It would be bbp-topic-author if you have are editing the loop-single-topic.php template and so on.

    #167271
    Robkk
    Moderator

    Sorry I missed your reply.

    The bbPress error is displayed when there is another plugin causing it.

    It is detailed here.

    bbp_setup_current_user was called incorrectly

    You did to see if was a cache, theme, and plugin issue right, and received no resolutions?

    Can you tell me the url you are being directed to instead of the topic pages?? Can you check in your browsers dev tools to tell me the url in the link?

    You are experiencing this issue as a logged in registered user right??

    Did you try reinstalling bbPress as a last resort?? It is possible for an issue to happen during installation because of some server hiccup.

    Has bbPress worked fine before, then it just broke all of a sudden, or was it just broken during a fresh installation??

    #167267

    In reply to: bbpress search

    Robkk
    Moderator

    The bbPress search searches news items?? It only searches for bbPress post types really.

    Are you sure you are not confusing this with the default WordPress search??

    #167261
    Robkk
    Moderator

    This user said they got forums, but not topics from forums with the code posted in this topic.

    How to query recently active topics from user subscribed forums?


    @casiepa

    Thanks for sometimes helping out here in the forums.

    #167260
    Robkk
    Moderator

    Did you try some troubleshooting to see if it could be a possible theme issue. Some theme frameworks do not play nice with bbPress’s theme compatibility, so try to check in a default theme to see if it works fine.

    Troubleshooting

    I guess you can also ask these questions too.

    Did you import any users?
    Are you allowing users to register with their email?

    #167257
    Robkk
    Moderator

    I think it should be this way, I don’t think it is a bug or anything like that.

    Should it be in bbPress forum search??

    #167254
    Robkk
    Moderator

    How about having a shortcode that just does it?

    Won’t work since profiles are dynamic public pages, might work if it was private profile pages though.

    I didn’t see a bbpress ‘users’ shortcode amongst those listed in the documentation.

    Because there is none.

    @joopstringer where do I add the code you suggested?

    His code is SQL query code that you input into phpMyAdmin.

    I’m setting up a site and only my admin user page comes up, all others are 404 pages.

    It could be many possibilities but I will explain that in your other topic.

    Users’ Profile page is a 404 page

    Robkk
    Moderator

    When I was talking about User ID, I was talking about a number not the name.

    Here is an example on the other site I mentioned. The users username is 谢益辉 but the user profile shows the users ID in their profile url.

    cos.name/cn/profile/1/

    The plugin I mentioned will just help if you do not want the chinese characters in the urls of your forum posts it will just show the ID instead of the name. It is just a helpful plugin that might be useful, it won’t really help you with the profile issue though.

    I do see that the profile page url is filterable and I could possibly make it the users ID instead, so I might try to fool with this. I post a snippet later If I can get it to work, and if it does work might suggest the plugin author of the plugin I listed earlier to add it to their plugin as it might be helpful.

    You can also try switching to the default permalinks to see if that would help, because bbPress by default displays the profile links to be ?bbp_user=1, with the number being the ID which bypasses using the chinese characters completely. See if that works.

    #167245
    Robkk
    Moderator

    @sumanthbhe

    Try this to remove the comma.

    add_filter('bbp_after_list_forums_parse_args', 'rkk_bbpress_list_forums' );
    function rkk_bbpress_list_forums() {
    	$args['separator']        = '';
    	return $args;
    }
    #167242
    Robkk
    Moderator

    Okay sorry for the late reply.

    This is how I tested it.

    Without reply threading

    Topic author gets notified like normal no problem. It shows the repliers name and everything fine.

    With Reply threading

    Topic author gets notified of a unthreaded reply like normal no problem. It shows the repliers name and everything fine.

    If the topic author threads under a reply. The reply author who commented that is being threaded does not get a notification, neither does the topic author.

    If a user replies to their own reply the topic author gets notified.

    if the topic author replies to an already threaded reply by another user, the topic author gets notified of the other user replying although it was the topic author. So although the user being replied to should get the notification, the user replying is.

    iF a user replies to an already threaded reply created by the topic author, the topic author gets notified that they have replied although it was the other user.

    If a user replies to an already threaded reply, sometimes the topic author may receive two notifications one with the user who replied and also one that says the topic author just replied also.

    All i can really say that these notifications are a mess…

    I am creating replies as a test user but for some reason the topic author is getting all of the notifications, even for threaded replies being posted under my test user’s reply even though in the code for the notifications it states that the test user should receive a notification.

    I created a ticket for this bug in the trac though.

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

    #167237
    five1johnson
    Participant

    I am trying to use bbPress with a custom theme. I have a child theme and I have a bbpress.php created. The forum page loads but none of the links work (Forum, author, search). It’s as though the whole section is behind a sheet of glass. I can’t even select text. They work in the default themes. They work if I use the custom theme and create a page using a shortcode. Disabling all plugins doesn’t help.

    It’s making me crazy. Any thoughts as to what might be blocking the page?

    Unfortunately the template builder isn’t very helpful. His default response is that they never said it would work with bbpress. While true, I wouldn’t think it should eat normal functionality.

    #167235
    tkse
    Participant

    Is it possible to get some more information into what I should to do add features to TinyMCE or even TinyMCE Advanced in bbPress?

    I’ve looked into the Enable Visual Editor guide, and currently I’ve only got that enabled for users. I like it that way. However, I’d also like to display the “Paragraph”, “Heading” etc. feature. And even when I installed TinyMCE Advanced, nothing changed within bbPress.

    Optimally, I will be able to display only “Paragraph”, “Heading 3” and below, for better SEO.

    Edit: This is what I have currently:
    visual editor

    #167234
    gperez-tl
    Participant

    Nevermind. Issue is caused by my theme. There’s a filter causing troubles:

    add_filter( ‘bbp_before_get_user_subscribe_link_parse_args’, ‘bbpress_remove_pipe_before’);

    So, “before” is working.

    Please give me some feedback about the second issue, the labels being overwritten after ajax call.

    Thanks.

    #167233
    gperez-tl
    Participant

    Hi.
    I’m trying to add content before the subscribe button. It would be a fake checkbox. But I’m not being actually able to use “before” option in bbp_topic_subscription_link function.

    Bug can be reproduced with something like this:

    bbp_topic_subscription_link(
    array(
    'subscribe'=>'Subscribe to thread notifications',
    'unsubscribe'=>'Unsubscribe from thread notifications',
    'before' => 'x'
    ) );

    That “x” will never appear. I can see it still in line 1055 of bbpress/includes/users/template.php, just before bbp_parse_args call. After that content dissapears:

    var_dump($args);
    // Parse arguments against default values
    $r = bbp_parse_args( $args, array(
    'subscribe' => __( 'Subscribe', 'bbpress' ),
    'unsubscribe' => __( 'Unsubscribe', 'bbpress' ),
    'user_id' => 0,
    'topic_id' => 0,
    'forum_id' => 0,
    'before' => ' | ',
    'after' => ''
    ), 'get_user_subscribe_link' );
    var_dump($r);

    Also, there’s another issue: ajax call will not keep my custom text. After you press the button text changes to defaults: subscribe \ unsubscribe. So, what’s the point of a custom text?

    Hope my request is clear.

    Thanks for all your work.

    #167232
    GreatOldiesDJ
    Participant

    Hi,

    I am just setting up my first website with BuddyPress and bbPress. I have worked through most of my issues but I can’t find the answer to this one. The page background on my site seems to the the same color (nearly) as the Search bar above the Forums. The color is close enough that you might not know there was a Search Bar there at all. Is there a way to either change the color of the Search Bar or maybe add the words “Search Our Message Boards” to the Search Bar?

    Thanks.

    Oh yes … I am running the most current version of WordPress, BuddyPress, and bbPress and I am using the Kleo theme.

    #167226

    Topic: bbpress search

    in forum Plugins
    Gntoo
    Participant

    Someone i know is using BBPress Search (if i recall correctly in the source). Search works perfect, but it only shows News Items. We want to extend the search by also displaying pages. Is this possible?

    Using WP 4.3.1 with valenti theme. bbpress is located in the theme directory.

    #167225
    thebiggun
    Participant

    Hi Jules
    I wonder if you could help me. I am pulling my hair out with this. I’m trying to get the Home link that sits just before the Breadcrums, to point to a specific URL and not the site Home page.

    I not your solution which I understand may be one for me to try, however I can’t for the life of me find the meta-single-topic.php file ? I assume you are looking in the Plugins/bbpress folder? Were then?

    My website is http://digitalvisual.es

    Many Thanks in advance.

    Dave

    #167222
    nikhilnaik
    Participant

    Hello all,

    I would like to know if there are any plugins or code snippet using which the members of the buddypress group can automatically subscribe to the forum to receive email notification on new topic creation.

    Receiving email notification for every topic being created in the group forum is a huge matter of concern for me. I tried I would like to know if there are any ways to make the user of a particular group be subscribed only to the forums of that group?

    I tried the code mentioned here – https://bbpress.org/forums/topic/new-users-auto-subscribe-to-one-forum/#post-146665

    But this makes the user subscribe to all the forums of all the groups which is not appropriate for us. Can someone help me with this regard? Thanks.

    #167219
    Robkk
    Moderator

    You can use this CSS.

    #bbpress-forums .bbp-forums-list {
        display: none;
    }
    #167218
    Robkk
    Moderator

    see if what is poated here may help.

    How to Stop Admin subscription emails…

    You can also try this plugin, it has code that might be in bbPress core in the future.

    https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/

    Jeff Milone
    Participant

    We’ve had reports from users that many are not receiving email notifications of replies to their topics. We are sending through Mandrill and noticed that all notification emails are being sent both “to” and “from” the same address: noreply@ourdomain.com

    Sceen shot: https://cloudup.com/csqJe4-TZcS

    We confirmed that this happens without Mandrill active as well. We don’t mind having the “from” address be noreply, but obviously the “to” address needs to be the user’s email address, so the email is delivered to them. Do you know why this is happening, and how we can fix it?

    bbPress Version 2.5.8
    WordPress Version 4.3.1

    Many thanks!
    -Jeff

    #167212
    Robkk
    Moderator

    bbPress should do this but there is a bug currently for this.

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