sean
01-04-2006, 08:24 PM
This is a small thing that I was searching for today and thought maybe I should share. Don't know if this was posted here before or not. Also this little thing, as far as I know works with only vbadvanced installed on your server, if vbgallery, or link is installed, it might cause some problems by merging all the templates from the 3 together.
What this does is that it puts all the custom templates that you create for your modules or pages, under the "Vbadvanced CMPS templates" along with the ones that came with the installation.
The purpose? well for me it was to organize my template section, as the list of custom templates got larger and larger, I had to do something to get rid of them when I didn't need to see tem.
first, open /includes/adminfunctions_template.php and find
'adv_portal' => 'vBadvanced CMPS',
underneath, add
'adv' => 'vBadvanced CMPS',
and save.
note: I'm going to mention this again, if you have vbgallery/link installed as well, this may not work for you the way you want, as the vbgallery/link templates may start with "adv" as well. I don't use vbgallery/link so I wouldn't know.
hope this helps someone.
What this does is that it puts all the custom templates that you create for your modules or pages, under the "Vbadvanced CMPS templates" along with the ones that came with the installation.
The purpose? well for me it was to organize my template section, as the list of custom templates got larger and larger, I had to do something to get rid of them when I didn't need to see tem.
first, open /includes/adminfunctions_template.php and find
'adv_portal' => 'vBadvanced CMPS',
underneath, add
'adv' => 'vBadvanced CMPS',
and save.
note: I'm going to mention this again, if you have vbgallery/link installed as well, this may not work for you the way you want, as the vbgallery/link templates may start with "adv" as well. I don't use vbgallery/link so I wouldn't know.
hope this helps someone.