Create a custom PHP page in vB-CMS 4.1.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srsiempre
    New Member
    • Jan 2009
    • 3
    • 3.8.x

    Create a custom PHP page in vB-CMS 4.1.4

    https://www.vbulletin.com/forum/show...page-in-vB-CMS <---- deprecated

    For example:

    Code:
    $text= {vb:phrase mysentenceinseverallanguages};
    
    $output = $text;
    don't work.

    Thanks.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    That would only work if you included the phrasegroup in the page. Did you try something like:

    Code:
    $text= 'Hello World!';  
    $output = $text;

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...