The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
I've always been annoyed that when I create a new template set, all my changes from the default template set aren't included. So, I went and made this TINY hack
![]() In admin/functions.php: Find: Code:
AND (templatesetid=-1 OR templatesetid='$templatesetid')) Then find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Here Here.
![]() I always used to just download and upload the default template set as a new set to accomplish this. However this makes it easier. I like it. Good job!
|
|
#3
|
|||
|
|||
|
Oh man..I did something even worse...depending on how you look at it. I edited the standard template set(id = -1) to match the default one...hm..problems arise, of course
![]() Thanks
|
|
#4
|
||||
|
||||
|
This is great, I'm gonna try it out. I always have to do like VirtueTech has said, download and upload template again, of course doing this I have to change the color of table and such.
Thanks, |
|
#5
|
|||
|
|||
|
I got this error when I changed what you said.
[QUOTE]Parse error: parse error in /home/thechar/public_html/admin/functions.php on line 802 Fatal error: Call to undefined function: vbsetcookie() in /home/thechar/public_html/admin/sessions.php on line 282 |
|
#6
|
|||
|
|||
|
Are you sure you did exactly what the instructions say?
Could you paste line 802 of functions.php and line 282 of session.php please? |
|
#7
|
||||
|
||||
|
where you say 1 is the id of the default template set, does that mean to change it you just have to change 1 to the other number in the first line, or all of the 1's.
|
|
#8
|
|||
|
|||
|
AND (templatesetid=-1 OR templatesetid='$templatesetid'))
would become AND (templatesetid=1 OR templatesetid='$templatesetid')) |
|
#9
|
|||
|
|||
|
DarkReaper, I think it's a bigger problem. Any time I edit the admin/funtions.php file I get an error similar to that, just different line #s. Any ideas?
|
|
#10
|
||||
|
||||
|
I think it would be better if you could copy any templates. Such as.. A 'Copy" link next to 'Edit' and 'Remove'. Then you could name the new template, and it would be a duplicate of the template that you copied.
Make sense? |
![]() |
|
|