Search Results for 'bbpress'
-
Search Results
-
WordPress 4.2.2 running Make theme. bbPress Version 2.5.7
The site is in countdown mode, so there’s nothing to see there. But I created a forums page using the permalink method and it works well, except I can’t seem to get rid of the useless and annoying empty author mark. Can anyone help?
file:///Users/caseydixon/Desktop/Forums%20page%20empty%20author%20mark.pngTopic: widget hover color
WordPress 4.2.2 Avada v3.7.4 bbpress Version 2.5.7
http://www.haltoninfo.org.ukI would like the hover colour for all the text links to be in red.
I have added the following to the custom CSS box:
a:hover{color:red; !important;}
This does not work in my sidebar.
It works for the bbpress login widget, but not for Forum List, Recent Topics or Recent Replies widgets.
Please can you tell me what CSS code to use.Hello,
I want to remove thumbnail images from the topic index in bbpress forum.
Right now, if you use the
tag to post a picture in a forum topic post, the image shows as a thumbnail in the topic list. I want it to not do that, and JUST show the images in the post itself.
Any ways of doing this?? I’ve looked around and tried some things other people suggested, but to no avail.
Topic: Page Comments
Topic: Plugin for moderation
Hello!
Please suggest a plugin for bbPress, which will appoint a moderator for each sub-forums? To moderators can manage only their individual sub-forum (and other sub-forums, they might not moderate).
And which a plugin (for bbPress), will enable the board administrator to release some people from the pre-moderation and placed them in order of comments? (To be able to return this function back).
Hi, guys,
Yes, I know this topic has been somewhat discussed in a few other threads and I’ve read through them all, but I’m still not really clear on what the pros/cons are for installing this plugin in one’s existing domain/website vs. in a sub-domain. One comment that made an impression on me was one person’s claim that over time it would be hard to keep the bbpress databases optimized if you install in your main domain since bbpress shares databases with wordpress. This, according to the person, would slow down the site.
Can anyone with experience or wisdom give me a definitive statement of the pros and cons of installing in one’s main site domain vs. a sub-domain so that I can stop this endless search for answers and just install this thing? 🙂 THANKS!!
Topic: Visual Editor
I know there used to be a plugin for a visual editor that worked with bbpress, but I can’t seem to remember what it was called or how to set it up.
I want a plugin that has more than the very basic features of the visual bbpress has built in. Does anyone remember the name of said plugin?
Hi,
I just run a small forum and am looking to move it to bbpress. It is currently on PHPbb 3.1.3. I have everything entered in correct I am sure, but all I get when I import is the replies… No users, categories, topics, etc… just replies.
Let me know if you have any suggestions please.
Repair any missing information: Continue
Conversion Complete
No reply_to parents to convert
Converting replies (100 - 199)
Converting replies (0 - 99)
No tags to convert
No super stickies to stick
No stickies to stick
No topics to convert
No forum parents to convert
No forums to convert
No passwords to clear
No users to convert
Starting ConversionTopic: First post not showing
Hi, i have just launched a new site that has a bbPress Forum. I am using Wishlist member as it has premium products within it. When WLM is activated, the first (original) post of a topic doesn’t show. If I disable WLM it shows. I note that some people were having the same issue with S2 Member a while ago. Can anyone provide some clues? Thanks
Hello.
I’d like to solve problem.
Would anyone answer to my problem?Firstly, the conditions of WordPress, bbPress, design theme, plugin, and function.php are below.
Wordpresss: Latest version
bbPress: Latest version
design theme: Original building
plugin: introduced “bbPress – Sort topic replies”.
The settings of this plugin are “Global:Descending”, “No Parent:Default”, and “Always show lead Topic:Yes”.
function.php: Below code exists.add_filter('bbp_before_has_replies_parse_args', 'change_reply_order'); function change_reply_order() { $args['order'] = 'DESC'; return $args; } add_filter('bbp_show_lead_topic', 'custom_bbp_show_lead_topic' ); function custom_bbp_show_lead_topic( $show_lead ) { $show_lead[] = 'true'; return $show_lead; }Then, here is main topic.
The function of bbPress itself is that after the user replies to the parent topic in topic page, next screen shows the last page(the page of max number) if the pagination shows.
With the setting of “bbPress – Sort topic replies” plugin is under “Global:Descending”, the redirection which I expect is to go to the first page.
I think that this solution isn’t https://bbpress.org/forums/topic/new-replies-redirect-to-last-page/I’ve searched and tried to solve the problem, however I can’t find the solution.
I wonder my current settings or ways might be wrong.Thanks.
I have been working as a research paper writer in one of the leading research paper writing service for the past 5 years and in the past month a forum has been created for our website. In that forum, our my management has wished to change the theme. But,they don’t like the available themes. so,please tell me when the new themes will be get released for the bbpress forums.
Hi – I’ve just started using bbPress and am fairly new to it. I’ve searched as best I can through this forum to find answers to my questions but to no avail.
So, I have a current site with hundreds of post and page comments which I would like to turn into a forum for ease of navigation.
I’ve installed bbPress 2.5.7 and also bbPress Topics for Posts 1.8.1 (I noticed this hasn’t been updated for a long time).
I’ve managed to get the post comments into the forum – so that’s all fine and dandy.
Now I can’t seem to get the page comments into the forum. How is this done?
Additionally – the interface is not very intuitive. If a new customer comes to the site and wants to ask a question they are greeted with “You must be logged in to reply to this topic” but there is no obvious place or link for them to “log in” so they can post a comment. Is there a work around for this so they don’t need to “log in”?