this module show your yahoo Id if you are online or offline
ps: cange the line in onlinehelp.tpl whit your Yahoo ID
PrestaShop Forum
The best place in the world to ask questions about PrestaShop and get advice from our passionate community!
From 1233612875:
From 1242386016:
From 1242386661:
From 1242386925:
{l s="Suport YMS" mod="blockYMS"}
<object id="pingboxbeon70lwfdg?0" type="application/x-shockwave-flash" data="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" width="200" height="400"><param name="movie" value="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" /></object></center>
From 1242387313:
<object id="pingboxktjbfvfio400䁗" type="application/x-shockwave-flash" data="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" width="240" height="420"><param name="movie" value="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" /></object>
{l s="Suport YMS" mod="blockYMS"}
<object id="pingboxktjbfvfio400?" type="application/x-shockwave-flash" data="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" width="240" height="420"><param name="movie" value="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" /></object>
From 1242387730:
From 1242388460:
Fatal error: Cannot redeclare BlockYMS::hookRightColumn() in /home/geniusmo/public_html/cumperiorice.ro/shop/classes/Module.php(318) : eval()'d code on line 31. Cred ca o sa ii dau disable si astept sa iasa versiunea finala ca eu sunt pe ultimul SVN (imi place intotdeauna sa am ce e mai nou) :D
F{l s="Suport YMS" mod="blockYMS"}
<object id="pingboxdp7ltt3hsj800" type="application/x-shockwave-flash" data="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" width="240" height="420"><param name="movie" value="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" /></object>
<?php
class BlockYMS extends Module
{
public function __construct()
{
$this->name = 'blockYMS';
$this->tab = 'Blocks';
$this->version = 1.0;
parent::__construct();
/* The parent construct is required for translations */
$this->page = basename(__FILE__, '.php');
$this->displayName = $this->l('Bloc Afisare Suport Prin Yahoo Messenger');
$this->description = $this->l('Suport Yahoo Messenger, online, offline');
}
function install()
{
if (!parent::install() OR !$this->registerHook('rightColumn'))
return false;
return true;
}
function hookRightColumn($params)
{
return $this->display(__FILE__, 'blockYMS.tpl');
}
function hookRightColumn($params)
{
return $this->hookRightColumn($params);
}
}
?>