Hello.
I replied your PM:
Quote:
May you please continue answering in the thread, please?
Answer there, in simply words:
- what you have in field24?
- what you have in field38?
- when you want to replace 'musername' (and replace with what)?
|
But I will complete the question:
why aren't you caching the templates (in the zip file you sent me)? is this working the way it is now?
I never used hooks in "parse_templates", this is why i'm asking.
When using other hooks, I had to determine the caching of templates in a plugin, for the hook "cache_templates":
PHP Code:
$globaltemplates = array_merge($globaltemplates, array(
'postbit',
'postbit_legacy',
'postbit_first',
'otherstemplates'
));