There is a module called "Last Subjects 2.7". This module displays the first 5 posts from Joomlaboard to the frotnpage.
When you move the cursor to any of the items , It opens the Toopltip window with more info such as Author, Date, Category..etc...
but, this Tooltip popsup all the way on the bottom-righ VS underneath the item. I went to the modules/mod_jb_last_subjects.php file
and opened up the file. It seems that it's calling this function :mosCommonHTML::loadOverlib();
Now where is this JS File ? Am I in the right palce ?
$joomlaboard_language_file= "$joomlaboard_adm_path/language/english.php";
if (file_exists($joomlaboard_language_file))
require_once($joomlaboard_language_file);
}
//
$category = trim( $params->get( 'category' ) );
$count = intval( $params->get( 'count', 20 ) );
$count_per_page = intval( $params->get( 'count_per_page', 10 ) );
$show_author = $params->get( 'show_author', 'username' );
$singlesubject = $params->get( 'singlesubject', 1 );
$replysubject = $params->get( 'replysubject', 1 );
$subject_length = intval( $params->get( 'subject_length', 100 ) );
$show_date = $params->get( 'show_date', 0 );
mosCommonHTML::loadOverlib();
کسی در مورد این میدونه ؟؟