Quote:
Originally posted by Jawelin
I definetively think a compare between the two or three .style file should be more efficient....
|
:speechless:
NO! Too expensive !!

Too many differences... sob!
Let's try with
template table on db...

What's the exact meaning of
templatesetid field and all the allowed (special) values ???
Well. I'm in the right middle of the 2.2.2 -> 2.2.4 upgrade procedure (successfully updated all the code and all the un-customized templates) ...
But loose as said all upgrades to my hacked templates... Please don't let me alone... now !!!!
Ahhh! Forgot to add this simple query to find all the customized templates (better, the version counter) directly into db:
Code:
SELECT title, count(*) as moltep
FROM `template`
WHERE 1=1
GROUP BY title
ORDER BY moltep DESC, title ASC
Thnx