The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Any mod to add "new topic" link to forum list?
Hello,
when i go to forum index like http://goteen.net i would like to be able to create new topic right from the category/forum list, i dont wish to enter the forum first. Please any hack/mod for this? Showing create new topic link/button in forum list, bellow description or so? |
#2
|
||||
|
||||
It can be done for forums with no subforums in them, with a template edit.
ACP --> Styles & Templates --> Style Manager, choose your style and select Edit Templates. Find the template group, FORUMHOME, double click on that, then double click on, forumhome_forumbit_level2_post In that template search for the following: Code:
<ul class="forumactionlinks td"> Code:
<vb:if condition="$forum['allowposting']"><li class="forumactionlink newthreadlink"><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&forumid={vb:raw forum.forumid}" title="{vb:rawphrase post_new_thread}" style="padding-{vb:stylevar left}:0;"><img src="{vb:stylevar imgdir_statusicon}/thread_new-16.png" height="12" width="12" /></a></li></vb:if> |
Благодарность от: | ||
postcd |
#3
|
|||
|
|||
Thanks, a new small icon is visible next to green subscribe icon. Worked exactly as you described.
|
#4
|
||||
|
||||
Cool, glad it did what ya needed.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|