What is the directory that you have the 'star' images in?
Do you have them in /forums/stars?
If you have you stars in another directory other
than /forums/stars/ follow the below instructions:
(This is what I did on my board - the stars were not
appearing on my board until after I did this)
1. Look for (in stars.php):
../images/stars/$star[starimg].gif\
and change it to
path/to/images/stars/$star[starimg].gif\
2. Look for (in admin/functions.php)
../images/stars/$star[starimg].gif\
and change it to
path/to/images/stars/$star[starimg].gif\
----------------------------------------------------
Backing up would be helpful as this is what I did on my forums
----------------------------------------------------
I hope this helps you out HellMind - Let me know
|