Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Brutal addition of a ZonkBoard
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);
}
?>
0
This discussion has been closed.
Comments