Quote:
Originally Posted by Lynne
On the left side, you use:
$vbulletin->templatecache['newpost_attachment']
On the right side, you use:
$templatecache['newpost_attachment']
I would guess the left side is correct and you need to use it in both places.
|
okay , u mean
PHP Code:
$vbulletin->templatecache['newpost_attachment'] = $code.$templatecache['newpost_attachment'];
but not worked too , it's same problem
Variable $code Shows but the template does not exist
THNX !