add pictures to your forum without any plug in

MobileHacks

New Member
This modification helps you to add picture to each section in your forum --

For example

You have three sections in your forum

1- Sports
2- Medical news
3- discussion and feed back

You can for each section one picture indicate for your forum


Please see this example in attach

The steps:

1- Open the template: forumhome_forumbit_level1_post

Search for:
PHP:
$forum[imageprefix]forum_$forum[statusicon].gif

replace with
PHP:
$forumid.gif


2- Open the template: forumhome_forumbit_level2_post

Search for:
PHP:
$forum[imageprefix]forum_$forum[statusicon].gif

Replace with

PHP:
$forumid.gif[/PHP

And save both templates


- Please upload your pic to statusicon folder in your default style or your style 

- This depend on your formid number 

== For example your forum sport have id # 2 then you save the ball pic like (2.gif) 

= check what your forum id and save each picture for each forum id
 

phyton

New Member
Forum Category Icons on Forum Home

Here is a hack that will add icons to your forum categories on the forum home page.
Version: 3.7.0 Try to use with 3.8
 

SpecterX

New Member
I was looking for this, but somethings wrong when the first number is the same than other, what i means is this if forum id is 1 when you put 11 or 10 or any number wicht start with 1 the image repeat it self, what can i do (my english is wack)
 
Top