BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Bug Reports
 Movie Card Quick Navigation ACTORS Link
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Michael Clarke
New Member

United Kingdom
84 Posts

Posted - 06 Apr 2013 :  13:27:12  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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
4638 Posts

Posted - 06 Apr 2013 :  17:23:54  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Michael Clarke
New Member

United Kingdom
84 Posts

Posted - 02 Jun 2013 :  16:51:52  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 02 Jun 2013 :  17:11:32  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

alsystems
Junior Member

USA
116 Posts

Posted - 05 Feb 2014 :  15:42:26  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 05 Feb 2014 :  16:53:12  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 10 Feb 2014 :  08:47:18  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you JDommi, I will upload in next release.

Ale

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 10 Feb 2014 :  15:46:04  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks to alsystems!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.16 sec. Powered By: Snitz Forums 2000 Version 3.4.07