Different Backgruond to Different Forum - New!

mastram

New Member
That mod make possible the option to set different background to different forum! - (About ID's of furoms)

Look on example:

18584441ze0.png







Things to do:
1) Edit tampletes.
2)Make Folder on Server.

1)

Open: FORUMDISPLAY
Find:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
Replace with:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px" background="images/backgrounds/$forumid.jpg>
3)
Go with FTP to folder:
" "/images/

Now, make folder with name:
"backgrounds"

End

Now.. you just need to upload a images with ForumId to folder:
" "/images/backgrounds/

Example to name of image:
Code:

Code:
12.jpg
 
Back
Top