Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #11  
Old 17th October 2010, 11:34
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
later edit.... finally worked at my place too :)
but i wish to resize the picture how could i do that ?

Last edited by Marco; 18th October 2010 at 09:30.
Reply With Quote
  #12  
Old 18th October 2010, 10:36
Danix's Avatar
Danix Danix is offline
Senior Member
 
Join Date: Jul 2008
Bulgaria
Posts: 37
Default
Quote:
Originally Posted by Marco View Post
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...
Reply With Quote
  #13  
Old 25th October 2010, 02:16
lafouine022 lafouine022 is offline
Senior Member
 
Join Date: Feb 2010
P2P
Posts: 120
Default
Do you plan a fix for the Country?
Reply With Quote
  #14  
Old 10th November 2010, 23:54
balu45's Avatar
balu45 balu45 is offline
Member
 
Join Date: Sep 2010
Hungary
Posts: 8
Default
Quote:
Originally Posted by lafouine022 View Post
Do you plan a fix for the Country?
FIND:
Code:
$regex = '#<div class="txt-block"><h4 class="inline">Country:</h4><a(.*)>(.*)</div>#U';
REPLACE WITH:
Code:
$regex = '#<div class="txt-block"><h4 class="inline">Country:</h4>(.*)</div>#U';
FIND:
Code:
<b>Country:</b> ' . strip_tags (str_replace ('more', '', $country[0][2]))
REPLACE WITH:
Code:
<b>Country:</b> ' . strip_tags (str_replace ('more', '', $country[0][1]))
Click the image to open in full size.
Reply With Quote
The Following 4 Users Say Thank You to balu45 For This Useful Post:
Fynnon (16th November 2010), lafouine022 (25th November 2010), lateam (28th November 2010), Marco (29th November 2010)
  #15  
Old 11th November 2010, 00:29
lafouine022 lafouine022 is offline
Senior Member
 
Join Date: Feb 2010
P2P
Posts: 120
Default
thanks :)
Reply With Quote
  #16  
Old 11th November 2010, 21:36
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default
Works...


Thanx
Reply With Quote
  #17  
Old 13th November 2010, 15:40
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
thank you :)
i wish only to put a bigger picture that's possible?
Reply With Quote
  #18  
Old 14th November 2010, 13:33
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
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 ...
__________________
"How terrible is wisdom when it holds no benefit for the wise?" - Louis Cypher
WDW Tracker - Using heavy modified TSSE
Reply With Quote
The Following 2 Users Say Thank You to mmisu120000 For This Useful Post:
Marco (23rd November 2010), PAX (6th January 2011)
  #19  
Old 16th November 2010, 18:48
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default
Nice one..

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


Thanx.
Reply With Quote
  #20  
Old 25th November 2010, 01:43
Danix's Avatar
Danix Danix is offline
Senior Member
 
Join Date: Jul 2008
Bulgaria
Posts: 37
Talking 100% work mod IMDB
OK dudes, here we go...

And don't forget to says Thanks


attention

Attention

Download the updated file from this topic`s first post




Last edited by Danix; 25th November 2010 at 02:15. Reason: Update
Reply With Quote
The Following 2 Users Say Thank You to Danix For This Useful Post:
Fynnon (25th November 2010), mmisu120000 (25th November 2010)
Reply

Tags
imdb

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:53. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.