Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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: [Download] [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: [Download] [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_
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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: [Download] [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()">|

 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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)
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events