Published on November 20th, 2014 by arisoftnet
On my website http://worldtopcasino.staging.wpengine.com/forums/forum/world-top-casinos-forum-categories/
the CREATE NEW TOPIC is not available , i have searched all the settings , i really dont know what to do else.
I would really appreciate your input.
Thanks,
Aris
Published on November 20th, 2014 by allanlud
Hi all,
I have just installed bbpress here – forum.I’ve been looking through the forums here and found a few posts relating to the style of PHPBB.
What I am trying to do is have something like the this:
Forum#1
–Sub Forum #1
—-Description
–Sub Forum #2
—-Description
Forum#2
–Sub Forum #1
—-Description
–Sub Forum #2
—-Description
Forum#3
–Sub Forum #1
—-Description
–Sub Forum #2
—-Description
And have topics for each sub forum displayed – hope that makes sense. I’m not too sure about forums & categories so feel free to comment.
I have read about editing the plugin files in a child theme but not too sure how to go about that. I have worked with child themes in WordPress before (and am currently), but is there a ‘plugin child theme’?
Thanks,
Al.
Published on November 20th, 2014 by coskel22
BB Press 2.5.4 running on WP 4.0 using default template Tewnty-Twelve.
I have a regular member who has been posting and replying in my forum for months every day without a problem.
A week ago today this member started having all their replies marked as spam.
I have the default settings in Askimet, and no other “special” settings for forum users. I have had their IP address whitelisted, and I have unspammed every comment.
No additions of plugins, templates, or style sheets. As a matter of fact, I was out of town when it happened, so no changes had been at all.
I had them make a new user and they were able to post once and then started getting marked as spam again.
Is there anything I can do to get them unstuck?
Thanks in advance for the help
Published on November 20th, 2014 by adminTAB
So after 10 replies on forum topics on my site, the styling seems to dissolve, It kinda seems to me that it should be making a second page after 10 replies on the topic but is not. Url to see it for yourself, any help appreciated in advance!
Published on November 20th, 2014 by alanbin
I have installed a private forum, means the visiblity is private. It is a parents-forum containing other forums.
I have a little problem with it now: In the headline of the Forum the word “privat” comes twice and it looks a bit odd. How can I change “Private: Private: forumsname” to “Private: forumsname”. Or is there any chance to delete the words “private” completly.
I don’t even find the php-file where this is handled.
Sorry for my bad english. It’s not my language.
Thank you!
Published on November 19th, 2014 by edooze
Does anyone know why, under the page title, the comment count and author line is showing?
Comments are disabled for the page, but on every page with bbpress on it still shows this line.
If you’re not sure what I’m referring to, the line reads:
“By on in | 0 comments”
it is normally removed by disabling comments in typical WP pages.
TIA,
edooze.
Published on November 19th, 2014 by gess99
After the publication of the notice in the forum, open the page on which is written (on this page is detected cyclic redirect)
Published on November 19th, 2014 by gipsypainter
Hi
I am setting up a new BBPRess forum and I have changed the default reply order to descending so new replies begin at the top. So far so good.
However, when a new reply is submitted the user is taken to the other end of the thread rather than to the newest end. Is there a tweak I need to the reverse order code?
this is what I have in my functions:
function custom_bbp_has_replies() {
$args['order'] = 'DESC'; // 'ASC' (Ascending, Default), 'DESC' (Descending)
return $args;
}
add_filter('bbp_before_has_replies_parse_args', 'custom_bbp_has_replies' );
thanks for any help.
Published on November 19th, 2014 by Daniel J. Lewis
For some weird reason, my forums are showing the same numbers of topics and replies:
Season Four (368, 4,825),
Season Three (368, 4,825),
Season Two (368, 4,825),
Season One (368, 4,825),
I have tried all of the repair tools, but these numbers remain the same. Any suggestions?
Published on November 19th, 2014 by webUI1
Hi,
I want to check if We want the forum section of the website to be accessible by anyone that registers BUT we also need to be able to restrict some sections of the forum, so that only some members can view these sections and others cannot. So that I can test this, I wanted to create a forum named “Some Dummy Text” and set this so that only some profiles can access it but others cannot, depending on what the administrator sets as their access rights? If someone without access rights tries to view this forum, can they get a message asking them to “Special permission is required to access this Forum. Please contact us”.
Does anyone knows about it, how to do it?
Thanks