I have also figured out how to have more then one wall. Since I have a number of topic areas on my forums, I wanted to give each topic their own wall.
First take the graffiti.png file and name it something else... I used graffiti2.png.
In wall.php you will find 2 places where wall.php is called. Change it to wall2.php
In wall.php you will find $graffitifile = "$pathto/graffiti.png";
change that to $graffitifile = "$pathto/graffiti2.png";
In wall.php you will find <img src="graffiti.png?<? echo rand(10000,99999); ?>"> change that to <img src="graffiti2.png?<? echo rand(10000,99999); ?>">
Rename wall.php to wall2.php
Upload the files to your server and you should be all set.
|