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
 HTML Cards
 default.htm MovieCard
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Chibuz
New Member

51 Posts

Posted - 27 Feb 2018 :  17:41:15  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi,
I modified this section of default.htm MovieCard
<tr id="myrating">
<td align="left" class="style19 td_20" bordercolor="#000000"><a name="side"></a> _TMOVIE_SEEN_, Marked + My Rating</td>
</tr>


with this
<tr id="myrating">
<td align="left" class="style19 td_20" bordercolor="#000000"><a name="side"></a> Proprieta video</td>
</tr>
  <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="v_codec">Codec _MOVIE_CODEC_</span></font></div></td>
  </tr>
  <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="v_bitrate">Risoluzione _MOVIE_RESOLUTION_</span></font></div></td>
  </tr>
  <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="video_res">Bitrate _MOVIE_BITRATE_</span></font></div></td>
  </tr>
    <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="fps">Frame _MOVIE_FPS_</span></font></div></td>
  </tr>
</tr>
</script>
<tr id="myrating">
<td align="left" class="style19 td_20" bordercolor="#000000"><a name="side"></a> Proprieta audio</td>
</tr>
  <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="audio_format">Codec _MOVIE_AUDIOFORMAT_</span></font></div></td>
  </tr>
  <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="srate">Samplerate _MOVIE_SRATE_</span></font></div></td>
  </tr>
  <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="a_bitrate">Bitrate _MOVIE_ABITRATE_</span></font></div></td>
  </tr>
    <tr>
<td class="style20 td_20"><div align="left"> <font class="fsize1 f_Tahoma"><span class="f_400" id="a_ch">Canali _MOVIE_CHANNELS_</span></font></div></td>
  </tr>
</script>
<tr id="myrating">
<td align="left" class="style19 td_20" bordercolor="#000000"><a name="side"></a> _TMOVIE_SEEN_, Marked + My Rating</td>
</tr>


Unfortunately, I have lost some icons in the Support section.
Is there a way to have them again without deleting my code?

JDommi
Administrator

Germany
4635 Posts

Posted - 27 Feb 2018 :  18:25:13  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I don't know why the support section doesn't show the icons anymore. I think you don't have removed some parts there?
Maybe it's an inconsistency in a javascript function.
You could try to output these "new" properties sections by another javascript code.
I would have to check that myself for fixing. But I'm still busy with fixing the IMDB scripts for a while.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Chibuz
New Member

51 Posts

Posted - 27 Feb 2018 :  19:28:17  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks

quote:
You could try to output these "new" properties sections by another javascript code.

I don't know how to do this


This is my modded Card
http://www.mediafire.com/file/c8bkuqkekdkc2qv/default%20-%20okok.htm
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 27 Feb 2018 :  20:02:31  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I will try to have a look this week.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 28 Feb 2018 :  12:55:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Remove the 'id="xxx"' from your added part.
The id is used for the icons bottom left. That's the cause the icons are missing.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Chibuz
New Member

51 Posts

Posted - 01 Mar 2018 :  02:00:24  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks,
now it works well.

I also tried to remove span class="f_400" and it works well anyway
Go to Top of Page

pinopir
Junior Member

Italy
175 Posts

Posted - 26 Apr 2018 :  18:42:25  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Chibuz I'm using your "default - okok.htm" card ...
It's really good with the information I need right away, but I would like to remove the flashing Update Movie icon.
How can I do?'
Thank you.
Go to Top of Page

Chibuz
New Member

51 Posts

Posted - 07 May 2018 :  00:11:27  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I don't know how to help you, sorry
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 07 May 2018 :  09:03:29  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Are you speaking about the globe with the flash top right of the card?

Remove this line in the card's source:
<td><p align="right"> <a href="" onClick="window.external.COLLECTION_UPDATEMOVIE('_MOVIE_ID_');return false;"> <img border="0" src="MovieCards/Symbols/_UPDATE_ICON_" id="editimg" alt="Update Movie"></a>

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

pinopir
Junior Member

Italy
175 Posts

Posted - 09 May 2018 :  08:35:28  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you JDommi, now it's ok....
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.23 sec. Powered By: Snitz Forums 2000 Version 3.4.07