Reply To: Check if post is visible to user
I am doing a list of forums for exemple, and i want to control (in the loop) if current user can access to the forum before showing it in the list.
View ArticleReply To: Check if post is visible to user
is the forum private or hidden?? what could disallow them access??
View ArticleReply To: Check if post is visible to user
Yep its a forum for a group, all works fine thats just when i list forums they can see forums of groups etc
View ArticleReply To: Check if post is visible to user
There might be a conditional to use for that too, do not know really where to put the conditional in a template though. I will come back to this topic after finding out.
View Articletemplate_part hierarchy
I’m completely new to wp and bbPress and also a php novice and am currently doing an assignment in both. I have created a child-theme and have spent many hours trying to find the right template_part...
View ArticleReply To: bbCode toolbar with markItUp! editor
Hey, I know this is old.. but I really need a better Toolbar, does anyone know how it works? I tried this way but I can’t understand it very well, since I am not very good with neither php or...
View ArticleReply To: bbCode toolbar with markItUp! editor
@killer_x10 This topic was way back in bbPress v1, so nothing is good for this current version. There is a way to use shortcodes (bbcode) as long as they are whitelisted for users in the quicktags...
View ArticleReply To: bbCode toolbar with markItUp! editor
I understand, thank you anyway Robkk.. btw I am actually testing another Toolbar Plugin and I am editing some stuff around and my first Test went okay, now I’m just editing that Toolbar Plugin to add...
View ArticleReply To: bbCode toolbar with markItUp! editor
@killer_x10 There is a toolbar plugin which is quite old. Just so you know if you plan to fix it up, you might as well structure it out better, because with all of its inline javascript it will add...
View ArticleReply To: bbCode toolbar with markItUp! editor
@Robkk Thank you for the Information but I am just replacing all the HTML Tags with bbcode tags, nothing special because I am very bad at php and javascript, I know very little js and just started...
View ArticleReply To: Check if post is visible to user
Maybe this? Not 100% sure though, if you haven’t contact BuddyPress support. if ( is_user_logged_in() || bp_group_is_member() )
View ArticleReply To: template_part hierarchy
If what you are looking for is to remove the This topic contains blah blah blah Look for this in content-single-topic.php <?php bbp_single_topic_description(); ?> You can also use a function...
View ArticleReply To: Modify forum index page and some
I’ve looked inside the loop-forums.php template, then found this <?php do_action( ‘bbp_template_before_forums_loop’ ); ?> being executed. Which template file is bbp_template_before_forums_loop...
View ArticleReply To: template_part hierarchy
Thanks Robkk That solves that but I now want to remove the “secondary” div on the topics page and have the same problem of not being able to find the template-part that this is in. I’ve looked at...
View ArticleReply To: template_part hierarchy
I am not sure what “Secondary” could be from. It might be the template bbPress is inheriting from your theme?
View Article