Poll

Please vote...

It works for me.
0 (0%)
It doesn't work for me.
0 (0%)
I forgot the solution.
1 (100%)
I know nothing.
0 (0%)
I don't care.
0 (0%)

Total Members Voted: 1

Voting closed: October 12, 2010, 10:57:06 am

Author Topic: Zelluloid plugin not getting description  (Read 6307 times)

0 Members and 1 Guest are viewing this topic.

Offline Imhotep

  • Member
  • *
  • Posts: 7
    • View Profile
Zelluloid plugin not getting description
« on: October 03, 2010, 06:10:26 pm »
Hi!

I don't know if somebody already started a post about that, but I couldn't find an entry yet.

I have a problem with the Zelluloid-Plugin.
It doesn't load the film-description anymore  :'(

It would be great if somebody knows a solution to solve this problem.
I tried different skins and settings but nothing worked until now.


Edit: @rick.ca
Thx for changing the "Poll".
I didn't know what to write there --> I've now read the German-Translation   ;D

« Last Edit: October 03, 2010, 10:39:36 pm by Imhotep »

Offline Obelix

  • User
  • ***
  • Posts: 36
    • View Profile
Re: Zelluloid plugin not getting description
« Reply #1 on: October 11, 2010, 09:33:06 am »
Hi!

I already asked that some months ago and Rick had the solution. Unfortunately the correction of the script is not done in the delivered scripts so be aware to make the changes after each update of PVD:
in zelluloid.psf there is a line looking like:
 mX[ 47 ] := '<DIV CLASS=bigtext>';
this line should look like:
 mX[ 47 ] := '<DIV CLASS="bigtext">';

hth, regards,
Obelix

Offline Ivek23

  • Global Moderator
  • *****
  • Posts: 2667
    • View Profile
Re: Zelluloid plugin not getting description
« Reply #2 on: October 11, 2010, 10:01:22 am »
My suggestion:
Make a copy and update it after each copy, instead of earlier in the event that the script will not work properly (the least problems), of course, if the same version, but otherwise this
Quote
Code: [Select]
mX[ 47 ] := '<DIV CLASS=bigtext>';
this line should look like:
 mX[ 47 ] := '<DIV CLASS="bigtext">';
« Last Edit: October 11, 2010, 10:05:54 am by Ivek23 »
Ivek23
Win 10 64bit (32bit)   PVD v0.9.9.21, PVD v1.0.2.7, PVD v1.0.2.7 + MOD


Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Zelluloid plugin not getting description
« Reply #3 on: October 11, 2010, 10:59:03 am »
Quote
I already asked that some months ago and Rick had the solution.

Thanks for reminding me. I changed my vote accordingly. ::)

Offline Imhotep

  • Member
  • *
  • Posts: 7
    • View Profile
Re: Zelluloid plugin not getting description
« Reply #4 on: October 11, 2010, 05:37:15 pm »
Great,
that works   :)
thx

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Zelluloid plugin not getting description
« Reply #5 on: October 11, 2010, 07:47:09 pm »
Unfortunately the correction of the script is not done in the delivered scripts...

Maybe nostra will notice this and make the change. ;)