Forum Replies Created
-
In reply to: How to remove title & Info area
just add a line
add_filter( 'bbp_get_topic_pagination_count', 'hide_topic_display' );so you end up with
Function hide_topic_display ($retstr){ $retstr = '' ; return $retstr ; } add_filter( 'bbp_get_forum_pagination_count', 'hide_topic_display' ); add_filter( 'bbp_get_topic_pagination_count', 'hide_topic_display' );That should work !
In reply to: CSS PluginIt has taken me a while, and sorry @jacobofeijoo probably far too late for you, but just published a plugin that should do all the forum styling you need
In reply to: PLEASE HELP!Your site is coming up with malware – see the following link
http://sitecheck.sucuri.net/results/thevrlife.com
I suggest getting this cleared first, and then if you still have this issue come back
In reply to: Forum Slug IssueSuggest you try
Dashboard>settings>permalinks and just press save. This will reset the permalinks which sometimes fixes this issue
Come back either way and let us know
In reply to: Resource UsageNo problem – I hope you fix it !
In reply to: PLEASE HELP!Now nothing is changing on the forum, even though everything else is going back to normal in the theme.
How could it still be changed?Sorry I’m confused as to what the issue is ?
Please post a link to your site and a page where you can describe what is not right
In reply to: I am not able to post hereSometimes the spam filter mis-detects posts and marks then as duplicates.
try editing you post above
In reply to: Resource UsageI still can’t say why it is affecting your site, but I just a humble user of this product.
If this was a common issue, I would have thought that it would have cropped up before on this support site, and would have been fixed.
In reply to: Resource Usageok, sorry but I have not come across these before, and can only find them in connection with site5 when googled.
I can’t say why bbpress is affecting your site
In reply to: Upgrade bbPress v1.1 to v2.5.4suggest you put this as a project on
In reply to: Resource UsageThis of course makes the web hosts disable my website when it crosses the limit of 450 resource points per day.
It doesn’t seem a good deal to have your host provider blocking your site, I haven’t seen resource points before, and all the host providers I know have no limits.
I think I’d move to a another hosting site !
In reply to: Started threads are not visible.I suspect that the spam filter has taken against you ! It marked your other thread as spam
I have un-spammed it, but cannot give you a good answer to it
In reply to: Slide on mobile linking incorrectlynot sure what you mean by ‘slide’ – can you explain further?
In reply to: Temporarily prevent postingsince bbpress uses wordpress registration this is really a wordpress issue
In wordpress you should just disable ‘anyone can register’
In reply to: SearchingIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
In reply to: Reply to posts with "account" in the title 404no problem, glad you’re fixed !
In reply to: How to remove title & Info areaok the title comes form your theme, so I can’t help precisely with what to do but you should look in the page.php file or similar and find
<h1 class=”entry-title”><?php the_title(); ?></h1>
or something similar.
Come back with the lines and a few before and after and I’ll try and help further, but many themes are very complicated!
on the second issue, put the following in your functions file
Function hide_topic_display ($retstr){ $retstr = '' ; return $retstr ; } add_filter( 'bbp_get_forum_pagination_count', 'hide_topic_display' );In reply to: Tipics listed on wrong forumIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
In reply to: How to remove title & Info areasorry am tied up elsewhere, but will come back in the next day or so
In reply to: Private messages to a wp page?Not sure I understand the question – please expand with a link or an example
In reply to: Remove bbPress forum profile URL linkNo problem !
In reply to: How to remove title & Info areaDo you want to remove these from all bbpress pages ie forums, topics, profiles etc. ot just from a particular area, eg just from individual topics
In reply to: Remove bbPress forum profile URL linkThought it was a setting, but was tired when I read the post !
Dashboard>settings>forums>forum features and just untick ‘Allow users to mark topics as favorites’ and ‘Allow users to subscribe to forums and topics’
Wish they were all that simple 🙂
In reply to: Remove bbPress forum profile URL linkgreat – glad it worked.
I’ll come back on favourite/subscribe later !
In reply to: Hidden Forum GroupCan you re=phrase your question as I don’t understand what you wish to achieve