Mutt
04-18-2002, 10:00 PM
I love that VB uses templates and I'm always looking for ways to make it easier
Template Editor by Mutt
adds HTML and replacement var instant code buttons to the template editor.
UPDATED 4/23/2002
added basic table and vbtable makers.
whats a vbtable? a vbtable would be something like this
<table cellpadding='{tableouterborderwidth}' cellspacing='0' border='0' bgcolor='{tablebordercolor}' {tableouterextra} width='{contenttablewidth}' align='center'><tr><td>
<table cellpadding='4' cellspacing='{tableinnerborderwidth}' border='0' {tableinnerextra} width='100%'>
<tr><td bgcolor='{tableheadbgcolor}' colspan='3'><smallfont color='{tableheadtextcolor}'><b>Header Text</b></smallfont></td></tr>
<tr bgcolor='{firstaltcolor}'><td></td><td></td><td></td></tr>
<tr bgcolor='{secondaltcolor}'><td></td><td></td><td></td></tr>
<tr bgcolor='{firstaltcolor}'><td></td><td></td><td></td></tr>
</table></td></tr></table>
this uses parts of the improved vbcode.js hack by s.molinari with my bug fixes
https://vborg.vbsupport.ru/showthread.php?s=&threadid=24033&highlight=vbcode.js
Simply upload the 3 files to your admin dir.
run install using vbHacker.
-----------------------------------------
here are my other template.php hacks
Groups for Custom Templates
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34919
[vbhacker] Template Compare
https://vborg.vbsupport.ru/showthread.php?s=&threadid=36749
Copy Template
https://vborg.vbsupport.ru/showthread.php?s=&threadid=26329
Preview and copy buttons for Edit Template
already added to VB
----------------------------
I reccomend these template.php hacks made by others
Template Backup System!
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33072
Search Templates by Title
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33748&highlight=return+template
Return to Edit Template page after saving
https://vborg.vbsupport.ru/showthread.php?s=&threadid=28625&highlight=return+template
(I modified this hack and used it to return to the add template page as well)
-----------------------------
I was going to make 1 vbhacker file with all of these but didn't know if that would work for everyone.
Template Editor by Mutt
adds HTML and replacement var instant code buttons to the template editor.
UPDATED 4/23/2002
added basic table and vbtable makers.
whats a vbtable? a vbtable would be something like this
<table cellpadding='{tableouterborderwidth}' cellspacing='0' border='0' bgcolor='{tablebordercolor}' {tableouterextra} width='{contenttablewidth}' align='center'><tr><td>
<table cellpadding='4' cellspacing='{tableinnerborderwidth}' border='0' {tableinnerextra} width='100%'>
<tr><td bgcolor='{tableheadbgcolor}' colspan='3'><smallfont color='{tableheadtextcolor}'><b>Header Text</b></smallfont></td></tr>
<tr bgcolor='{firstaltcolor}'><td></td><td></td><td></td></tr>
<tr bgcolor='{secondaltcolor}'><td></td><td></td><td></td></tr>
<tr bgcolor='{firstaltcolor}'><td></td><td></td><td></td></tr>
</table></td></tr></table>
this uses parts of the improved vbcode.js hack by s.molinari with my bug fixes
https://vborg.vbsupport.ru/showthread.php?s=&threadid=24033&highlight=vbcode.js
Simply upload the 3 files to your admin dir.
run install using vbHacker.
-----------------------------------------
here are my other template.php hacks
Groups for Custom Templates
https://vborg.vbsupport.ru/showthread.php?s=&threadid=34919
[vbhacker] Template Compare
https://vborg.vbsupport.ru/showthread.php?s=&threadid=36749
Copy Template
https://vborg.vbsupport.ru/showthread.php?s=&threadid=26329
Preview and copy buttons for Edit Template
already added to VB
----------------------------
I reccomend these template.php hacks made by others
Template Backup System!
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33072
Search Templates by Title
https://vborg.vbsupport.ru/showthread.php?s=&threadid=33748&highlight=return+template
Return to Edit Template page after saving
https://vborg.vbsupport.ru/showthread.php?s=&threadid=28625&highlight=return+template
(I modified this hack and used it to return to the add template page as well)
-----------------------------
I was going to make 1 vbhacker file with all of these but didn't know if that would work for everyone.