TutorialMS Community Forum

Full Version: [MOD] Add a new template over the Admin Control Panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

i have create an "online template submitter" Big Grin

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 Smile and i will edit the file...


thanks for reading and using Smile

here a preview

have a nice day


greetz from germany
marcus
any demo
no demo sorrry Sad

i have test it local only Sad
but i works...

you find the current bugs in the first post...
have add a picture in the first post

greetz marcus
Reference URL's