. */ function makeTextWithTooltip($text, $tip, $title='', $width='') { if (!empty($title)) $titleText = "TITLE, '$title',STICKY, 1, CLOSEBTN, true, CLICKCLOSE, true,"; if (!empty($width)) $widthText = "WIDTH, $width," ; $return = "$text" ; return $return ; } function makeTextWithTooltipTag($plg, $text, $tip, $title='', $width='') { if (!empty($title)) $titleText = "TITLE, '$title',STICKY, 1, CLOSEBTN, true, CLICKCLOSE, true,"; if (!empty($width)) $widthText = "WIDTH, $width," ; $return = "$text" ; echo "
$tip
"; return $return ; } function renderPlg($name, $plg) { $value = ''.$plg['value'].''; $desc = $plg['desc'] ; $toolTip = $plg['title'] ; $url = 'http://www.thulasidas.com/plugins/' . $name ; $link = '' . $value . ' ' ; $text = $link . $desc ; $price = $plg['price'] ; $moreInfo = " More Info " ; $liteVersion = " Get Lite Version " ; $proVersion = " Get Pro Version
" ; $why = "PayPal — The safer, easier way to pay online.
".$plg['pro'] ; echo "
  • " . makeTextWithTooltip($text, $toolTip, $value, 350) . makeTextWithTooltip($moreInfo, "Read more about $value at its own page.
    ".$toolTip, "More Information about $value", 300) . makeTextWithTooltip($liteVersion, $toolTip, "Download $value - the Lite version", 300) . makeTextWithTooltipTag($name, $proVersion, $why, "Get $value Pro!", 300) . "
  • \n" ; } ?> ' ; ?>
    • If you like this plugin, please give it a 5* rating. People tend to vote or comment only when something doesn't work, and it skews the overall rating. Please do your bit to unskew it!
    •  
    • If you need support, please read more information about first -- in particular, the FAQ section.
      • $plg) if ($name != $plgName) renderPlg($name, $plg) ; ?>