Bug In Template Mg (not Realy A Bug) »  Show posts from    to     

Icy Phoenix


Old Support Topics - Bug In Template Mg (not Realy A Bug)



Limun [ Mon 08 Sep, 2008 17:39 ]
Post subject: Bug In Template Mg (not Realy A Bug)
normal and "c" version (i think all realeses)

in mg templates "default style" (i didnt checked others) this is with firefox and new bronswer google

first one

hed

and this was fixed by Lopalong --> http://www.icyphoenix.com/viewtopic.php?f=2&t=3959&highlight=


second one

recebug

and i think i fixed it
somebody check please


OPEN index_body.tpl in mg_themes
FIND
Code: [Hide] [Select]
<tr>
<td class="row-recent" nowrap="nowrap" align="left">
<span class="gensmall">
<b>{L_RECENT_TOPICS}:</b>
<marquee id="recent_topics" behavior="scroll" direction="left" height="10" width="900px" scrolldelay="100" scrollamount="4" loop="true" onmouseover="this.stop()" onmouseout="this.start()">|
<!-- BEGIN recent_topic_row -->
<a href="{recent_topic_row.U_TITLE}" title ="{recent_topic_row.L_TITLE}" onmouseover="document.all.recent_topics.stop()" onmouseout="document.all.recent_topics.start()">{recent_topic_row.L_TITLE}</a>&nbsp;|&nbsp;
<!-- END recent_topic_row -->
</marquee>
</span>
</td>
</tr>

REPLACE WITH
Code: [Hide] [Select]
<tr>
<td class="row-recent" nowrap="nowrap" align="left">
<span class="gensmall">
<b>{L_RECENT_TOPICS}:</b>
<marquee id="recent_topics" behavior="scroll" direction="left" height="12" width="90%" scrolldelay="100" scrollamount="4" loop="true" onmouseover="this.stop()" onmouseout="this.start()">|
<!-- BEGIN recent_topic_row -->
<a href="{recent_topic_row.U_TITLE}" title ="{recent_topic_row.L_TITLE}" onmouseover="document.all.recent_topics.stop()" onmouseout="document.all.recent_topics.start()">{recent_topic_row.L_TITLE}</a>&nbsp;|&nbsp;
<!-- END recent_topic_row -->
</marquee>
</span>
</td>
</tr>


i think MG shoud fix this in his mg_


Lopalong [ Tue 09 Sep, 2008 04:32 ]
Post subject: Re: Bug In Template Mg (not Realy A Bug)
This line was only changed in the upgrade to v.0.27c - the 900px can be 90% as you suggested for fluid width or 700px for fixed width. But you have also changed the height from 10px to 12px - That change may not suit everyone, depending on languages that use no tails for letters such as g,j,p,q,y etc.

Code: [Hide] [Select]
<marquee id="recent_topics" behavior="scroll" direction="left" height="10" width="900px" scrolldelay="100" scrollamount="4" loop="true" onmouseover="this.stop()" onmouseout="this.start()">|


Limun [ Tue 09 Sep, 2008 10:06 ]
Post subject: Re: Bug In Template Mg (not Realy A Bug)
Lopalong wrote: [View Post]
But you have also changed the height from 10px to 12px -


yes 10 to 12 because of this .... the text is go somehow off line (only firefox)

recbug

(i didnt know what else to chage so that text go up)




Powered by Icy Phoenix