Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Show/Hide Sample in details.php problem (http://www.bvlist.com/showthread.php?t=4639)

lovebeer 7th March 2010 17:40

Show/Hide Sample in details.php problem
 
Hi,
I tried to change the show/hide from the poster to show/hide the youtube sample but don't works, now the youtube sample don'w shows, there is just the show/hide icon but don't works

Here is my code from the poster:
Code:

if (!empty($row["poster"]))
tr("Poster", ": klappe_news('a".$array['id']."')\">\"Show/Hide\" [Show/Hide]

", 1);
else
tr("Poster:", "", 1);

Here is the code that Ichanged:
Code:

if (!empty($row["tube"]))
tr("Sample:", ": klappe_news('a".$array['id']."')\">\"Show/Hide\" [Show/Hide]
", 1);
else

tr("Sample:", "Sorry, no sample for this!", 1);

Sorry for my english!

Timisoreanul 7th March 2010 20:47

try this
Code:

if (!empty($row["tube"]))
tr("Sample:", ": klappe_news('a4".$array['id']."')\">\"Show/Hide\" [Show/Hide]
", 1);
else
tr("Sample:", "Sory no sample !", 1);


lovebeer 7th March 2010 21:21

Thanks now works:drink:


All times are GMT +2. The time now is 19:03.

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