Author Topic: Hi there.  (Read 7713 times)

KinkyCyborg

  • Guest
Hi there.
« on: May 24, 2010, 08:05:37 PM »
Thought I'd jump on board here.   :)  Looks amazing and I love the reviews archive. I too write reviews although I can't say I go into as much detail (production notes, cast info etc) but if that's the standard here I will try my best before posting any of my own. I'm also overwhelmed with the sheer amount of posting options listed above here! Should be fun exploring them.

Glad to see so many familiar faces.  :thumbup:

KC

hal9g

  • Guest
Re: Hi there.
« Reply #1 on: May 24, 2010, 08:08:34 PM »
Welcome aboard, KC!   :thundergod:

MEJHarrison

  • Guest
Re: Hi there.
« Reply #2 on: May 24, 2010, 08:12:21 PM »
Welcome! Hope you find this place a nice place to spend time.

Offline Antares

  • Super Heavy Poster
  • ******
  • Posts: 4161
    • View Profile
Re: Hi there.
« Reply #3 on: May 24, 2010, 08:14:31 PM »
I too write reviews although I can't say I go into as much detail (production notes, cast info etc) but if that's the standard here I will try my best before posting any of my own.

The cast & crew info is easy if you use Tom's BB Code Creator...

Quote
<html>
<body>
MOVIE / DVD INFO:


<SCRIPT language=javascript>
var a = '<DP NAME="UPC" Formatted="NO">';
document.write('' );
</SCRIPT>



Title: <DP NAME="ORIGINAL_TITLE" ShowDesc="NO" UseTitleIfBlank="TRUE">

Year: <DP NAME="PRODYEAR">

Director: <DP NAME="CREW_DIRECTION">

Rating: <DP NAME="RATING">

Length: <DP NAME="RUNTIME" TotalInMins="TRUE"> Min.

Video: <DP NAME="VIDFORMATS" Ratios="TRUE">

Audio: <DP NAME="AUDIOTRACKS" Divider=", ">

Subtitles: <DP NAME="SUBTITLES" Divider=", ">



Stars:

<DP NAME="CAST" MaxList="5" Divider="BREAK">



Plot:

<DP NAME="OVERVIEW">



Extras:

<DP NAME="FEATURES" Divider="BREAK">


My Thoughts:
</body>
</html>

Just create a HTML window for this code, and when you click on the DVD in your collection, it creates the BB code with all the info. :thumbup:

KinkyCyborg

  • Guest
Re: Hi there.
« Reply #4 on: May 24, 2010, 08:20:21 PM »
Neato! Is that a DVD Profiler plugin or something to be found here within the forum?

Offline dfmorgan

  • Heavy Poster
  • *****
  • Posts: 1322
  • Country: gb
    • View Profile
Re: Hi there.
« Reply #5 on: May 24, 2010, 08:21:09 PM »
Hello and Welcome

Dave
Dave

Life? - Who needs a life when you have anime!

My DVD/HD-DVD/Blu-ray Collection
My Library
My CD Collection - sorry I use readerware for that and it doesn't have an online component.

Offline Antares

  • Super Heavy Poster
  • ******
  • Posts: 4161
    • View Profile
Re: Hi there.
« Reply #6 on: May 24, 2010, 08:24:05 PM »
Neato! Is that a DVD Profiler plugin or something to be found here within the forum?

DVD Profiler

KinkyCyborg

  • Guest
Re: Hi there.
« Reply #7 on: May 24, 2010, 08:30:37 PM »
Sorry, I'm not off to a great start here with all my newbie questions. I looked on Invelos and can't find that particular plugin listed. Is this a Tom Gaines plugin? I've checked out his website and can't find a BB Code plugin there either... 

snowcat

  • Guest
Re: Hi there.
« Reply #8 on: May 24, 2010, 08:31:37 PM »
Welcome!

Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6234
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: Hi there.
« Reply #9 on: May 24, 2010, 08:34:25 PM »
Just create a HTML window for this code, and when you click on the DVD in your collection, it creates the BB code with all the info. :thumbup:

A small correction to the above code. The code above looks like it wouldn't show the cover images. What follows is the template I am using, stripped of the CCViewer specific stuff like awards and Wikipedia link.


Code: [Select]
<HTML>
<HEAD>
<script language="JavaScript">
<DP NAME="HEADER_VARS">
</script>
</HEAD>
<BODY>
<SCRIPT language=javascript>
document.write('[img]http://www.invelos.com/mpimages/' + DP_UPC.substring(0,2) + '/' + DP_UPC + 'f.jpg[/img]' );</script>
<br/><br/>
[b]Title:[/b]<DP NAME="ORIGINAL_TITLE">
<SCRIPT language=javascript>
if (DP_MediaTypeBluRay) { document.write('[img]http://www.invelos.com/images/BluRayLogo.png[/img]') }
if (DP_MediaTypeDVD) { document.write('[img]http://www.invelos.com/images/DVDLogo.png[/img]') }</script>
<br/>
[b]Year:[/b] <DP NAME="PRODYEAR"><br/>
[b]Director:[/b] <DP NAME="CREW_DIRECTION"><br/>
[b]Rating:[/b] <DP NAME="RATING"><br/>
[b]Length:[/b] <DP NAME="RUNTIME" TotalInMins="TRUE"> Min. <br/>
[b]Video:[/b] <DP NAME="VIDFORMATS" Ratios="YES"><br/>
[b]Audio:[/b] <DP NAME="AUDIOTRACKS"> <br/>
[b]Subtitles:[/b] <DP NAME="SUBTITLES"><br/>
<br/>
[b]Stars:[/b]<br/>
<DP NAME="CAST" ShowRoles="NO" MaxList="5" Divider="BREAK">
<br/><br/>
[b]Plot:[/b]<br/>
<DP NAME="OVERVIEW">
<br/> <br/>
[b]Extras:[/b]<br/>
<DP NAME="FEATURES" Divider="BREAK">
<br/><br/>
[center][size=15pt][b][u]My Thoughts:[/u][/b][/size][/center]<br/>

Rating: [mr][/mr]
</BODY>
</HTML>



Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6234
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: Hi there.
« Reply #10 on: May 24, 2010, 08:36:40 PM »
Sorry, I'm not off to a great start here with all my newbie questions. I looked on Invelos and can't find that particular plugin listed. Is this a Tom Gaines plugin? I've checked out his website and can't find a BB Code plugin there either... 

I think Antares meant my Trading Poster TG plugin. But even though it has the possibility to generate custom code (e.g. for use in the WhatYaGot thread), the syntax is different to the above example.
These examples are for the HTML windows in DVD Profiler (View->HTML Windows).



Offline Kathy

  • Super Heavy Poster
  • ******
  • Posts: 3600
  • Country: us
    • View Profile
Re: Hi there.
« Reply #11 on: May 24, 2010, 09:14:30 PM »
Hi KinkyCyborg. A warm welcome to you.

You are going to like it here. We love newbie questions, have lots of interesting reviews and the best part...NO rules! :yahoo:

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: Hi there.
« Reply #12 on: May 24, 2010, 09:29:18 PM »
Welcome KC ;D

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: Hi there.
« Reply #13 on: May 24, 2010, 10:32:22 PM »
Hi. Welcome to the board. :)

KinkyCyborg

  • Guest
Re: Hi there.
« Reply #14 on: May 24, 2010, 11:13:10 PM »
Thanks for the warm welcome guys and thanks again for the help with the BB Code... going to play with that now. :)