Quote:
Originally Posted by bashy
Cheers m8 that sorted it out
Tell ya what though, i wish i didnt go through all the tutorials this afternoon and add a tutorial tag to each of the tutorials ha ha ha ha 
|
you see, Processing thread in forum 113
Total records: 0
bashy, you tag nothing, probably you have to change the tag condition:
PHP Code:
$config['replycount'] = 10; // auto tag condition is replycount>10
$config['views'] = 300;
to
PHP Code:
$config['replycount'] = 0; // auto tag condition is replycount>10
$config['views'] = 0;
and I figure it out your forums do not call the hook :
showthread_complete
so the code "Show tags in showthread(vbTags) " do not run in this forum and the tag list doesnot show up .