MyBB Community Forums

Full Version: MyBB-Tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
(2024-03-13, 02:39 PM)SELLECK87 Wrote: [ -> ]Thank you very much for your answers, but I noticed that when I start a new discussion, the row  with the tags does not come up

check your new_thread template and add {$tags} like

...

<div class="trow1 rowbit">
    <div class="formbit_label col-sm-2 strong">{$lang->thread_subject}</div>
    <div class="formbit_field col-sm-10">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="120" value="{$subject}" tabindex="1" /></div>
</div>

{$tags}{$posticons}
{$smilieinserter}
  
<div class="trow1 rowbit">  
    <div class="formbit_label col-sm-2 strong">{$lang->your_message}<br /></div>

...

but you can simply try to reinstall the plugin so it can automatically change the corresponding templates
It works perfectly now. The only problem is that by installing this plugin, probably due to some warning, it no longer counts the visits to the post. I will wait, if someone does, for it to be fully compatible with php 8.
Thanks anyway for the help Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18