phpDVDProfiler
Welcome, Guest. Please login or register.
September 06, 2010, 03:19:35 AM

Login with username, password and session length
Search:     Advanced search
5341 Posts in 713 Topics by 850 Members
Latest Member: Beammeup
* Home Help Search Login Register
+  phpDVDProfiler
|-+  phpDVDProfiler
| |-+  Skins (Moderators: ajm, SH84, fredlooks)
| | |-+  Can I change the audio info
« previous next »
Pages: 1 [2] Print
Author Topic: Can I change the audio info  (Read 1495 times)
tomricci
VHS is King
**
Posts: 32


View Profile Email
« Reply #15 on: March 21, 2009, 11:43:14 PM »

Yeah, sorry for the delay - I've changed the code in there a bit so I had to figure out what was there before ...

And it turns out to be embarrasingly simple... at line 2641 in index.php change:
Code:
$ratinglogo = "<img src=\"$rfn\" height=30 title=\"$rdesc\" alt=\"$lang[RATING]\"/>";

to be
Code:
$ratinglogo = "<img src=\"$rfn\" height=30 title=\"$rdesc\" alt=\"$lang[RATING]\"/>">&nbsp;$rdesc";

which is just adding a little bit onto the end of that line ...

At the same time, to minimise confusion, you should likely add $ExposeRatingDetails = true; in your localsiteconfig.php.  It won't do anything right now, but when the next release shows up you will have the correct option set for the behaviour that you want ...
ok Fred I got it but had to delete a little from the line you gave me it now read $ratinglogo = "<img src=\"$rfn\" height=30 title=\"$rdesc\" alt=\"$lang[RATING]\"/>&nbsp;$rdesc";
Logged
fredlooks
Moderator
HVD (Holographic Versatile Disc)
*****
Posts: 1019



View Profile WWW
« Reply #16 on: March 22, 2009, 10:56:36 AM »

Indeed, you have it correct. Sorry; a little copy-and-paste error on my part  Embarrassed
Logged

Pages: 1 [2] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!