King Kovifor
04-11-2006, 10:00 PM
I gained permission to do this add on. It's version 0.1 as it's only got one of the templates redone. I'll be releasing them as they go. Please use at your own risk, even though most of these template should work.
Add Site Form
Rewrite Features/Optimization:
Category Listing Has a tag.
All Tags (Site URL: for example) are now starting at the same point.
All Options (example: the site URL box...) start at the same point.
Installation of this particular rewrite.
To install the rewrite please go to your administrator control panel and open the template called Toplist_Add_Site_Form. Replace all the content of that template with this:
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<form action="add_site.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="do" value="add" />
<input type="hidden" name="MAX_FILE_SIZE" value="$vboptions[toplist_max_image_size]" />
<tr>
<td align="left" valign="top">
$vbphrase[toplist_site_name]:
</td>
<td align="left">
<input type="text" class="bginput" name="sitename" size="30" />
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_site_url]:
</td>
<td align="left">
<input type="text" class="bginput" name="url" size="30" />
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_description]:
</td>
<td align="left">
<textarea name="description" rows="4" cols="30"></textarea>
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_image]:
</td>
<td align="left">
<input type="file" class="bginput" name="image" size="30" />
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_category]:
</td>
<td align="left">
<select name="category">
<optgroup label="Categories">
$cat_list
</optgroup>
</select>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<center><input type="submit" class="button" value="$vbphrase[toplist_add_site]" /> <input type="reset" class="button" value="$vbphrase[toplist_reset]" /></form></center>
</table>
Screenshots:
https://vborg.vbsupport.ru/showpost.php?p=947496&postcount=4
This is the only template that I have rewritten. The "Category" tag phrase may be wrong. If you have troubles with it try the following phrase: toplist_categories. Any other problems with the template, post. Please specify in the original thread that you have at least one of my templates installed for support. I will give support for my templates here.
Add Site Form
Rewrite Features/Optimization:
Category Listing Has a tag.
All Tags (Site URL: for example) are now starting at the same point.
All Options (example: the site URL box...) start at the same point.
Installation of this particular rewrite.
To install the rewrite please go to your administrator control panel and open the template called Toplist_Add_Site_Form. Replace all the content of that template with this:
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<form action="add_site.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="do" value="add" />
<input type="hidden" name="MAX_FILE_SIZE" value="$vboptions[toplist_max_image_size]" />
<tr>
<td align="left" valign="top">
$vbphrase[toplist_site_name]:
</td>
<td align="left">
<input type="text" class="bginput" name="sitename" size="30" />
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_site_url]:
</td>
<td align="left">
<input type="text" class="bginput" name="url" size="30" />
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_description]:
</td>
<td align="left">
<textarea name="description" rows="4" cols="30"></textarea>
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_image]:
</td>
<td align="left">
<input type="file" class="bginput" name="image" size="30" />
</td>
</tr>
<tr>
<td align="left" valign="top">
$vbphrase[toplist_category]:
</td>
<td align="left">
<select name="category">
<optgroup label="Categories">
$cat_list
</optgroup>
</select>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<center><input type="submit" class="button" value="$vbphrase[toplist_add_site]" /> <input type="reset" class="button" value="$vbphrase[toplist_reset]" /></form></center>
</table>
Screenshots:
https://vborg.vbsupport.ru/showpost.php?p=947496&postcount=4
This is the only template that I have rewritten. The "Category" tag phrase may be wrong. If you have troubles with it try the following phrase: toplist_categories. Any other problems with the template, post. Please specify in the original thread that you have at least one of my templates installed for support. I will give support for my templates here.