Search Results for 'bbpress'
-
Search Results
-
One of the features of bbPress is the ability to allow users to go back to edit forum posts that they’ve made. The time setting can be adjusted but after the edit time runs out, the user should not be able to edit their post.
But I’ve discovered that users can get around this by doing the following:
1) when the edit link is still active, click on it and open the new ‘edit’ window in the bbPress forum. Then either stay here or after the edit window has opened, go forward (back where you started from)
2) when the time runs out, simply go back one page in your browser to the edit page that was previously opened
3) from there edit (write, erase, format, etc.) and then click on the submit button
This allows forum posts to be edited even after the time has run out. In fact, a user can go and make repeated edits as long as they can navigate back to the editable window instance in their browser history.
I’m going to see if I can edit this post right here by doing this. Let’s see… waiting for time to run out…
EDIT1:
ok the timer has run out and the edit link is no longer there… seems to be set at 5 minutes but I didn’t really time it that accurately, now to see if I can edit this! If you’re reading this, then I was able to edit my post after the timer ran out and the link disappeared.EDIT2: yup, it worked. Now to see if it will work again. If you can read this second edit, then I was able to go back in my browser and edit my post again…
EDIT3: well, you get the idea. The user can edit indefinitely as long as they keep the ability to go back in their browser and their browser history includes the edit page. Go ahead and replicate this to see for yourself.
Hey, I want to set up the same kind of design bbpress support forum has for my site’s forum:
– main page with latest topics (and page navigation), and forums as widgets on the left pane
– when opening a forum : page with forum topics and forum info as widget on the left pane
– topic page: topic as page and Topic info as widgetHow can I do that? Shortcodes do not seem to be enough. Like [bbp-topic-index] is only displaying the last 15 topics.
Hello to all 🙂
I have a question is it possible to modify by code or by plugin the Widget (bbPress) Recent Topics that way:
For logged in users links are on.
For all not logged in the links are off. They only see the text.Does anyone has a hint for me? It is really important for me!
Thanks and greetings
Nino
causes the entire “Forums” menu to not show in Dashboard…
Hey friends,
I have a membership site that’s using membermouse + bbPress. Members can subscribe to threads and forums, but once they are no longer paying members, I’d like to make sure they no longer receive those email notifications from bbPress.
Is there a way I can set this up so email notifications are cut off once they are no longer members (perhaps something based off a forum or user role change in WP)?
After looking into child theme and options to make a complete theme for BBPress 2.5 I want to share this. (Unfortunatly the web is flooded with usless 1.0 tips)
If you are not that into setting up a complete BBPpress child theme and hacking CSS, this is one simple way of doing a easy change and customisation of BBPress if u want some personalized look and you already have a child-theme style.css but your main-theme style is messing with BBPress looks.
Add this snippet into your normal child-theme style.css and change the colors and font size as you like.
/* BBPress font fix */ #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: #D6E0FF; } #bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3, #bbpress-forums div.bbp-reply-title h3 , #bbpress-forums a.bbp-forum-title, #bbpress-forums a.bbp-topic-permalink { font-size: 16px; color: #0066FF; } #bbpress-forums a.bbp-author-name { font-size: 12px; color: #75A3FF; }Thats all. All other style is already looking nice I think. I use this blue look in my Techism child-theme and it looks great. Running BBPress 2.5.3.
Wordpress version 3.8.1
bbPress version: latest version
Link to site: manupmyhealth.com/locker-roomI used “display: none” for .bbp-topic-voice-count to remove it, and now want to use a larger portion of the table that displays topics to show the content in .bbp-topic-title.
When I set the width to 75% for .bbp-topic-title, the desktop version looks good, but the mobile version looks disoriented. Is there a way to disable responsive design for mobile so people see the desktop version even when they are on a mobile phone?
Also, any thoughts on what to set the width parameter to so .bbp-topic-title takes a larger width in the desktop version and the mobile version will still look good? Thanks.