The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have created a forum with the name "Mortal Kombat X" and then i also added some sub-forums and now i want to know how to put small image before sub-forum name for example
sub forums name is Scorpion so i want to put "scorpion" picture before scorpion name. my website forum www.mknexusonline.com |
#2
|
|||
|
|||
![]()
Is this what you're looking for https://vborg.vbsupport.ru/showthread.php?t=214289?
|
#3
|
|||
|
|||
![]()
yes but it's show on main forum i am talking about Sub-Forums
|
#4
|
|||
|
|||
![]()
If you name your images with the name of the sub-forum (i.e. "scorpion.jpg), it is pretty simple to then edit the appropriate template to insert the image where you want it. Which template you need to edit depends on where, exactly, you want the image to appear.
|
#5
|
|||
|
|||
![]()
i tried not works i really need to change my subforum icon
|
#6
|
|||
|
|||
![]()
What did you try? Show us the code. Tell us what template.
How did it "not works"? Tell us what happened. |
#7
|
|||
|
|||
![]()
below is my forumhome_forumbit_level2_post coding
Quote:
http://www.mknexusonline.com/forums/...n_subforum.png and 79 is my forum ID |
#8
|
|||
|
|||
![]()
In order for
HTML Code:
<img border="0" src="images/misc/iconforums/$forum[forumid].gif" hspace="4px" align="left"/>
The above template would look for the image HTML Code:
images/misc/iconforums/79.gif HTML Code:
images/tealblack/statusicon/mkx_raiden_subforum.png |
#9
|
|||
|
|||
![]()
sub forum not showing images even my main forum images are disable below is code
Quote:
|
#10
|
|||
|
|||
![]()
You've messed up the file path:
HTML Code:
<img border="0" src="images/tealblack/statusicon/mkx_raiden_subforum.png/$forum[forumid].gif" hspace="4px" align="left"/>
HTML Code:
<img border="0" src="images/tealblack/statusicon/mkx_raiden_subforum.png" hspace="4px" align="left"/>
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|