Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter B3stCraft

    (@b3stcraft)

    Some help here? If you can’t or you dont want I undesrtand but tell me please.

    Plugin Author Coronoro

    (@coronoro)

    I can try to see where the issue with your template is.
    However it might take some time as I would like to add some of the requestet features first.

    Still rest assured that I will give my best to help you out!

    Thread Starter B3stCraft

    (@b3stcraft)

    ok, thanks ??

    Plugin Author Coronoro

    (@coronoro)

    Hey I think the problem is that you are not calling the hook the plugin needs.

    It should work if you do it this way:

    <?php while ( bbp_forums() ) : bbp_the_forum(); ?>
    <!--added-->
    <?php do_action( 'bbp_theme_before_topic_title' ); ?>
    
    <table class="bbp-forums">

    Thread Starter B3stCraft

    (@b3stcraft)

    Thanks for your answer, but if I add that code, the template is destroyed and all appear messed up

    Plugin Author Coronoro

    (@coronoro)

    Ah I think i got it fixed :

    <?php while ( bbp_forums() ) : bbp_the_forum(); ?>
    
    <?php do_action( 'bbp_theme_before_topic_title' ); ?>
    <?php do_action( 'bbp_theme_after_topic_meta' ); ?>
    
    <table class="bbp-forums">
    Thread Starter B3stCraft

    (@b3stcraft)

    Hi, thanks again,

    This seems to fix all the mess up, but the icon it’s only appearing in categories and not in forums.

    I would like something like in the imagen on the right.

    IMAGE

    THANKS ANY WAY FOR THAT CODE!!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can you help me with a template?’ is closed to new replies.