The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Allow MOD To edit on a SINGLE template?
I have a template for a custom page that I update on a weekly ... but i wanna give it to my MODS to do... but only give them edit or view access to that single template....
Any suggestions? and what files do i need to edit so it appears in their Control panel |
#2
|
|||
|
|||
can't be done... the system is flexible, but not that much...
i'm sure nobody will come with a secure solution... or will have to rework a lot of files... not for free... |
#3
|
||||
|
||||
You'd have to create a custom page that handles the editing of that template.
|
#4
|
|||
|
|||
This would be such a good feature to have... they can allow custom templates to be flagged for moderator/supermod accesss...
a custom page to handle templates sounds doable... anyone know the files that i need to look at first.. |
#5
|
||||
|
||||
Hm...
Two parts, 1) a form that displays the current contents of the template Code:
SELECT content_un FROM template WHERE styleid = x and title = 'template_name'; |
#6
|
|||
|
|||
ok... i almost figured a quick work around...
i have made a copy of the template.php file... and created a direct link to to the file within my MODCP navbits.... they are able to edit... BUT when they click save it brings them back to the full listing of templates to edit...?? Which part of the file do i edit to have the redirect go back to the modcp index page? Thanx |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|