Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   IMDB (http://www.bvlist.com/showthread.php?t=5485)

Marco 17th October 2010 11:34

later edit.... finally worked at my place too :)
but i wish to resize the picture how could i do that ?

Danix 18th October 2010 10:36

Quote:

Originally Posted by Marco (Post 25185)
later edit.... finally worked at my place too :) but i wish to resize the picture how could i do that ?

If someone find the encoded file ts_imdb.php from v7.2, I will be able to do that...:drink:

lafouine022 25th October 2010 02:16

Do you plan a fix for the Country?

balu45 10th November 2010 23:54

Quote:

Originally Posted by lafouine022 (Post 25330)
Do you plan a fix for the Country?

FIND:
Code:

$regex = '#

Country:

(.*)
#U';

REPLACE WITH:
Code:

$regex = '#

Country:

(.*)
#U';

FIND:
Code:

Country: ' . strip_tags (str_replace ('more', '', $country[0][2]))
REPLACE WITH:
Code:

Country: ' . strip_tags (str_replace ('more', '', $country[0][1]))
http://img19.imageshack.us/img19/1333/imdbq.jpg

lafouine022 11th November 2010 00:29

thanks :)

Conjo 11th November 2010 21:36

Works...


Thanx

Marco 13th November 2010 15:40

thank you :)
i wish only to put a bigger picture that's possible?

mmisu120000 14th November 2010 13:33

It's simple:

find:
PHP Code:

 $t_link '' '<table width=\'100%\' border=\'0\' align=\'center\' class=\'none\'><tr><td colspan=\'2\' class=\'none\' align=\'left\'><b>' $title '</b></td></tr><tr><td class=\'none\' align=\'center\' valign=\'top\'><img src=\'' $cover_photo_name '\' border=\'0\' 

and replace with:
PHP Code:

 $t_link '' '<table width=\'100%\' border=\'0\' align=\'center\' class=\'none\'><tr><td colspan=\'2\' class=\'none\' align=\'left\'><b>' $title '</b></td></tr><tr><td class=\'none\' align=\'center\' valign=\'top\'><img src=\'' $cover_photo_name '\' width=\'170\' height=\'250\' border=\'0\' 

that will make the image 170 in width and 270 in height ... you can change the values at your need ...

PS, for the "Trailer" link to appear you need to upload a "image/trailer.png" image ...

Conjo 16th November 2010 18:48

Nice one..

Just a resize but it look nicer than a small image..


Thanx.

Danix 25th November 2010 01:43

100% work mod IMDB
 
OK dudes, here we go...

And don't forget to says Thanks :ok:


attention

Attention

Download the updated file from this topic`s first post





All times are GMT +2. The time now is 06:07.

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