The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
Really? Strange, because I have something almost exactly like that in a plugin and it works just fine:
PHP Code:
PHP Code:
PHP Code:
|
#32
|
|||
|
|||
yeah it does not like this line
Code:
$thistemplater .= $templater->render(); This is what I have blank white page. I am following the guides here Code:
$thistemplater .= $templater->render(); vB_Template::preRegister('FORUMHOME', array('thistemplater ' => $thistemplater )); $search_text = '<div id="pagetitle">'; $vbulletin->templatecache['FORUMHOME'] = str_replace($search_text,$thistemplater.$search_text,$vbulletin->templatecache['FORUMHOME']); |
#33
|
||||
|
||||
Quote:
Try PHP Code:
HTML Code:
This is <span style=\"font-weight: bold\">bold</span> On the other hand: PHP Code:
--------------- Added [DATE]1258452044[/DATE] at [TIME]1258452044[/TIME] --------------- You must be using a different PHP than me. I just tested Lynne's code in a plugin and it works just fine. No parse error whatsoever. --------------- Added [DATE]1258452277[/DATE] at [TIME]1258452277[/TIME] --------------- Quote:
Please post the complete code you are using. |
#34
|
|||
|
|||
If you dont know the scope of the entire discussion please do not be rude with comments like that.
Code:
$output = "This is <span style=\"font-weight: bold\">bold</span>"; I have what I am doing done. This line is not liked is posted. I simply ended up creating a new hook location. Code:
$thistemplater .= $templater->render(); |
#35
|
||||
|
||||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|