The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
as title
how to do like that??use different pic in different forum just like this forum~~~ anyone know how to do???? |
#2
|
||||
|
||||
In forumdisplay.php replace:
Code:
if ($foruminfo['allowposting']==1) { eval("\$newthreadlink = \"".gettemplate('forumdisplay_newthreadlink')."\";"); } Code:
if ($foruminfo['allowposting']==1 and ($foruminfo['forumid']==4)) { eval("\$newthreadlink = \"".gettemplate('forumdisplay_newhacklink')."\";"); } elseif ($foruminfo['allowposting']==1) { eval("\$newthreadlink = \"".gettemplate('forumdisplay_newthreadlink')."\";"); } |
#3
|
||||
|
||||
if my forum id is 5
which part shoul i change?? and should i change the template's pic link?? |
#4
|
||||
|
||||
Change the 4 into 5.
|
#5
|
||||
|
||||
oh~~~i see~~
should i make a new template~~ i think i should~~am i right?? |
#6
|
||||
|
||||
Yes you're right.
|
#7
|
||||
|
||||
thankz ur help FireFly~~~
and do u remember i ask u about the useid problem?? i need answer~~~ |
#8
|
||||
|
||||
i use this and i got error:
if ($foruminfo['allowposting']==1 and ($foruminfo['forumid']==15 and ($foruminfo['forumid']==19)) { eval("\$newthreadlink = \"".gettemplate('forumdisplay_newhacklink')."\";") ; } elseif ($foruminfo['allowposting']==1) { eval("\$newthreadlink = \"".gettemplate('forumdisplay_newthreadlink')."\"; "); } error message: Parse error: parse error in /squawell/forums/vbb220/forumdisplay.php on line 320 what's wrong? |
#9
|
||||
|
||||
if ($foruminfo['allowposting']==1 and ($foruminfo['forumid']==15 or $foruminfo['forumid']==19)) {
eval("\$newthreadlink = \"".gettemplate('forumdisplay_newhacklink')."\";") ; } elseif ($foruminfo['allowposting']==1) { eval("\$newthreadlink = \"".gettemplate('forumdisplay_newthreadlink')."\"; "); } |
#10
|
||||
|
||||
OH~~~
i must use or not and~~~ thankz again FireFly~~ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|