Search Results for 'code'
-
Search Results
-
Hello!
Now I have topic titles:
<title>Topic Title - Domain.com</title>How can I customize topic titles to:
<title>Topic Title - Forum Title - Domain.com</title>Hiya. I’m wondering where in the code the choice of template to use is made, when a forum is created.
I want bbPress to choose to use the Topic Discussion page template for its Forum page — the page that is created with the discussion itself for a topic — when it creates a new Forum….how do I get it to use that template instead?
I do not need a page that lists all topics for a forum; this is being built to be a one-topic forum; having a list of topics when there will only ever be one topic is just more clicking for my users to have to do, to get to the actual discussion.
I only want the discussion of the topic itself to populate, not a list of topics which is what the forum template does now.
Thoughts?
Topic: bbPress Moderation
I need help with this plugin bbPress Moderation By Ian Stanley https://wordpress.org/plugins/bbpressmoderation/
i use this to hold topics for moderation from my participants before publishing them, because not all topic i will want to publish. but the thing with this plugin is that it hold but topics and reply for moderation and has no option to separate them.
Is there any way like code that i can use to prevent topics from being moderated, only post should be held for moderation and the reply should not be held.Please is there any plugin or code i can use to set minimum reply length on my forum, i want reply’s to not be less than 60 character. so when any body reply’s with 60 character it tells to person to type not less than 60 character words.
Please i need this urgently.
thanks.Topic: How add Class on list
Hi,
I want to add Class on “★” by PHP template.
<ul id="topic-<?php bbp_topic_id(); ?>-replies" class="forums bbp-replies"> <li class="bbp-header"> <!-- various --> </li> <li class="bbp-body"></li> <li class="★"> <div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header"> <div class="bbp-meta"> <!-- various --> </div> </div> <div <?php bbp_reply_class(); ?>> <!-- various --> </div> </li> <li class="★"> <div id="post-<?php bbp_reply_id(); ?>" class="bbp-reply-header"> <div class="bbp-meta"> <!-- various --> </div> </div> <div <?php bbp_reply_class(); ?>> <!-- various --> </div> </li> <li class="bbp-footer"> <!-- various --> </li> </ul>But I do not know the appropriate PHP template.
I wonder what I should do.
Thank you.Topic: pagination is not display!?
There are 13 comments on my page, and there are 5 display settings.
Web:http://urx2.nu/LPiR
Img:http://folio.ink/jzbNpwBut pagination is not display!!
This is the HTML:
<div class="bbp-pagination"> <div class="bbp-pagination-count"> </div> <div class="bbp-pagination-links"> </div> </div>I just installed an WordPress, and only BBPress plugin activated.
Why??