Example
[hide]
ACP >>Templates & Style>>Templates>>your theme>>Forum Bit Templates>>forumbit_depth2_forum
Find (Line 1)
replace with
Go to
/images
and create a new folder
[font=Monaco, Consolas, Courier, monospace]ForumsBackground
[/font]and upload there your images
Note:Save them with specific ForumID in filename, e.g.:
background_forum_[size=small][font=Monaco, Consolas, Courier, monospace]NUM[/font][/size].png
NUMut your forum`s fid number
[/hide]
[hide]
ACP >>Templates & Style>>Templates>>your theme>>Forum Bit Templates>>forumbit_depth2_forum
Find (Line 1)
Code:
<div class="{$bgcolor} row-bit bottom-border">
replace with
Code:
<div class="{$bgcolor} row-bit bottom-border" style="background: url('images/ForumsBackground/background_forum_{$forum['fid']}.png') 0 0 no-repeat #333a40">
Go to
/images
and create a new folder
[font=Monaco, Consolas, Courier, monospace]ForumsBackground
[/font]and upload there your images
Note:Save them with specific ForumID in filename, e.g.:
background_forum_[size=small][font=Monaco, Consolas, Courier, monospace]NUM[/font][/size].png
NUMut your forum`s fid number
[/hide]