View Full Version : Editing or adding templates
lasto
12-30-2004, 09:19 PM
I hate the way vb3 makes u add or edits tempaltes by having to go to the style then the little drop menu then scroll to either add or edit.Does me head in
Is there not any hacks or something to make life a little bit easier
Guy G
12-30-2004, 10:36 PM
you could add a shortcut at the the home page that will take you there instantastly..
<if condition="$bbuserinfo[usergrouid] == 6">
<a href="/admincp/template.php?s=&group=&do=modify&expandset=6">Edit Templates</a>
<else />
 
</if>
this will show a ling to edit templates for administrators only.
you could specify it to be for one user only by this:
<if condition="$bbuserinfo[userid] == X">
<a href="/admincp/template.php?s=&group=&do=modify&expandset=6">Edit Templates</a>
<else />
 
</if>
'X' being your userid number...
lasto
01-03-2005, 09:16 PM
nice one m8 and cheers for reply
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.