09-10-2006, 12:40 PM
|
#3 |
Join Date: Jun 2006 Real Name: Chris Location: Birmingham, UK | | | People often tweak their templates which would throw the line numbers out of sync. One possible solution is a phpbb-easymod type one where a search and replace is done.
I think such a system was started for vB but never went anywhere.
One solution currently used is some mods (see Paul M's for example) do a str_replace on the template in the form if str_replace(someCommentInTheTemplate, thisHacksOutput, templateName);
Ah yes, and what Idan just said: custom skins would cause problems even with search replace.
| |