Author Topic: Watched banner question  (Read 11710 times)

EdwinK

  • Guest
Re: Watched banner question
« Reply #15 on: August 25, 2010, 04:35:37 PM »
Thanks. Guess I did something wrong with my 'edwin' account. Going to check this. I thought I added those watch-dates, but now I am not sure of it.
 :slaphead:

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6706
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Watched banner question
« Reply #16 on: August 25, 2010, 04:40:21 PM »
Just another idea: I just saw that you don't have the "Watched Statistics" link in your sidebar menu. I don't really know if that's connected (you have to ask fredlocks) but if the watched stats are disabled in localsiteconfig.php it could be possible that this is the reason why no watched banner can be created.
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


EdwinK

  • Guest
Re: Watched banner question
« Reply #17 on: August 25, 2010, 04:45:37 PM »
Quote
I get a nice little banner.

Indeed, it can be a bit bigger.
« Last Edit: August 25, 2010, 04:47:37 PM by Edwin »

EdwinK

  • Guest
Re: Watched banner question
« Reply #18 on: August 25, 2010, 04:48:47 PM »
Just another idea: I just saw that you don't have the "Watched Statistics" link in your sidebar menu. I don't really know if that's connected (you have to ask fredlocks) but if the watched stats are disabled in localsiteconfig.php it could be possible that this is the reason why no watched banner can be created.

Checking that too.

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6706
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Watched banner question
« Reply #19 on: August 25, 2010, 04:58:32 PM »
OK, now I see the Watched Statistics http://stipvoorstip.nl/dvdprofiler/?lastmedia=WatchedStatistics but still no edwin banner.

Could you post the content of your array configuration here? Maybe I see something.
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


EdwinK

  • Guest
Re: Watched banner question
« Reply #20 on: August 25, 2010, 05:05:51 PM »
This is what I've got in there:

Code: [Select]
$profiles = array(
   "edwin" => array(
      "nick" => "Edwin",
      "first" => "",
      "last" => "",
      "width" => 61,
      "height" => 85,
      "num" => 10,
      "bgcol" => "deb887",
      "font" => "arial.ttf",
      "fontcol" => "FFFFFF",
      "fontsize" => 10,
      "hborder" => 3,
      "wborder" => 5,
      "padding" => 5,
      "topmsg" => "What #NAME#'s watched recently.",
      "botmsg" => "As of #DATE#",
      "topalign" => "l",
      "botalign" => "l",
      "quality" => 100
   ),
   "edwin_bought" => array(
      "nick" => "Edwin",
      "first" => "",
      "last" => "",
      "width" => 61,
      "height" => 85,
      "num" => 5,
      "bgcol" => "deb887",
      "font" => "arial.ttf",
      "fontcol" => "FFFFFF",
      "fontsize" => 10,
      "hborder" => 3,
      "wborder" => 5,
      "padding" => 5,
      "topmsg" => "What #NAME#'s bought recently.",
      "botmsg" => "As of #DATE#",
      "topalign" => "l",
      "botalign" => "l",
         "type" => "new",
      "quality" => 100
   )
);

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6706
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Watched banner question
« Reply #21 on: August 25, 2010, 05:14:20 PM »
Don't know what you changed but I see both of them now.

Without the text that is (Have you installed jpgraph?).
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


EdwinK

  • Guest
Re: Watched banner question
« Reply #22 on: August 25, 2010, 05:39:36 PM »
I don't know either what I did ;)
About jpgraph, I need to check that.

Offline FredLooks

  • phpDVDProfiler Moderator
  • Intermediate Poster
  • *
  • Posts: 107
  • Country: ca
    • View Profile
    • Fred's Home Site
Re: Watched banner question
« Reply #23 on: August 25, 2010, 06:12:32 PM »
This is going to be a font issue. I expect that the fonts aren't installed on this machine. If you install jpgraph, you should get the fonts and also the statistics graphs.

EdwinK

  • Guest
Re: Watched banner question
« Reply #24 on: August 25, 2010, 07:25:45 PM »
Asked hosting provider to add this to the server.


Update: They want me to get a dedicated server for this to be added.
« Last Edit: August 26, 2010, 10:10:55 AM by Edwin »

Offline FredLooks

  • phpDVDProfiler Moderator
  • Intermediate Poster
  • *
  • Posts: 107
  • Country: ca
    • View Profile
    • Fred's Home Site
Re: Watched banner question
« Reply #25 on: August 27, 2010, 02:53:56 PM »
Well, that seems a little unreasonable.

You can pretty simply add jpgraph yourself. I seem to recall Andy putting a zip file with jpgraph for php5 and some fonts someplace. You can just put the files in your phpdvdprofiler directory and it should all work; there is no *installation* required per se.

DJ, do you remember where those files are? I have php4 on my system, and they are different.

RossRoy

  • Guest
Re: Watched banner question
« Reply #26 on: August 27, 2010, 03:02:51 PM »
There's a nice explanation here on how to make jpgraph work
http://www.johnd.com.au/installingphpdvdprofiler/index.htm

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6706
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Watched banner question
« Reply #27 on: August 27, 2010, 03:10:27 PM »
DJ, do you remember where those files are? I have php4 on my system, and they are different.

I have a PHP4 install as well...
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline FredLooks

  • phpDVDProfiler Moderator
  • Intermediate Poster
  • *
  • Posts: 107
  • Country: ca
    • View Profile
    • Fred's Home Site
Re: Watched banner question
« Reply #28 on: August 27, 2010, 03:36:51 PM »
There's a nice explanation here on how to make jpgraph work
http://www.johnd.com.au/installingphpdvdprofiler/index.htm

That's a great discussion. In the "How to make graphs work" section he discusses jpgraph, and references a zip file with fonts, etc. It contains jpgraph version 1.20.3, and the current version is 3.0.7, so perhaps I'll try to make a new bundled zip (actually two, I guess: one for php4 and one for php5)

Which is not to say that the older jpgraph won't work - it will - but that zip has the version for php4 and I don't think that it will work on php5 ...

EdwinK

  • Guest
Re: Watched banner question
« Reply #29 on: August 29, 2010, 05:59:28 PM »
Thanks. I'll check it out when I'm back home later this week.