Hi;
I followed the instruction perfectly to the letter, but I am not getting the mouse over happening... Tried with a normal default template, and a modded skin, nothing, Anyone knows where the problem might be...
The items are generated properly within the sql table, I confirm, but the problem seems to be with the lin added in the index.php of the theme. But I tried with the rhuk_solarflare_ii basic template.
If you where able to pull it off, past you modification of the file pls.. my are like this...
/portal/components/com_content/content.php
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
include('itemstats/phpbb_itemstats.php');
require_once( $mainframe->getPath( 'front_html', 'com_content' ) );
// show/hides the intro text
$row->fulltext = itemstats_parse($row->fulltext);
if ( $params->get( 'introtext' ) ) {
// Parse text for ItemStats mod
$row->introtext = itemstats_parse($row->introtext);
$row->text = $row->introtext. ( $params->get( 'intro_only' ) ? '' : chr(13) . chr(13) . $row->fulltext);
} else {
$row->text = $row->fulltext;
portal/templates/rhuk_solarflare_ii/index.php
?>
<meta http-equiv="Content-Type" content="text/html;<?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/rhuk_solarflare_ii/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<link rel="stylesheet" href="/itemstats/templates/itemstats.css" type="text/css">
<script type="text/javascript" src="/itemstats/overlib/overlib.js"><!-- overLIB © Erik Bosrup --></script>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="808">
anyone knows what's wrong...?
Smartlink