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: Layouts and Reports Page: 1  Previous   Next
Remove "rated xx" from rating details
Author Message
DVD Profiler Unlimited Registrantizaiascj
Registered: December 3, 2014
Posts: 17
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
I'm doing a window html and would like to get the rating details from the "rated xx:" how do I do it? I want to leave the information only by taking the age

DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting izaiascj:
Quote:
I'm doing a window html and would like to get the rating details from the "rated xx:" how do I do it? I want to leave the information only by taking the age


Did you try it and see what you get now? The HTML window information for rating is very compact. Maybe it is what you need already.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
DVD Profiler Unlimited Registrantizaiascj
Registered: December 3, 2014
Posts: 17
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Thank you very much mediadogg! I'm Brazilian, so maybe I did not explain right or understood what you said. I actually like to do this in my window-html




I used this code:

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="90%" id="AutoNumber3" height="39">
          <tr>
            <td width="9%" height="20" style="border: 1px solid #C0C0C0">
            <p align="center">
            <font color="#FFFFFF" face="Futura XBlkIt BT" size="4"><DP NAME="RATING"></font></td>
            <td width="91%" height="30" style="border: 1px solid #C0C0C0">
            <font color="#FFFFFF" face="Calibri Light">&nbsp;</font><font face="Franklin Gothic Book" color="#FFFFFF" size="2"><DP NAME="RATING" ShowDetails="true" ></font></td>
          </tr>
        </table>

So the ideal would be that one cell would stay the age and in the other cell the information of impropriety, not the age twice repeated
DVD Profiler Unlimited RegistrantStar ContributorWigram
Don't blink!
Registered: June 6, 2007
Reputation: High Rating
Canada Posts: 949
Posted:
PM this userEmail this userDirect link to this postReply with quote
You would have to use something like:

<SCRIPT TYPE="text/javascript">
document.write (DP_RatingDetails);
</script>

The user rating variables that you can access through javascript are:
DP_RatingSystem
DP_Rating
DP_RatingAge
DP_RatingDescription
 Last edited: by Wigram
DVD Profiler Unlimited Registrantizaiascj
Registered: December 3, 2014
Posts: 17
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Wigram, perfect! Thanks! It worked!

Wigram, Do you know this?:

Instead of loading using the code <DP NAME="RATING"> words, I want to use images like these.(look) How to make?

look:

DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Nice job @Wigram. "Greenie" 
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next