Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   ballon tooltip poster (http://www.bvlist.com/showthread.php?t=11869)

elvira 27th November 2018 20:21

ballon tooltip poster
 
need little help I mist something or....Tip and unTip did need some scripts for this

This code not show poster in browse

Code:

                    print("\" onmouseover=\"Tip('$dispnameAdded: ".get_date($row['added'],'DATE',0,1)."Size: ".mksize(intval($row["size"])) ."Seeders: ".intval($row["seeders"]) ."Leechers: ".intval($row["leechers"]) ."$poster3');\" onmouseout=\"UnTip();\">$dispname
 (NOVO)(
$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky$description$timezone$url$tube$nfo $ratings \n");
                                else
                          print("\" onmouseover=\"Tip('$dispnameAdded: ".get_date($row['added'],'DATE',0,1)."Size: ".mksize(intval($row["size"])) ."Seeders: ".intval($row["seeders"]) ."Leechers: ".intval($row["leechers"]) ."$poster3');}\" onmouseout=\"UnTip();\">$dispname$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky$description$tube$timezone$url$checked $Subs$nfo $ratings\n");


Napon 27th November 2018 23:35

hit me up on pm ill give u mod in my v2 this is in it also in the v1

DND 28th November 2018 00:30

do you have $poster3 variable defined? and also you have a } which doesn't belong there

elvira 28th November 2018 00:47

Quote:

Originally Posted by DND (Post 52875)
do you have $poster3 variable defined? and also you have a } which doesn't belong there

Yes I have it...if add a OVERLIB it shows a poster look...I wont first poster then down these description

http://shrani.si/f/3l/W8/2jbUnrlF/screen.png

DND 28th November 2018 01:12

well..inverse the code.. no? put poster3 variable first and then the others. in the code above the poster3 variable is last

elvira 28th November 2018 01:17

Not work if change dispname and poster

still doesnt understand what is Tip ans unTip how it works

DND 28th November 2018 01:34

tip is when you hover over the torrentname
untip is when you dont hover
basic code only for poster to show and dissapear:


Code:

'onmouseover=\"Tip('$poster');\" onmouseout=\"UnTip();\">

elvira 28th November 2018 01:50

ok find mistake with this code Works fine


PHP Code:

                print("\" onmouseover=\"{Tip('<b>$poster3</b><b>Added:&nbsp;".get_date($row['added'],'DATE',0,1)."</b><b>Size:&nbsp;".mksize(intval($row["size"])) ."</b><b>Seeders:&nbsp;".intval($row["seeders"]) ."</b><b>Leechers:&nbsp;".intval($row["leechers"]) ."</b>$dispname');}\" onmouseout=\"UnTip();\"><b><font color=blackwhite>$dispname</font></b></a><div style=\"float:right;vertical-align:bottom\">&nbsp;<font color=red><font=Impact><b>(NOVO)</b></font>(</font></div>$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky$description$timezone$url$tube$nfo $ratings <b></b>\n"); 
                 else
              print(
"\" onmouseover=\"{Tip('<b>$poster3</b><b>Added:&nbsp;".get_date($row['added'],'DATE',0,1)."</b><b>Size:&nbsp;".mksize(intval($row["size"])) ."</b><b>Seeders:&nbsp;".intval($row["seeders"]) ."</b><b>Leechers:&nbsp;".intval($row["leechers"]) ."</b>$dispname');}\" onmouseout=\"UnTip();\"><b><font color=blackwhite>$dispname</font></b></a>$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky$description$tube$timezone$url$checked&nbsp;$Subs$nfo $ratings<b></b>\n"); 


DND 28th November 2018 09:24

well i did said to put the poster3 variable first...:coffee:


All times are GMT +2. The time now is 13:00.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.