Forum Replies Created
-
In reply to: view topic prior to submit
There aren’t currently any plugins I know of that do this
In reply to: theme – front endYou’re welcome !
In reply to: Login widget on forums root ?do you have a root page as such?
Step 3 method 2
In reply to: Forum wont display correctlyyou seem to have malware on your site
In reply to: Impossible to edit repliesSuggest you contact the theme author to see if they can resolve.
Which theme are you using?
In reply to: Change the color of the linkput this code into your style.css in your theme
#bbpress-forums li.bbp-header { background: #dc9e5a !important ; }
You should select the color you want
In reply to: Help with "facebook-style" page preview for my blog?sorry, but is this within a forum, or just a blog?
In reply to: simple registrationIn reply to: I need to enlarge some font-sizesGreat, glad you’re fixed !
In reply to: Incomplete list of forumsThank you for the correction – I obviously wrote it too fast !
Great, glad that you are working!
In reply to: I need to enlarge some font-sizesWithout spending time going back through this thread, I presume you have tried all the bits of code above. The fact that they didn’t work for the OP whose site we couldn’t see doesn’t mean they won’t work for you.
If you have done all that, come back with a link and I’ll take a look.
ok, before looking at anything else, try running all the forum repairs
Dashboard>tools>forums>repair and run one at a time
In reply to: Impossible to edit repliesCheck other plugins
Check that no other plugins are affecting this.
Turn off all other plugins apart from bbpress, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
In reply to: Place image before forum title in forum pageSo do you want the image of the man eating to go before the Fuel Message Board title?
In reply to: Any youtube tutorial on bbPress?yes, lots to get into !
In reply to: theme – front endfor admin see
toolbar is a wordpress level function, not bbpress so it depends on what wordpress level you have your moderators set to.
If it’s just where it says forums, then the same code should work, it just needs a different function name – each function needs to be unique so
function change_translate_text2( $translated_text ) { if ( $translated_text == 'Forums' ) { $translated_text = 'whatever-new-word-you-want'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text2', 20 );
If you want to change it in url’s and breadcrumbs, then
dashboard>settings>forums and change the forum root slug
In reply to: Hiding replies from anonymous visitorsI start by looking at the ‘loop’ files – loop-replies.php looks likely
sorry I wasn’t being clear.
but you answer does throw up a fix, you can take out the display of that out either by changing the “show forum prefix” in settings>forums, or changing what is displayed :
On you original Q :
1. Do you still have this problem if you try that change
2. are you getting the ‘cheating’ problem anywhere elsethanks. So are you back to the forums/forum and only getting this problem each time you try and change that field? In other words that’s the only time you’re getting it?
In reply to: Login/Register WidgetNice site – loved the home page !
Ok, yes you should get a login – I’m presuming you’re using the (bbpress) Login widget?
and what/how have you done your sidebar to make it forum specific?
[edit] and when you say they, which other ones aren’t showing?
Original poster got this as a result og “I just installed bbPress on my site. I wanted to change the setting from disallow editing after 5 minutes to 10 minutes but when I click save changes I get a “Cheatin’ uh?” Page”
Can you explain what you were doing, and if you did as per @lkicknosway
and logged out and back in again !In reply to: Search Results Returned but list emptyare you logged on when you get this result?
In reply to: theme – front endYou restrict users from going to the backend, by
Daashboard>users> select user
and unchecking
“show toolbar when visiting site”
In reply to: Forum RefreshAre you using a caching plugin/tool?
If so, some are apparently better than others, maybe try a different one.