Poll

Do you want the tag to show the profile in a new window

Yes
6 (50%)
No
2 (16.7%)
Don't care
4 (33.3%)

Total Members Voted: 5

Author Topic: The "What ya' Got" tag.  (Read 26545 times)

Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6245
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: The "What ya' Got" tag.
« Reply #15 on: March 05, 2008, 01:04:49 AM »
That's why I have to go to Amazon or another sellers to get the picture for every DVD that I mention in the "What you got" topic.

For the "What you got" topic I use a HTML window which produces the bbcode I need. Here is mine, which create a list item with DVD name plus image tag using the scans from the Profiler online collection:

Code: [Select]
<HTML>
<HEAD>
</HEAD>
<BODY>
[li][b]<DP NAME="ORIGINAL_TITLE">[/b]<br/>
<SCRIPT language=javascript>
var a = '<DP NAME="UPC" Formatted="NO">';
document.write('[img]http://www.invelos.com/mpimages/' + a.substring(0,2) + '/' + a + 'f.jpg[/img]' );
</SCRIPT><br/>

[/li]
</BODY>
</HTML>



Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6245
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: The "What ya' Got" tag.
« Reply #16 on: March 05, 2008, 01:09:49 AM »
It is the first time since starting my Award plugin that I am creating a new plugin from scratch and I currently do not get it to show up in DVDProfiler. Since it is already late here, I will try to take another go at it tomorrow evening.



Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: The "What ya' Got" tag.
« Reply #17 on: March 05, 2008, 01:26:29 AM »
Thanks Tom!

Just try and it very simple. I will just have to use the order tag in the profiler.

I'm not really good with computer (I was a long time ago, not anymore), I don't even use the "tag" system with my profiler  :bag:

+ 1 for the help

RossRoy

  • Guest
Re: The "What ya' Got" tag.
« Reply #18 on: March 05, 2008, 03:32:50 AM »
Do we have plugins developer for "that" dvd profiling software around, who would be interested in taking a crack at creating a "TradingPoster"-style plugin for the WhatYaGot tag?

If only a small plugin is required to have one menu entry to generate whatyagot entries for the flagged DVDs, I can probably wip something up in a few minutes. What is all required for user settings? Only the user-specific URL part?

Yep, that's basically it. As Touti said, configurable opening and closing tags could make it more versatile, but as it stands, I'd just like to be able to set my personal phpdvdprofiler URL.

Offline Kathy

  • Super Heavy Poster
  • ******
  • Posts: 3600
  • Country: us
    • View Profile
Re: The "What ya' Got" tag.
« Reply #19 on: March 05, 2008, 02:47:24 PM »
Thanks Tom!

Just try and it very simple. I will just have to use the order tag in the profiler.

I'm not really good with computer (I was a long time ago, not anymore), I don't even use the "tag" system with my profiler  :bag:

+ 1 for the help

And I know even less!  :thanks: A point from me too!

Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6245
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: The "What ya' Got" tag.
« Reply #20 on: March 05, 2008, 08:19:27 PM »
I have put a small plugin on my website. I called it "Trading Poster TG". Maybe I will extend it to something better in the future.
For now the following is supported:
  • Flagged->WhatYaGot: Will generate the WhatYaGot tag
  • Flagged->Image Tag: Will generate a bbcode tag for the front cover scan



RossRoy

  • Guest
Re: The "What ya' Got" tag.
« Reply #21 on: March 05, 2008, 09:10:50 PM »
I have put a small plugin on my website. I called it "Trading Poster TG". Maybe I will extend it to something better in the future.

Nice! Thanks a lot!

First time I tried, I got a "Requested Clipboard operation did not succeed" error. So with the same DVD flagged, I did a standard TradingPoster, and then tried yours again, and it been working fine since.

Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6245
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: The "What ya' Got" tag.
« Reply #22 on: March 05, 2008, 09:19:02 PM »
FYI: When no DVD is flagged, the currently selected DVD is used instead.



Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6245
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: The "What ya' Got" tag.
« Reply #23 on: March 05, 2008, 09:23:27 PM »
FYI: When no DVD is flagged, the currently selected DVD is used instead.
Minor bug with this: I forgot to change something and generating WhatYaGot tag with this will result in the incorrect ID. I will fix it for the next version.



Touti

  • Guest
Re: The "What ya' Got" tag.
« Reply #24 on: March 05, 2008, 11:29:41 PM »
Testing Tom's Plugin......

   
   

.......and it works  ;D

Thanks a lot Tom, very nice of you to spend time on this.
« Last Edit: March 05, 2008, 11:40:24 PM by Touti »

Offline Tom

  • Mega Heavy Poster
  • *******
  • Posts: 6245
  • Country: de
    • View Profile
    • Cinematic Collection Viewer
Re: The "What ya' Got" tag.
« Reply #25 on: March 05, 2008, 11:33:53 PM »
Do you guys prefer, that no automatic linebreak is done for the WhatYaGot tags? (I myself do not have phpDVDProfiler so I can go either way).



RossRoy

  • Guest
Re: The "What ya' Got" tag.
« Reply #26 on: March 06, 2008, 02:19:28 AM »
Do you guys prefer, that no automatic linebreak is done for the WhatYaGot tags? (I myself do not have phpDVDProfiler so I can go either way).

I usually put them all on a single line, that way the images adapt to the actual width of the the screen. But either way is fine actually.

lovemunkey187

  • Guest
Re: The "What ya' Got" tag.
« Reply #27 on: March 06, 2008, 01:39:24 PM »
This entire thread has gone way, way WAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYY over my head.

Could someone explain it in laymans terms? preferably with pictures.

richierich

  • Guest
Re: The "What ya' Got" tag.
« Reply #28 on: March 06, 2008, 05:31:29 PM »
test



« Last Edit: March 06, 2008, 07:23:04 PM by Touti »

richierich

  • Guest
Re: The "What ya' Got" tag.
« Reply #29 on: March 06, 2008, 05:54:03 PM »
as lovemonkey says - it's beyond me also   :stars: