Forum Replies Created
-
In reply to: Remove create New Topic in
quickest way is to add this :
.bbp-topic-form { display: none; }into the custom css of the style pack plugin
In reply to: Previewok, thanks for reporting back
In reply to: Pagination doesn’t workI wrote a test plugin to fix this a while ago, try it and let me know if it fixes
In reply to: Previewpersonal preference – some might want just front end, some backend, some both
In reply to: More link on bodyπ
π
great – so you are fixed – yes ?
In reply to: How to close or open topic by the author ?π
In reply to: More link on body2. I canβt publish topic or reply with the public link, ad example
you should be able to – I cannot say why this is not possible for you
In reply to: More link on body1. It is possibile to enble partecipant to remove own topic/reply?
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Display
and look at items 18 & 19
In reply to: More link on bodyok,
dashboard>settings>discussion>comment moderation and set the number of links to the value you want
In reply to: Login, Register and Lost Password Redirectsbbpress just uses wordpress in the background for login. When login fails wordpress seems to take over.
I added some code in
dashboard>settings>bbp style pack>login failure
to try and overcome this
In reply to: How to close or open topic by the author ?I’d not spotted that it did that, it should just display on the topic !
I’ll release a new style pack with a correction.
If you have used my code, then this is the change at line 2098, with the lines before and after
if ( empty( $topic )) return; //if not a topic but a reply to that topic, then return if (bbp_get_reply_id() != bbp_get_topic_id( (int) $r['id'] ) ) return ; //if participant and not their own topic, then returnIn reply to: More link on bodydo you you mean the numbers of links, or that participants can add any links?
In reply to: Remove Category Hyperlink?great – glad you are fixed !!
In reply to: Remove Category Hyperlink?ok so
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.phptransfer this to your pc and edit
find
<?php do_action( 'bbp_theme_before_forum_title' ); ?> <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a> <?php do_action( 'bbp_theme_after_forum_title' ); ?>and replace with
<?php do_action( 'bbp_theme_before_forum_title' ); ?> <?php if (!bbp_is_forum_category( bbp_get_forum_id())){ ?> <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a> <?php } else { ?> <div class="bbp-forum-title"> <?php bbp_forum_title();?> </div> <?php } ?> <?php do_action( 'bbp_theme_after_forum_title' ); ?>and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.phpbbPress will now use this template instead of the original
you will probably need to add some styling to the class “bbp-forum-title”
In reply to: Posts not showing in topic indexok, sorry too site specific a question to be able to answer.
In reply to: Keymaster cannot see pending repliesok, so one user one post.
Not sure I can fix that without a set of repeatable steps.
In reply to: How to close or open topic by the author ?this option is in
dashboard>settings>bbp style pack>Topic/Reply Display>item 17
if you want to see the code it is in that plugin
\bbp-style-pack\trunk\includes\functions.php
starting at line 2066
In reply to: Delete “Last Post” from Headersplease do not be sorry, I was truly thanking you for taking then time to post, and please continue to do so π
In reply to: bbpress log in process problemjust tried a registration, process is as I remember it
so page with [bbp-register]
enter username and email, says check email, then I have to click the link in the email to go to the page to enter a password, then I have to login to complete.
In reply to: bbpress log in process problemI am not one of the devs, so unless you can say what they changed, it is hard to help
In reply to: Posts not showing in topic indexmaybe in pending in dashboard>topics
In reply to: bbpress log in process problemok