Quote:
Originally Posted by divided_by_fear
how code i show the image above the code... basiclly have another table above it showing what they are linking(ex. the button in a table above just showing the image) to make it clearer have 2 tables one with image and the one on the bottom like it is now with the code?
|
Just edit the Toplist_HTML_Code template, and change:
PHP Code:
<textarea cols="40" rows="4"><a href="$vboptions[bburl]/in.php?id=$sr[id]" target="_BLANK">$_POST[sitename]</a></textarea>
To:
PHP Code:
<img src="URL_To_Image" border="0" /><br />
<textarea cols="40" rows="4"><a href="$vboptions[bburl]/in.php?id=$sr[id]" target="_BLANK">$_POST[sitename]</a></textarea>
That should work, don't forget to change URL_To_Image to the url of your image.
Quote:
Originally Posted by Xtrato
No i basically want a text box above the "forumname Toplist" line.
make sense??
|
You could edit the Toplist template and after:
Add:
PHP Code:
<textarea cols="40" rows="5">Text</textarea>
Quote:
Originally Posted by Xtrato
Also can you make a feature to approve or decline toplists
|
Yes, I will add that to my to do list for this.
Quote:
Originally Posted by Xtrato
And also you know when someone registers a toplist and gets there link for the toplist. How can i change that to give a link that shows a image like a image 88x31 that says Vote toplist. Or even show me where the code is so i can change it
|
You can edit the Toplist_HTML_Code template to change it.