07-03-2013, 11:23 PM
Hi.
We already knew that forums in MyBB has a description ($forum['desc']).
I did a little modification in the functions_forumlist.php, to make a secondary description for each forum, for example.
I have a forum A - id 1 - main description A1 and secondary desc is A2
A2 will be defined inside global.lang.php, with the forum id like
We already knew that forums in MyBB has a description ($forum['desc']).
I did a little modification in the functions_forumlist.php, to make a secondary description for each forum, for example.
I have a forum A - id 1 - main description A1 and secondary desc is A2
A2 will be defined inside global.lang.php, with the forum id like
PHP Code:
|
In the functions_forumlist.php I want something this:
PHP Code:
|
Then I can put {$minidesc} everywhere in the forumbit template...
I know about Xthread, but every forum has one template is quite silly... You know
Please give me some suggestions. Thanks in advanced.