Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1  Previous   Next
View History in Layout
Author Message
DVD Profiler Unlimited RegistrantMegatron1
Registered: January 1, 2017
United Kingdom Posts: 4
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Hello guys,

Sorry if this has been asked before but is there a way to have the view history/last watched feature part of the layout?

I downloaded a layout that offers last watched to be seen when you view your collection in list mode, in one of the columns. However, can this information be added either as a small box that you can drag to add to the UI?

I notice that when using the mobile app, last watched is displayed  in personal section, readily viewable.
DVD Profiler Unlimited RegistrantStar Contributorgreyghost
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 1,401
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
You can create an HTML window to display this.


<HTML>
<HEAD>

<SCRIPT TYPE="text/javascript">
<!--
<DP NAME="HEADER_VARS" Language="JavaScript" Comments="True" IncludeCast="False" IncludeCrew="False">
//-->
</SCRIPT>

</HEAD>
<BODY>
Last Watched <DP NAME="LAST_WATCHED_ON">
</BODY>
</HTML>
Registered: February 10, 2002
DVD Profiler Unlimited RegistrantMegatron1
Registered: January 1, 2017
United Kingdom Posts: 4
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Hi greyghost, many thanks for the information. I created the HTML window which has the Last Watched header and have placed it in the layout. How exactly do I get it to display information? I already have a few movies that have a viewing history, however the box appears to be blank. Thanks again for the help!
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,308
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I have last watched on mine... no name saying who... just "Last Watched On" header and the date.

My html window is...

<HTML>
<BODY bgcolor="#97b9e9" scroll="auto">
<center><font size="+1">Last Watched On: <DP NAME="LAST_WATCHED_ON"</center>
</BODY>
</HTML>

Obviously you may want to change or delete the Body line.
Pete
DVD Profiler Unlimited RegistrantStar ContributorAddicted2DVD
Registered: March 13, 2007
Reputation: Highest Rating
United States Posts: 17,308
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I see the above is basically the same as mine. Not sure why it not showing up for you.
Pete
DVD Profiler Unlimited RegistrantMegatron1
Registered: January 1, 2017
United Kingdom Posts: 4
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Addicted2DVD:
Quote:
I have last watched on mine... no name saying who... just "Last Watched On" header and the date.

My html window is...

<HTML>
<BODY bgcolor="#97b9e9" scroll="auto">
<center><font size="+1">Last Watched On: <DP NAME="LAST_WATCHED_ON"</center>
</BODY>
</HTML>

Obviously you may want to change or delete the Body line.


Hey Addicted2DVD, just tried your code and it works, many thanks!
    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1  Previous   Next