derekivey, Thank for your quick reaspond! Which .php or html file can I edit to link to my topsite?
Are you talking about the on in Toplist_HTML_Code?
I found this: <td><a href="$vboptions[bburl]/in.php?id=$id" target="_blank"><img src="$vboptions[bburl]/images/toplist/buttons/toplist.gif" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
<tr>
<td><input type="button" value="$vbphrase[toplist_select_all]" onclick="code1.focus();code1.select();" /></td>
</tr>
<tr>
<td><textarea name="code1" cols="40" rows="4" readonly="readonly"><a href="$vboptions[bburl]/in.php?id=$id" target="_blank"><img src="$vboptions[bburl]/images/toplist/buttons/toplist.gif" border="0" alt="$vboptions[bbtitle]" /></a></textarea></td>
</tr>
Where can I edit to link to my topsite?
|