05-18-2008, 03:34 PM
hi,
i have create an "online template submitter"
now you can create new templates online... i have create it, because i'm to lazy to go in phpmyadmin ^^
now in the attachment you find the add_style_templates.php
after upload the file in the admin directory you must edit
/admin/includes/column_right.php
and search this code
add above this
Bugs:
*no templatename and styleid check(you can insert an template without a name..
if you have an answer for this bug.. post it
and i will edit the file...
thanks for reading and using
here a preview
have a nice day
greetz from germany
marcus
i have create an "online template submitter"
now you can create new templates online... i have create it, because i'm to lazy to go in phpmyadmin ^^
now in the attachment you find the add_style_templates.php
after upload the file in the admin directory you must edit
/admin/includes/column_right.php
and search this code
Code:
<tr>
<td width="12%" align="center"><img src="images/icons/add.jpg" /></td>
<td><a href="add_style.php" class="NavLinks">Add</a></td>
</tr>add above this
Code:
<tr>
<td width="12%" align="center"><img src="images/icons/add.jpg" /></td>
<td><a href="add_style_templates.php" class="NavLinks">Add Template</a></td>
</tr>Bugs:
*no templatename and styleid check(you can insert an template without a name..
if you have an answer for this bug.. post it
and i will edit the file...thanks for reading and using

here a preview
have a nice day
greetz from germany
marcus
