BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Bug Reports
 Movie Card Quick Navigation ACTORS Link

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Michael Clarke 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. ('')
7   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 10 Feb 2014 : 15:46:04
Thanks to alsystems!
Alessio Viti Posted - 10 Feb 2014 : 08:47:18
Thank you JDommi, I will upload in next release.

Ale
JDommi Posted - 05 Feb 2014 : 16:53:12
Ops, thanks for the fixing!
I had totally forfotten to have a look at
alsystems 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>
JDommi Posted - 02 Jun 2013 : 17:11:32
I will try to have a look tomorrow. At the momentm I'm @work...
Michael Clarke 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 Posted - 06 Apr 2013 : 17:23:54
I think that the Actor card has no jump labels equally to the Movie card...

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.06 sec. Powered By: Snitz Forums 2000 Version 3.4.07