Author Topic: phpdvdprofiler  (Read 63198 times)

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: phpdvdprofiler
« Reply #30 on: June 21, 2010, 06:24:22 AM »
[url]
Change the me=marie for me=tiger_lil6 and it will work perfectly ;D

[url]

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #31 on: June 21, 2010, 06:29:29 AM »
I found it...after I was thinking for a minute I tried changing that. :)

Again..thanks so much for the help. :)

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: phpdvdprofiler
« Reply #32 on: June 21, 2010, 06:30:37 AM »
No problem, that's why we are here ;D

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #33 on: June 21, 2010, 06:38:34 AM »
I might later try to change how it looks.  I thought it had it so the date thing would show up.

I'll deal with that later.  I'm just happy it is showing up. :)

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: phpdvdprofiler
« Reply #34 on: June 21, 2010, 07:02:15 AM »
If you mean the text at the top and bottom, that's what these are for:

Code: [Select]
"topmsg" => "What #NAME# has watched recently:",
"botmsg" => "as of #DATE#",
The former is for the top row, obviously, the latter is for the one at the bottom. the above example should create what you see in my signature. Did you delete those lines...? It should show up if they are still there... :headscratch:

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #35 on: June 21, 2010, 07:04:32 AM »
I thought they were still there.  I'll have to look again.

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6704
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #36 on: June 21, 2010, 07:09:17 AM »
Make sure that

Code: [Select]
"bgcol" => "F8CC75",
"fontcol" => "000000"

are not the same. Black on black is hard to read. ;)
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 Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #37 on: June 21, 2010, 07:16:30 AM »
Hmm...not sure what is wrong. 

The code is a little different there - when I was trying again earlier, I found another example I tried..I couldn't get the other to work last night.
When I adjusted those lines, something got all messed up.  The page for my collection was just blank, like it was last night.

So I've put the code back to what was working before.

//Profile
$profiles = array(
"tiger_lil6" => array(
"nick" => "tiger_lil6",
"first" => "Marie",
"last" => "",
"width" => 71,
"height" => 95,
"num" => 10,
"bgcol" => "d3d3d3",
"font" => "arial.ttf",
"fontcol" => "000000",
"fontsize" => 10,
"hborder" => 2,
"wborder" => 3,
"padding" => 3,
"topmsg" => "What #NAME#'s watched recently as of #DATE#...",
"botmsg" => "",
"botalign" => "c",
"topalign" => "c",
"quality" => 100
)
);

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: phpdvdprofiler
« Reply #38 on: June 21, 2010, 07:36:24 AM »
//Profile
$profiles = array(
"tiger_lil6" => array(
"nick" => "tiger_lil6",
"first" => "Marie",
"last" => "",
"width" => 71,
"height" => 95,
"num" => 10,
"bgcol" => "d3d3d3",
"font" => "arial.ttf",
"fontcol" => "000000",
"fontsize" => 10,
"hborder" => 2,
"wborder" => 3,
"padding" => 3,
"topmsg" => "What #NAME#'s watched recently as of #DATE#...",
"botmsg" => "",
"botalign" => "c",
"topalign" => "c",
"quality" => 100
)
);

Mine is like that
$profiles = array(
   "jimmy" => array(
      "nick" => "Jimmy",
      "first" => "Jimmy",
      "last" => "Simard",
      "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" => 80
   ),

Tried to replace the part in bold, since they are the only difference between you and me,

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #39 on: June 21, 2010, 07:55:26 AM »
Ok...just tried that.  So far, so good.  The page isn't blank anyway..

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #40 on: June 21, 2010, 08:12:51 AM »
Well I managed to get the background color changed.  That's something.   :laugh:

I'm still trying changes to see if I can get the name and date stuff to show. 

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #41 on: June 21, 2010, 08:17:42 AM »
Well I've changed all I can think of and it still isn't showing up.

Here's what I've got now.

//Profile
$profiles = array(
"tiger_lil6" => array(
"nick" => "tiger_lil6",
"first" => "Marie",
"last" => "",
"width" => 61,
"height" => 85,
"num" => 10,
"bgcol" => "7F38EC",
"font" => "arial.ttf",
"fontcol" => "000000",
"fontsize" => 10,
"hborder" => 3,
"wborder" => 5,
"padding" => 5,
"topmsg" => "What #NAME#'s watched recently",
"botmsg" => "As of #DATE#",
"botalign" => "l",
"topalign" => "l",
"quality" => 80
)
);

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: phpdvdprofiler
« Reply #42 on: June 21, 2010, 08:18:49 AM »
Actually, there sholdn't be a reason why you can not have a topmsg only. I think the problem is simply the dimensions...? The text is technically there, it's just outside the image, if that makes sense.

I am no expert in this, but height and width are the image dimensions. So play around with hborder, wborder and padding to see what they do.

Also, you might want to change quality. It's JPG images and 100% really isn't needed. 90 or 85 should work fine. Jimmy has 80 and you can still read most of the text. EDIT: I see you did that while I was typing.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #43 on: June 21, 2010, 08:26:33 AM »
Yup..I figured I might as well try changing those too.  Still no luck.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #44 on: June 21, 2010, 08:42:21 AM »
Well I've tried changing a few more things.  I'm out of ideas for now. 

Is there something else in the localconfig file that should have been changed?

Here's what I have after the last change.

//Profile
$profiles = array(
"tiger_lil6" => array(
"nick" => "tiger_lil6",
"first" => "Marie",
"last" => "",
"width" => 71,
"height" => 95,
"num" => 10,
"bgcol" => "7F38EC",
"font" => "arial.ttf",
"fontcol" => "000000",
"fontsize" => 10,
"hborder" => 6,
"wborder" => 3,
"padding" => 6,
"topmsg" => "What #NAME#'s watched recently",
"botmsg" => "As of #DATE#",
"botalign" => "l",
"topalign" => "l",
"quality" => 80
)
);