This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

changing colors on the stats page???

Old posts that have not been replied to for several years.
Locked
m
mandos

changing colors on the stats page???

Post by mandos »

hello there, i'm a complete newbie and i know nothing about tcl and egg's :)
a friend of mine is going to activate one but i want to help and that's why i'm here

if possible i want to know how i can change the colors in the page showing the stats
can the color's in the bargraph be changed?? can i place a watermark as a backround??
i've seen pages generated by "pisg" and they are really great
but pisg is nothing compared to stats.mod
i was having somethins like this in mind
can i somehow config stats.mod to show up something compared to this??

thnx in advance
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

# You can use a backgound to fill the bars to get a nice 3d look, for example.
# WARNING: entering a non-existant filename might mess the output up in some
# browsers
# WARNING2: use a full URL if you're using livestats.
# (this is now disabled by default, because 50% of the users made it wrong <g>)
#set graphgif "http://your.shell.com/~you/bar.gif"

That might not be quite what you're looking for, but thats as close as it can get. You could always make a template to include stat.mod's static web pages (not livestats) in tables on the page and probably obtain what you are looking for.
m
mandos

Post by mandos »

thnx a lot but i will be using livestats (that's what makes stats.mod perfect)

i'll give a try, thnx again
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The livestats templates are built into the code, as such, you can't change the design, with a simple change to the templates.

I can't remember, but I think I sent an e-mail sugesting the use of templates for livestats.
J
Jheremias
Voice
Posts: 20
Joined: Fri Oct 11, 2002 9:34 am

Post by Jheremias »

Hello :)

pisg is just a log analyser...Of course inferior than stats.mod. Colors change through the *.tpl and stats.en.lang, and stats.conf. I don't know how can I change tha *.png files, that of the bars...There must be some way to do that....If anybody knows....

set graphgif in what file should get in? Stats.conf?
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Yes, that was a paste from stats.conf.
Locked