Author |
Topic |
|
Michael Clarke
New Member
United Kingdom
84 Posts |
Posted - 06 Apr 2013 : 13:27:12
|
I know it's only minor but I've noticed that all the quick links at the top of the movie cards work except ACTORS of is it just me? I'm at 8.0.5.5. but it wasn't working in 8.0.5.4. ('') |
|
JDommi
Administrator
Germany
4654 Posts |
Posted - 06 Apr 2013 : 17:23:54
|
I think that the Actor card has no jump labels equally to the Movie card... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Michael Clarke
New Member
United Kingdom
84 Posts |
Posted - 02 Jun 2013 : 16:51:52
|
Sorry JDommi didn't explain properly, at the top of the movie cards are some navigation links to items further down the page plus "HIDE FANART, TRAILER & PAGE PREFS. All the links work except the Actors. I know it's only little but it's stopped working after one of the recent updates. |
|
|
JDommi
Administrator
Germany
4654 Posts |
Posted - 02 Jun 2013 : 17:11:32
|
I will try to have a look tomorrow. At the momentm I'm @work... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
alsystems
Junior Member
USA
116 Posts |
Posted - 05 Feb 2014 : 15:42:26
|
I have a solution to the actor link problem in movie cards (moviebigcover.htm , moviebigcover(black).htm , moviebigcover(red).htm). I noticed this in Version 8.1.8.0
Basically there is an html coding problem which is not recognizing the actor link. You will notice this if you open any of the above pages in firefox and examine the sourcecode (Firefox command= Tools - Web Developer - Page Source). You will notice that the Actor link is displayed in red indicating an error. The <a name="actors"></a> command needs to be below the <td> for it to be recognized as a valid link
Look for code in htm file: <tr> <a name="actors"></a><td width="100%" align="left" height="25" class="style19" colspan="2"> <font class="fsize1" color="#FFFFFF"><b> _TMOVIE_ACTORS_ <a href="#top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image87','','MovieCards/movie_bigcover/greyTophover.gif',1)"><img name="Image87" src="MovieCards/movie_bigcover/greyTop.gif" width="25" height="15" border="0" align="texttop"></a><a href="#top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image87','','/MovieCards/movie_bigcover/greyTophover.gif',1)"></a></b></font></td> </tr>
Change to: <tr> <td width="100%" align="left" height="25" class="style19" colspan="2"> <a name="actors"></a> <font class="fsize1"><b> _TMOVIE_ACTORS_ <a href="#top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image87','','MovieCards/movie_bigcover/blueTophover.gif',1)"><img name="Image87" src="MovieCards/movie_bigcover/blueTop.gif" width="25" height="15" border="0" align="texttop"></a><a href="#top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image87','','/MovieCards/movie_bigcover/blueTophover.gif',1)"></a></b></font></td> </tr> |
Edited by - alsystems on 05 Feb 2014 15:52:22 |
|
|
JDommi
Administrator
Germany
4654 Posts |
Posted - 05 Feb 2014 : 16:53:12
|
Ops, thanks for the fixing! I had totally forfotten to have a look at |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
JDommi
Administrator
Germany
4654 Posts |
Posted - 10 Feb 2014 : 15:46:04
|
Thanks to alsystems! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
|
Topic |
|