Search Results for 'bbpress'
-
Search Results
-
Hi,
We have a membership site with bbpress. I am trying to keep our members informed of the new questions in our forum. I am using mailchimp in conjunction with bbpress topic feed.I would like to remove the ‘This topic was last modified by x for the reason y’ line. See this screenshot.
I am not a programmer but can modify code if i find a good template.
Would anyone be able to point me in the right direction? to either some code or a developer?
Thank you!
I just installed bbPress so am new to this. The main forums page at http://brigade.org.c11.previewyoursite.com/forums displays the incorrect sidebar – if you click on one of the forums you can see the correct sidebar, which I applied in the set up of the individual forum page. How can I edit the page http://brigade.org.c11.previewyoursite.com/forums?
Wordpress 4.5.2
bbPress 2.5.9Thank you in advance for your assistance.
Sue
Topic: BBPress Menu
Hi, I have the Whoop theme and its designed to use bbPress but the menu shows ALL categories under one menu in a row. Including sub categories. I want to change it so it only shows the parent categories as currently there are at least 30 items in the menu.
Is the below code what needs to be change and if so can you help me out by doing this? I don’t even want the menus collapsible. Just at link for each main category and thats it.
<div class="whoop-forum-cats-list"> <ul class="whoop-forum-cats-list-inner"> <?php $forum_id = bbp_get_forum_id(); $forum_args = array( 'posts_per_page' => 100, 'post_type' => bbp_get_forum_post_type(), 'order' => 'ASC' ); $forums = query_posts( $forum_args ); foreach ($forums as $forum) { $link = get_permalink($forum->ID); if ($forum->ID == $forum_id) { $class = 'active'; } else { $class = ''; } ?> <li> <a class="<?php echo $class; ?>" href="<?php echo $link; ?>"> <div class="forum-cat-text-wrap"> <?php echo $forum->post_title; ?> <div class="forum-cat-last-updated"> <?php echo bbp_get_forum_last_active_time( $forum->ID ); ?> </div> </div> </a> </li> </ul>Hi folks,
I am running WordPress 4.5.2 with the following plugins:
** PLUGIN INFORMATION **
Active Plugins: (21)
– Activity Log 2.2.12
– Basic User Avatars 1.0.3
– bbP private groups 3.2.0
– bbPress 2.5.9
– bbPress Advanced Statistics 1.3.13
– bbPress Pencil Unread 1.0.9
– bbP Toolkit 1.0.6
– Blizzard Quotes 1.3
– BlizzBlueWidget 4.0
– Coming Soon Page & Maintenance Mode by SeedProd 5.0.2
– Login With Ajax 3.1.6
– Pollka polls 2.0
– WordPress System Report 1.0.1
– World of Warcraft Recruitment Widget 1.1.5
– WoW Guild Armory Roster 0.4.3
– WoWHead Tips 3.0.1
– WoW Progress 1.5.1
– WP-Mail-SMTP 0.9.5
– WPFront User Role Editor 2.12.4
– WP reCaptcha Integration 1.1.10
– WYSIWYG Widgets / Widget Blocks 2.3.5The theme used is Legion Zero.
In my bbpress forum when i want to reply to a message you get the editor just like on this forum. I hit the link button:

And i am faced with a white popup background and white-ish text which is too hard to read as shown below:

I am unable to find which CSS this is causing so i can change it. I can only find the background of the bit where it says “Insert/edit link” and this is in wp-includes/css/editor.min.css and exact value is #link-modal-title which is set to #fcfcfc.
The part below it, i cannot find.
Can anyone assist me?
Cheers :)!
Hi,
I’m a newbie bbPress user. I want to make internal links dofollow in Forum and all External links are nofollow. By default, All internal and external links are nofollow 🙁
How can I do this?
Here is my forum link http://www.techmanik.com/forum/Hi, i need to display information of last post from each subforum on forum page. bbpress displaying information of last post, but only from all subforums. It gets lastest post form all subforums and displaying it on forum page, but i need to display that information to all subforums. i want to get simmilar view to this: https://rog.asus.com/forum/forumdisplay.php?127-ROG-Discussion
Topic: Shortcodes stopped working
Hi guys
I know this is more an issue with another plugin, but I thought I would post here as well in case anyone had an ideas
See original post here
I’m using the “NextScripts: Social Networks Auto-Poster“ and since setting it up 3 days ago, I’ve come in after the weekend and found it’s killed any pages I have using BBpress shortcodes (eg [bbp-forum-index]) The direct links to the forums are working fine, it’s just pages containing shortocdes.
Does anyone have any ideas please?
I have several bbPress forums in my WordPress site and I want to use a bbPress Forum List to show only certain forums. By default it shows all forums, but I just want to show a specific one or two in the Forum List. Any ideas on how to do this? Thanks in advance!
Wordpress version: 4.5.2
bbPress version: 2.5.9Hi all,
I’m about to test a new version of an exixsting website, which will include Buddypress+bbPress – I’ve had a demo test site going on for a while, but today I noticed that I can’t see any topic which is labeled as “normal”, only important ones show up, and I can’t see any replies either…The’re definitely there on admin, they show up on “last comment” widgets or “last forum topics” widgets, but not on the main body itself.
I tested it on the live website installing only the two plugins, the same things happens. WP is 4.5.2 on test and 4.5.1 on live, same results.
Here’s a screen of the problem:
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
Topic: Export forum data only
Hi everyone loving bbpress and just had some questions. How do I export just my forums? I know the normal wordpress port allows me to export all my pages etc, and I can choose individual items, but I can’t choose say replies and forums.
Is there a plugin or some other function that will let me export all forum related data and users only? The reason I ask is because I have a running site, and I have a test version of the site with working forums. I want to put the working forums into the actual site, without overwriting existing content
Thanks
RodolfoHi Guys!
I found the guide where are the codes for “Show status labels for bbPress Topics”… Well, I want to add a label for “Topics with No replies”, i tried do it by myself but It makes me crazy..
Does anybody know which reference or functions should I use?
Thanks.
So, it appears that bbPress on my site does not like the word “fuck” or any of its derivatives. When users try to post a topic or reply containing this word, after submitting, they see “ERROR: your reply cannot be created at this time.” My account, the keymaster, is able to make posts with this word. If I give other users a keymaster forum role, then they may also make posts with this word. No other roles (not even moderator) can make posts with the word. This is all independent of the users’ site roles. All other forms of profanity, no matter how strange and distasteful, seem to pose no problem. How can I fix this and allow my users to use the word “fuck” to their hearts’ content? I have already tried everything on the bbPress troubleshooting site. I have no words listed in the ‘Comment Moderation’ and ‘Comment Blacklist’ boxes in the WordPress discussion settings, and the maximum rating is set to X. All forum topics on my site are private.
Info:
WordPress v4.52
Theme: SiteOrigin North
bbPress v2.59

