Quote:
Originally Posted by aminp30
thank Dave for reply
what do you mean of look like?
I created a php page. for example "quiz". then I add template named "quiz". then in plugins I add some code to include another php file to quiz.php
I need add vb:rawphrase and vb:stylevar in second php file
yes I'm sure.
|
Inside a php file you use $vbphrase['phrasevarname'] and - I think - $stylevar['stylevarname'].
Inside a template you use {vb:rawphrase question_text} etc.
About the phrases, be sure you have set inside the php file, the correct Phrase Groups:
PHP Code:
$phrasegroups = array(
'posting',
'vbblogglobal',
'postbit',
'vbblogcat',
);
(the above is an example - this code is places usually at the start of the php file,
before the include o /global.php)
You set a group for each phrase you add on the system.