Quote:
Originally Posted by Peace_Hope
That hack still needs a little work in my opinoin, like for instance, maybe have it so that the link that shows up for the user to put on their site should have a link saying:
Click Here to vote for our site over at xxxx.
with xxxx being the site with the toplist.
Just my ideas.
|
That's easy just have to make a change to one file:
in add_site.php, change this to whatever you want the code to be:
Code:
$html = "{$vbphrase['toplist_add_successful']}<br />
{$vbphrase['toplist_html_code_message']}:<br />
<textarea cols='40' rows='4'><a href='{$vbulletin->options['bburl']}/in.php?id={$sr['id']}' target='_BLANK'>{$_POST['name']}</a></textarea>";
i am going to add something to mine that will allow me to specify the image to use. and maybe with a little GD code, it will display the current ranking on the image....
hmmmm....this is going to be fun.