Franco |
|
---|---|
hey, i know this is a very stupid question....
i have installed the gameportal skin, but i noticed that the font in the forum is always bold, and i can't find where is that setted, i want to make it regular. so if anyone knows where is that please tell me... |
pieter |
|
---|---|
Search in forums.posts.tpl for <strong> and </strong>
Just delete them. Line 25 for <strong> Line 109 for </strong> And your problem should be solved. ... can we help you ...
|
Franco |
|
---|---|
thanks! i looked everywhere but as they are kinda hidden i passed over them..
so now the problem is fixed ![]() |
newbuk |
|
---|---|
Hi,
Is there a way of rotaing the images after a specific period of time? |
ez |
|
---|---|
@newbuk:
What do you mean by rotating the images... (is that for this skin specific) I have made a plugin called EZSlider.. (maybe this is what you want ???) There is a specific time that can be set for the images ==- I say: Keep it EZ -==
|
newbuk |
|
---|---|
Hi EZ,
I should have said 'scroll' from one picture to the next as defined in the {PHP.cfg.freetext8} section. There is an area on the home page where you can add numerous pictures with < > buttons. I wondered if there was a way of automatically scolling from one to another - See my site www.sngs.co.uk to see the two picture I have placed in the skin. Thanks. |
ez |
|
---|---|
Newbuk,
You have to change js/fns.js to get that working. Introduce a timer that activates the next click p.s. TIP: You are loading Jquery twice... on this site (remove 1) ==- I say: Keep it EZ -==
|
newbuk |
|
---|---|
Hi EZ,
are there, or do you have, any examples of how this can be achieved with js/fns.js ? I am not conversant with js. Thanks. |
ez |
|
---|---|
Try puttings this in a timer(loop) or something:
$('#slider .buttons .next').click(); For JS timers see: http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/ have fun ==- I say: Keep it EZ -==
|
newbuk |
|
---|---|
Hi EZ,
Thanks, I'll have a play with that. ![]() |