Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthororangeguru
    • CommentTimeAug 7th 2005 edited
     # 1
    Me again ...

    ;-)


    I just tried to add an ZonkBoard via iFrame to my Vanilla board.

    Of course I failed miserably.

    Any suggestions / pointers?



    <?php
    /*
    Extension Name: MeckerMotz Chat
    Extension Url: http://meckermotz.de/
    Description: Adds Zonkboard
    Version: 1.0
    Author: Dieter Mueller
    Author Url: N/A
    */

    /*
    * Copyright 2003 - 2005 Mark O'Sullivan
    * This file is part of Vanilla.
    * Vanilla is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    * Vanilla is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
    * You should have received a copy of the GNU General Public License along with Vanilla; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    * The latest source code for Vanilla is available at www.lussumo.com
    * Contact Mark O'Sullivan at mark [at] lussumo [dot] com
    */


    // Remember to only place your list on the pages you want
    if ($Context->SelfUrl == "index.php") {


    $MyChat = "<iframe src=\"http://www.zonkboard.com/index.cfm?fuseaction=zonk%2Ev2&sitename=orangeguru\" name=\"tagscreen\" width=\"180\" height=\"400\" marginwidth=\"0\" marginheight=\"0\"></iframe>;
    $Panel->AddString($MyChat);

    }

    ?>
    •  
      CommentAuthorsweeney
    • CommentTimeAug 8th 2005
     # 2
    you haven't closed the $MyChat variable - you're missing a " before your semicolon.

    M.
    •  
      CommentAuthororangeguru
    • CommentTimeAug 8th 2005
     # 3
    sweeny: Can I marry you? ;-)
    •  
      CommentAuthororangeguru
    • CommentTimeAug 8th 2005
     # 4
    It works nicely:

    http://www.meckermotz.de/
    •  
      CommentAuthorsweeney
    • CommentTimeAug 8th 2005
     # 5
    Er...sorry no ;-)
    Looks good tho!

    M.
Add your comments
    Username Password
  • Format comments as