Adding "Read More" to PHP direct execution pages previews

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zero477
    Member
    • Jan 2012
    • 85

    [CMS] Adding "Read More" to PHP direct execution pages previews

    Hello to all,

    Do somebody know how to add the "Read More" link to to PHP direct execution pages previews? Do I have to do something? currently I am using in the preview field something like this:


    PHP Code:
    ob_start();require "/XXXXX/mycode.php";  $output ob_get_contents();ob_clean(); 


    Greetings,
    Eddie
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    You would need to ask this at www.vbulletin.org, the modification site. On this site, we can provide help with using the widgets themselves, but not the php code that would go in them.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    Related Topics

    Collapse

    Working...