Форуми / Cotonti / Support / Gameportal skin forums

Franco
#1 21.04.2010 05:51
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
#2 21.04.2010 14:31
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
#3 26.05.2010 07:22
thanks! i looked everywhere but as they are kinda hidden i passed over them..

so now the problem is fixed :)
newbuk
#4 06.06.2010 00:01
Hi,

Is there a way of rotaing the images after a specific period of time?
ez
#5 06.06.2010 02:38
@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
#6 06.06.2010 06:34
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
#7 06.06.2010 18:01
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
#8 07.06.2010 00:28
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
#9 07.06.2010 16:16
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
#10 08.06.2010 08:07
Hi EZ,

Thanks, I'll have a play with that.

:)