Quote:
Originally Posted by Opserty
No, no, no. tempprefix is the template prefix and the string is the template name (i.e. the work for it.
PHP Code:
// A default vB template:
$only['showthread'] = 'Showthread';
// Your one:
$only['vBNews'] = 'vBNews';
/**
* If that doesn't work you may need to try:
* $only['vbnews'] = 'vBNews';
*/
|
i tried the second and it worked. thanks..