Forum Replies Created
-
In reply to: no subscription button showing
spot on, when i move to TwentyFifteen it shows… nightmare! Thanks for helping me to ID the issue, should have tried that ages ago in hindsight
In reply to: no subscription button showinghi vinod i have already deleted and re-installed but i will try the other steps youve mentioned
In reply to: no subscription button showingfdarn, i am using shortcodes to embed the forums but it doesn’t show on the core pages either. I have tried removing all of the forum shortcodes from the site and this doesn’t seem to make any difference.
In reply to: no subscription button showingI can’t see any issue in the template file, both breadcrumbs and subscription is on there as it should be. I have made a child file and removed and readded the breadcrumbs which reflects fine but the subscribe button just isn’t showing
In template file:
<?php bbp_breadcrumb(); ?> <?php bbp_forum_subscription_link(); ?>
If anyone could help id be so grateful, im probably missing something minor!
In reply to: no subscription button showingHi Vinod,
thanks for getting back to me, unfortunately that has already been selected so is not the issue.. i have done a plugin conflict test and nothing changes. i’m stuck 🙁
Best
LaurenIn reply to: no subscription button showingi also have no search function 🙁
In reply to: show single forum description on reply templatenever mind ive done it, thanks to you i merged your solution with mine and hey presto!
function vvd_add_notice_before_topic_form() { echo '<div class="bbp-forum-content">'; echo bbp_forum_content(); echo '</div>'; } add_action( 'bbp_theme_before_topic_form_notices', 'vvd_add_notice_before_topic_form' );
Thanks again for your help 🙂
In reply to: show single forum description on reply templateHi Vinood, thanks for the code, it works perfectly.
The only issue is that the text will need to be different for each forum which is why i was wondering if there was a way to pull the text from the forum description rather than add the custom text in the php file if that makes sense.
If there is not a way then i will make the descriptions more global but ideally i’d be able to make each unique or have none at all.
Thanks, Lauren