Really? How do you integrate your points system without file modification?
The templates have registration markings (nothing to do with user registration but more like print registration markings), and php_include_end uses regular expressions to scan the page output and modify it to add references to turtle dollars where necessary.
The templates have registration markings (nothing to do with user registration but more like print registration markings), and php_include_end uses regular expressions to scan the page output and modify it to add references to turtle dollars where necessary.
I currently only have 17 lines of code in my phpinclude_start template.. 4 of which are opening and closing statements of what the 2 blocks of code do.
The templates have registration markings (nothing to do with user registration but more like print registration markings), and php_include_end uses regular expressions to scan the page output and modify it to add references to turtle dollars where necessary.
Ahhh... clever use of regex... However, there surely has to be a performance hit on a busy site. But it's clever.
well you still have to upgrade the templates, and regarding my experinece, that's the part which takes the most time, during an upgrade (that's why i prefer to hack everything in files ^^)
well you still have to upgrade the templates, and regarding my experinece, that's the part which takes the most time, during an upgrade (that's why i prefer to hack everything in files ^^)
I've completely rewritten many of the major templates (forumhome, showthread, and even quick reply's templates) so it doesn't really affect me.