Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 14,251 through 14,275 (of 64,516 total)
  • Author
    Search Results
  • #165685
    aluxi33
    Participant

    Nevermind.

    Right now I am using the (bbpress) Forum Search on my Main Sidebar. I also have the bbpress shortcodes listed below. If I check this box: Forum Prefix (Prefix all forum content with the Forum Root slug (Recommended), my search works but then it disables my bbpress shortcodes. How can I make the bbpress shortcodes work with the Forum Prefix box checked?

    http://mysite.com/view/latest-topics/

    #165675
    BewitchingFiction
    Participant

    Hi,

    I am hoping that someone here will be able to help with this as it’s a rather frustrating issue and I can’t figure out why it’s happening to start with.

    I have set my forum to the ‘rating level’ that will accept posts using phrases such as ‘porn’ and curse words…that being the case I was rather surprised when someone attempted to create a thread in a forum using a jokey phrase including the word porn and it wouldn’t allow the user to post. I checked the post, checked all the settings (I have no words in the blacklist – the forums are monitored almost 24/7 and we have a rather exclusive membership so I felt this was unnecessary at the present time) and there seems to be nothing amiss so the reasons for this being done are a mystery to me. I am able to add the extra words in the sentence in the CMS but this is not something I wish to have to do every time someone wants to refer to something specific like this.

    Is there a reason why this would be happening?

    I have recently upgraded to the latest versions of Buddypress (2.3.2.1) and BBpress (2.5.8) and also was upgraded to WordPress 4.3.

    The site is set up to work with the Make template but I have tested this on the other templates and as it works when I remove a single word from the actual post I know that it HAS to be some hidden filter somewhere that I am unable to remove.

    My site is found at http://www.bewitching-fiction.com

    #165672
    demonboy
    Participant

    I am confused as to how to make a ‘contributor’ of wordpress automatically a ‘participant’ in the forum. How do I automate this? I am using BuddyPress, bbpress and User Role Editor plugin. At the moment even if they are a participant I have to manually go through each user and change their access to each element of the forum which, by default, is all set to ‘deny’ so that a participant can’t even see the forum.

    #165670
    TheMK850
    Participant

    I was following the layout and functionality examples you can use and it didn’t work for me.

    Step 1 worked for me just fine.
    I inserted the following code into my functions.php (i am using a child theme)

    //create vertical list
    function custom_bbp_sub_forum_list() {
      $args['separator'] = '<br>';
      return $args;
    }
     add_filter('bbp_before_list_forums_parse_args', 'custom_bbp_sub_forum_list' );

    Then I moved onto step 2 and added this into my functions.php as well

    function remove_counts() {
    $args['show_topic_count'] = false;
    $args['show_reply_count'] = false;
    $args['count_sep'] = '';
     return $args;
    }
    add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );

    It removed the counts but it didn’t look like a list anymore

    #165665

    In reply to: Manage Subscriptions?

    jrb9406
    Participant

    Sorry, I don’t mean to bump, but does anyone know where I could start? I know the page for each forum has a subscribe/unsubscribe button that I’m basically looking to replicate.

    I figured out that bbpress makes a link to subscribe/unsubscribe from forums, and depending on whether the user is already subscribed, bbpress shows the appropriate link. Where I’m having trouble is how to determine if the user is subscribed to a forum, and getting the link to update accordingly.

    I’m not looking for someone to do this for me for free. I’m just looking for some direction on where to look/what to try. Thanks in advance.

    #165660

    In reply to: Manage Subscriptions?

    Robkk
    Moderator

    Subscribing to forums after registration is custom development for now. You may need to hire a developer to create this for you.

    You already have an area in your profile.

    Subscriptions

    estrogenat
    Participant

    Hello
    I will use private groups for workshops of my courses. For one course there is about 500 subscriber to the private forum and I can’t imagine accepting them one by one or adding them one by one. I want them to send a request within a period of time and I need to accept all the requests with one click. Is this possible???

    I’m using wordpress 4.3 and bbpress 2.5.6 buddypress 2.2.2.1
    my site: http://www.estrogenat.com

    #165646
    richard.wil
    Participant

    Ive finally had some progress!!!! Finally getting something in the status box other than the ‘starting conversion’ lol

    I ended up installing another instance of wordpress in an old version: 3.9 and then installed bbpress plugin old version: 2.5.4

    Then when I did the import from the phpbb3 forums I had the import actually start! I think it must have been some compatibility issues on newer versions.

    However I did run into a fair few errors. I got a few errors where I had to click start conversion again and then it would get another error and have to click start again.

    It finally finishes but seems to have only imported replies and there are no forums or topics and the user accounts don’t import either.

    Wondering if anyone might know why and if anyone can decipher the output I get below?
    Any help would be greatly appreciated

    ———————————————————————-

    Repair any missing information: Continue

    Conversion Complete

    No reply_to parents to convert

    Converting replies (1200 – 1299)
    Converting replies (1100 – 1199)
    Converting replies (1000 – 1099)
    Converting replies (900 – 999)
    Converting replies (800 – 899)
    Converting replies (700 – 799)
    Converting replies (600 – 699)
    Converting replies (500 – 599)
    Converting replies (400 – 499)
    Converting replies (300 – 399)
    Converting replies (200 – 299)
    Converting replies (100 – 199)
    Converting replies (0 – 99)

    No tags to convert

    No super stickies to stick

    No stickies to stick

    Starting Conversion

    Repair any missing information: Continue
    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

    No topics to convert

    No forum parents to convert

    Starting Conversion

    Repair any missing information: Continue
    WordPress database error: [Unknown column ‘forums.forum_topics’ in ‘field list’]
    SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.parent_id USING “utf8”) AS parent_id,convert(forums.forum_topics USING “utf8”) AS forum_topics,convert(forums.forum_posts USING “utf8”) AS forum_posts,convert(forums.forum_topics_real USING “utf8”) AS forum_topics_real,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.left_id USING “utf8”) AS left_id,convert(forums.forum_type USING “utf8”) AS forum_type,convert(forums.forum_status USING “utf8”) AS forum_status FROM phpbb_forums AS forums LIMIT 0, 100

    No forums to convert

    No passwords to clear

    Starting Conversion

    Repair any missing information: Continue
    WordPress database error: [Unknown column ‘users.user_website’ in ‘field list’]
    SELECT convert(users.user_id USING “utf8”) AS user_id,convert(users.user_password USING “utf8”) AS user_password,convert(users.user_form_salt USING “utf8”) AS user_form_salt,convert(users.username USING “utf8”) AS username,convert(users.user_email USING “utf8”) AS user_email,convert(users.user_website USING “utf8”) AS user_website,convert(users.user_regdate USING “utf8”) AS user_regdate,convert(users.user_aim USING “utf8”) AS user_aim,convert(users.user_yim USING “utf8”) AS user_yim,convert(users.user_icq USING “utf8”) AS user_icq,convert(users.user_msnm USING “utf8”) AS user_msnm,convert(users.user_jabber USING “utf8”) AS user_jabber,convert(users.user_occ USING “utf8”) AS user_occ,convert(users.user_interests USING “utf8”) AS user_interests,convert(users.user_sig USING “utf8”) AS user_sig,convert(users.user_from USING “utf8”) AS user_from,convert(users.user_avatar USING “utf8”) AS user_avatar FROM phpbb_users AS users LIMIT 0, 100

    No users to convert

    Starting Conversion

    #165640
    demonboy
    Participant

    Nope, it is very definitely disabled. Also I loaded a new WordPress install with NO plugins activated (or even installed) bar bbpress and the same problem persisted.

    joym
    Participant

    Hello everyone. I have posted several times on the wordpress.org job board – each time I am flooded with responses from all over the world. In the past 3 months or so I have hired 4 different devs – ALL of which have flaked out on the project or for one reason or another were unable to complete the task. My project is now well behind schedule due to this. I thought I’d ask for help here instead, since I know we have a lot of members who really know their bbPress stuff. Here’s what I’m hoping to implement:

    1. When using the “reply” button within topics, I would like the username in which you are replying to, to auto-generate in the text box(@username)

    2. Add a drop down to the new topic form – this would create color specific background to the topics. For example topic types would be: discussion, photo, link, music, quote, and it would correspond with a specific background color when the new topic is actually posted. Let me know if that makes sense.

    If anyone has any knowledge on how to make this happen, please let me know. I would be delighted to work with someone with who is capable and willing. Thank you!

    (mods, please don’t delete…this is a job posting, but I really need someone who is qualified instead of mass responses without the proper skills set)

    #165636
    demonboy
    Participant

    In this topic I’ve just posted a reply at 11.41pm. So far it has not appeared:

    http://www.oyster-owners.com/forums/topic/this-is-a-third-topic-just-around-7-45-pm/

    However it is counted in the back-end of the forum, I just can’t see it.

    Also, a reply I put up earlier that did not appear has now appeared after checking four hours later.

    There is definitely a delay in the post appearing publicly and on the public-facing count within the forum (i.e. post count does not count the reply until it appears after the delay).

    Why would there be a delay? It is not the themes, it’s not a plugin, it is not bbpress. What else could it be?

    #165630
    Robkk
    Moderator

    Alright just so you know I can’t really do Admin access type stuff anymore, I am following some guide from the WordPress.org codex about moderators not needing to gain admin access because they will be going too far, its something like that. I also got a talking to, to stop doing it by some people on this site to, I mostly helped with commercial products because I could find the issue faster if I am more hands on and find a bbPress/theme/plugin bug faster, than telling the users to just ask the theme/plugin author. Plus in this case I do not really need to have an admin account, so you can delete that account you created for me again.

    From what I can see the downloaded theme is Jolene and you can just edit the Biker theme since it is already a child theme. If the Biker theme is frequently being updated (which it really shouldn’t), then I guess creating a grandchild theme like what you are doing would be the best approach.

    #165629
    gptxffa
    Participant

    You did help me with that !

    I made you an admin account. When you have time could you check to make sure I have the child themes set up correctly? It called Biker Child. Biker is the theme I DL and its a child of Jolene, but from what I understood on this blog I had to create a child of the theme i DL. I think I have it all set up properly so that I can start making the changes to the BBpress files and wont loose my edits.

    Thanks, Preston

    #165625
    Robkk
    Moderator

    Go to Settings > Forums and change the forum root to show Topics by Freshness.

    Then add this function to your child themes functions.php or into a functionality plugin.

    function recent_bbpress_topics() { 
     echo do_shortcode("[bbp-forum-index]");
    }
    
    add_action('bbp_template_after_topics_index','recent_bbpress_topics');

    Plus I swear I helped you on the forum avatar being too huge issue.

    #165624
    demonboy
    Participant

    I’m wondering if it is easy enough to migrate a google group to bbpress? I’ve come across a couple of services out there that offer this service (albeit without testimonials) but was interested to know if there was a plug-in or scraper service that can do this for me. I have time to make some amendments and changes but would generally like to automate the process, including the migration of users.

    Someone posted the same question on this forum four years ago and received no reply…

    #165620
    Robkk
    Moderator

    Password Protection is tricky, there is way to do it, but it can be easy to get past because of the forum permalinks. You could use bbPress Private Groups for each membership if I remember correctly.

    For your second question it might be possible to do this with bbPress Private Groups too.

    #165619
    demonboy
    Participant

    Hi Rob,

    As I said (in an edit of my OP, which you may have missed), I have tried a number of different themes, including twenty fifteen, twenty fourteen, twenty twelve, Avada, Oceanic… they all demonstrate the same symptoms, and Avada even supports bbpress (as does, I assume, the WordPress themes). All themes are latest versions.

    #165617
    Robkk
    Moderator

    Troubleshooting is always the first answer to most questions on here.

    Troubleshooting

    #165615
    Robin W
    Moderator
    demonboy
    Participant

    I know this is a subject that’s well documented but I can’t work out why my topics and replies are not appearing.

    After posting a new topic or reply my posts are not displaying unless I change the theme. This would suggest a cache issue on the WP end but I’ve disabled all plugins, including WP Super Cache and Akismet.

    This is a clean install of WordPress with a new database on a brand new URL and I’ve tried refreshing the permalinks. I have tried a number of different themes, from the WordPress ones to Avada. This is not a theme issue.

    If I have no plugins running (apart from bbpress of course) and no cache plugins, what might be causing this?

    #165612
    Abdel
    Participant

    I am starting a website called renthoy and was building a forum on bbpress however i cannot see the activity once the topic is clicked

    #165611
    Robkk
    Moderator

    Did an update in the WP Client plugin cause the issue or an update in bbPress? You are most likely going to need to contact them to solve the possible issue.

    #165610
    Pascal Casier
    Moderator

    Hi aikichick2012,
    Do you get other notifications from wordpress (like the ones mentioned by Robkk) ? So are you getting other messages but not the ones from bbpress ?
    Pascal.

    #165608
    imsmarketing
    Participant

    bbPress 2.5.7 and 2.5.8 do not work with latest versions of WordPress CMS and WP Client plugin.

    Will work fine if WP Client plugins are deactivated but as soon as they are activated the forum breaks.

    Any ideas?

    #165599
    demonboy
    Participant

    http://localhost/oyster/?post_type=forum#038;p=4

    I’m running this locally and installed bbpress, buddypress and a number of bbpress-related plugins. I think this may have been the “bbPress Permalinks with ID” plugin that started the problem but now all my permalinks have gone funny. Here’s what I’ve tried to fix this:

    – flushed/changed the permalinks back and forth
    – deactivated all plugins
    – fresh WordPress install with new site, basic theme and no plugins

    Even after trying that third option, with a fresh WordPress install and a new database, my forums no longer worked. The root no longer works, even with a fresh install and no plugins bar the bbpress one.

    Any ideas?
    Is this a localhost thing? All the database entries are there (they fall within the wp_posts table).
    Is there a set procedure for installation, changing permalinks and activating the plugins?
    Have I done something the wrong way round?
    And why is this still happening with a fresh WordPress installation and new database?

    Short of uninstalling wamp and reinstalling I’m at a loss.

Viewing 25 results - 14,251 through 14,275 (of 64,516 total)
Skip to toolbar