Toplist Template Rewrite v0.1 (Beta)
This modification is in the archives.
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:
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: HTML Code:
<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> Spoiler (click to open)
Looks nice, thank you.
Close
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. Download No files for download. |
Similar Mods
Forum Home Enhancements Welcome Panel Template Rewrite | vBulletin 3.6 Add-ons |
Welcome Panel Template Rewrite v2.1 | vBulletin 3.5 Template Modifications |
Toplist Template Rewrite (add site - site list) | vBulletin 3.5 Template Modifications |