[STYLE] - Milky Way »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - [STYLE] - Milky Way



quester [ Wed 26 Dec, 2007 02:49 ]
Post subject: Re: [STYLE] - Milky Way
Mighty Gorgon wrote: [View Post]

Great you solved... regarding width... try to have a look at _mg_config.html!


Does that apply to the Autumn style too?


Mighty Gorgon [ Mon 31 Dec, 2007 14:03 ]
Post subject: Re: [STYLE] - Milky Way
Yes.


ChriZathens [ Fri 25 Jan, 2008 20:19 ]
Post subject: Re: [STYLE] - Milky Way
Hi, there, MG...
I was wondering if you could help me with something, because no matter what I try I can't make it to work..
Anyways, I'm using the altered Milky Way theme I made (Mentioned here in case you don't remember.)
I also installed evil's quick reply mod . Since your style uses additional stuff (for that nice -red in my case - image with the rounded corners on top, I also looked at viewtopic_body.html which helped me to add this in posting_qr_body.html, as well.
So the result is as it should be. Here is a screenshot:

qrfull

The problem is that this way the quick reply body uses width at 100%
I want it to be 60% of the whole page wide, so I altered its width to 60%. The quickreply body shrinked at 60% but the cornered images that you use remain at 100%

Here is a screenshot:

qr60

Any way you can offer an idea on this?

Here is my posting_qr_body.html, in case you need it..

Code: [Hide]
  1.  
  2. <script type="text/javascript">  
  3. <!--  
  4. /**  
  5. * Toggle the visibility of the qr box  
  6. */  
  7. function toggle_quick_reply()  
  8. {  
  9. if (document.getElementById('quick_reply'))  
  10. {  
  11. if (document.getElementById('quick_reply').style.display == 'none')  
  12. {  
  13. document.getElementById('quick_reply').style.display = 'block';  
  14. location.hash = 'quick_reply';  
  15. }  
  16. else  
  17. {  
  18. document.getElementById('quick_reply').style.display = 'none';  
  19. }  
  20. }  
  21. }  
  22.  
  23. <!-- IF S_QR_RESIZE -->  
  24. /**  
  25. * Resize a textbox  
  26. * Original function by Disturbed One (http://www.hvmdesign.com/)  
  27. */  
  28. function textbox_resize(pix)  
  29. {  
  30. var box = document.getElementById('message');  
  31. var new_height = (parseInt(box.style.height) ? parseInt(box.style.height) : 300) + pix;  
  32.  
  33. if (new_height > 0)  
  34. {  
  35. box.style.height = new_height + 'px';  
  36. }  
  37.  
  38. return false;  
  39. }  
  40. <!-- ENDIF -->  
  41.  
  42. if (<!-- IF S_QR_HIDE_BOX -->1<!-- ELSE -->0<!-- ENDIF -->)  
  43. {  
  44. if (document.addEventListener)  
  45. {  
  46. document.addEventListener('DOMContentLoaded', toggle_quick_reply, false);  
  47. }  
  48. else  
  49. {  
  50. onload_functions.push('toggle_quick_reply()');  
  51. }  
  52. }  
  53. //-->  
  54. </script>  
  55. <div id="quick_reply">  
  56. <form action="{S_QR_POST_ACTION}" method="post" name="postform">  
  57. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4><a>{L_QUICK_REPLY}</a></h4></div></div></div></div>  
  58. <table class="tablebg" width="60%" cellspacing="1">  
  59. <tr>  
  60. <a id="quick_reply"></a>  
  61. <th colspan="2"></th>  
  62. </tr>  
  63. <!-- IF S_QR_SUBJECT -->  
  64. <tr>  
  65. <td class="row1" width="18%"><b class="genmed">{L_SUBJECT}:</b></td>  
  66. <td class="row2" align="left" valign="middle" colspan="2" width="82%"><input class="post" type="text" name="subject" size="45" maxlength="64" tabindex="1" value="{QR_SUBJECT}" style="width: 90%;" /></td>  
  67. </tr>  
  68. <!-- ENDIF -->  
  69. <tr>  
  70. <td class="row1" width="15%" valign="top" id="smiley-box"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">Enter text content here.&nbsp;</span><br /><br />  
  71. <!-- IF S_SMILIES_ALLOWED -->  
  72. <table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">  
  73. <tr>  
  74. <td class="gensmall" align="center"><b>{L_SMILIES}</b></td>  
  75. </tr>  
  76. <tr>  
  77. <td align="justify">  
  78. <!-- IF S_SMILIES_ALLOWED and .smiley -->  
  79. <!-- BEGIN smiley -->  
  80. <a href="#message" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>  
  81. <!-- END smiley -->  
  82. <!-- ENDIF -->  
  83. <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->  
  84. <br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>  
  85. <!-- ENDIF -->  
  86. </td>  
  87. </tr>  
  88.  
  89. </table>  
  90.  
  91. <!-- ENDIF -->  
  92. </td>  
  93. <td class="row1">  
  94. <script type="text/javascript">  
  95. // <![CDATA[  
  96. var form_name = 'postform';  
  97. var text_name = 'message';  
  98. // ]]>  
  99. </script>  
  100. <table width="100%" cellspacing="0" cellpadding="0" border="0">  
  101. <!-- INCLUDE posting_buttons.html -->  
  102. <tr>  
  103.  
  104. <td class="row1" align="left" valign="middle" colspan="2"> <textarea class="post" name="message" id="message" rows="15" cols="76" tabindex="2" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 100%; height: 285px;"></textarea> </td>  
  105. <!-- IF S_BBCODE_ALLOWED -->  
  106. <td width="80" align="center" valign="top">  
  107. <script type="text/javascript">  
  108. // <![CDATA[  
  109. colorPalette('v', 7, 6)  
  110. // ]]>  
  111. </script>  
  112. </td>  
  113. <!-- ENDIF -->  
  114. </tr>  
  115. </table>  
  116. </td>  
  117. </tr>  
  118. <!-- IF S_QR_RESIZE -->  
  119. <tr>  
  120. <td class="row2" colspan="2">  
  121. <input type="button" value=" + " class="btnlite" onclick="textbox_resize(100);" />  
  122. <input type="button" value=" - " class="btnlite" onclick="textbox_resize(-100);" />  
  123. </td>  
  124. </tr>  
  125. <!-- ENDIF -->  
  126. <!-- IF not S_USER_LOGGED_IN -->  
  127. <tr>  
  128. <td class="row1" width="15%"><label for="username"><b class="genmed">{L_USERNAME}: </b></label></td>  
  129. <td class="row2" valign="middle"><input type="text" style="width: 300px" class="post" name="username" id="username" size="30" tabindex="3" /></td>  
  130. </tr>  
  131. <!-- IF S_CONFIRM_CODE -->  
  132. <tr>  
  133. <td class="row1"><label for="confirm_code"><b class="genmed">{L_CONFIRM_CODE}: </b></label></td>  
  134. <td class="row2">  
  135. {CONFIRM_IMAGE}<br clear="all" /><br />  
  136. <input type="hidden" name="confirm_id" value="{CONFIRM_ID}" />  
  137. <input class="post" type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" tabindex="4" />  
  138. </td>  
  139. </tr>  
  140. <!-- ENDIF -->  
  141. <!-- ENDIF -->  
  142. <tr>  
  143. <td class="cat" align="center" colspan="2">  
  144. {S_QR_HIDDEN_FIELDS}  
  145. <input type="submit" name="preview" tabindex="6" value="{L_PREVIEW}" class="btnlite" />&nbsp;&nbsp;  
  146. <input type="submit" name="post" tabindex="5" value="{L_SUBMIT}" class="btnmain" accesskey="s" />  
  147. </td>  
  148. </tr>  
  149. </table>  
  150. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  151. {S_FORM_TOKEN}  
  152. </form>  
  153. </div>  
  154.  


Thanks in advance 0010
Chris...


toledo [ Tue 05 Feb, 2008 20:09 ]
Post subject: Re: [STYLE] - Milky Way
I wanna use this image as logocustomicy_banner.php-bs-iceandbf-banner_021.pngandtc-milky-20wayandtf-denmark_regular but when i upload it it compresses itself to the size of the original milkyway logo...what shoud i do???


Mighty Gorgon [ Fri 08 Feb, 2008 14:18 ]
Post subject: Re: [STYLE] - Milky Way
ChriZathens, I will look when I have some free time... unfortunately I'm really busy in these days.

toledo, refresh your style in ACP.


breakolami [ Sun 10 Feb, 2008 20:50 ]
Post subject: Re: [STYLE] - Milky Way
Hello Mighty

I want to use your milky way template on my website but I use Stargate Portal and since two days I try to modify portal blocks to suit your template but I can't

Here a screen copy from my test site

cap056

Is there a tutorial for modification or something like this ?

How can I make that ?

Thanks a lot

(sorry my english is not good)


nickthrolson [ Tue 12 Feb, 2008 05:07 ]
Post subject: Re: [STYLE] - Milky Way
Hi First i want to say thanks for this great style i need a little help with it some reason the buttons for new topic post reply do not show im running
phpbb 3.0.RC2 some reason the phpbb updater is not working thats why im trying to get this style to work i double checked the buttons are in the right folders im not really great with php so any help i can get will help me out alot the website is www.adtollforums.com

Thanks
NickThrolson


ChriZathens [ Tue 12 Feb, 2008 23:57 ]
Post subject: Re: [STYLE] - Milky Way
Mighty Gorgon wrote: [View Post]
ChriZathens, I will look when I have some free time... unfortunately I'm really busy in these days.


No problem, MG ... whenever you are free..


Mighty Gorgon [ Thu 14 Feb, 2008 01:52 ]
Post subject: Re: [STYLE] - Milky Way
breakolami wrote: [View Post]
Hello Mighty

I want to use your milky way template on my website but I use Stargate Portal and since two days I try to modify portal blocks to suit your template but I can't

Here a screen copy from my test site

Is there a tutorial for modification or something like this ?

How can I make that ?

Thanks a lot

(sorry my english is not good)

You can try using subSilver 2 templates, as Milky Way is based on subSilver 2.

nickthrolson wrote: [View Post]
Hi First i want to say thanks for this great style i need a little help with it some reason the buttons for new topic post reply do not show im running
phpbb 3.0.RC2 some reason the phpbb updater is not working thats why im trying to get this style to work i double checked the buttons are in the right folders im not really great with php so any help i can get will help me out alot the website is www.adtollforums.com

Thanks
NickThrolson

Latest theme won't work with RC2... you need Gold release to have it working correctly.

ChriZathens wrote: [View Post]
Mighty Gorgon wrote: [View Post]
ChriZathens, I will look when I have some free time... unfortunately I'm really busy in these days.


No problem, MG ... whenever you are free..

No time yet.


spikywits [ Sat 01 Mar, 2008 10:43 ]
Post subject: Re: [STYLE] - Milky Way
Hi
I have been using this skin since last september. This is the best skin i have used so far. I want to change the default standard image logo with flash logo...
if possible what are the changes required in the template.
Thx


osama_gma [ Sat 01 Mar, 2008 16:59 ]
Post subject: Re: [STYLE] - Milky Way
Hi,
I have milkyway as a primary style in http://csed-online.com
I have five Questions

1- I think that I have problem with the color box
how can I fix that??
check out the image

52854958hm5



2- how can I make the forum to fit in the window.. not to be fixed width!!



3- Is there a mod to put such post editor in the forum ??
check the image:

15251187wp0



4- Is there a Quick reply mod ??
I wanna one like that one in icyphoenix



5- What is that mod that resize the images and make some woow effect when clicking on the image
It make the whole site black and opens a window contains the image
So I want that mod plz :'(

Thanks,


Mighty Gorgon [ Sun 02 Mar, 2008 13:35 ]
Post subject: Re: [STYLE] - Milky Way
spikywits wrote: [View Post]
Hi
I have been using this skin since last september. This is the best skin i have used so far. I want to change the default standard image logo with flash logo...
if possible what are the changes required in the template.
Thx

You just need to create it and link it into styles/milky_way/template/overall_header.html

Code: [Hide] [Select]
<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td>
</tr>
</table>
</div>


osama_gma wrote: [View Post]
1- I think that I have problem with the color box
how can I fix that??
check out the image

52854958hm5

Can you test if it is working fine on the demo site please?

http://www.icyphoenix.com/_bb3/

Can you also provide a test account on your site to test please?


osama_gma wrote: [View Post]
2- how can I make the forum to fit in the window.. not to be fixed width!!

Try edit this: styles/milky_way/template/_mg_config.html
Code: [Hide] [Select]
<!-- DEFINE $MG_GLOBAL_WIDTH = '960px' -->

Change it to '100%'!

osama_gma wrote: [View Post]
3- Is there a mod to put such post editor in the forum ??
check the image:

15251187wp0

No... this editor is for Icy Phoenix.


osama_gma wrote: [View Post]
4- Is there a Quick reply mod ??
I wanna one like that one in icyphoenix

Not yet...


osama_gma wrote: [View Post]
5- What is that mod that resize the images and make some woow effect when clicking on the image
It make the whole site black and opens a window contains the image
So I want that mod plz :'(

That is a LightBox, if you Google for LightBox you will find many cool effects like the one used here on Icy Phoenix.

I guess that @ phpBB.com someone has already integrated it into phpBB 3, try to search.


osama_gma [ Sun 02 Mar, 2008 20:00 ]
Post subject: Re: [STYLE] - Milky Way
I tested it in the demo site and it is working fine
and there is no errors
about the Test account I sent you PM containing test account's password

Thanks,


Mighty Gorgon [ Wed 19 Mar, 2008 00:35 ]
Post subject: Re: [STYLE] - Milky Way
Style updated!

2007/03/17 Fixed errors in CSS and mcp_post.html


BluffMaster [ Thu 20 Mar, 2008 08:21 ]
Post subject: Re: [STYLE] - Milky Way
Hey mate, i have installed a couple of mods on my forum. So updating the style to the latest version is sorta difficult.

Can u plz post the changes u made in the files from v1.2.6 to v1.2.8

thanks. tc


osama_gma [ Fri 21 Mar, 2008 03:14 ]
Post subject: Re: [STYLE] - Milky Way
BluffMaster wrote: [View Post]
Hey mate, i have installed a couple of mods on my forum. So updating the style to the latest version is sorta difficult.

Can u plz post the changes u made in the files from v1.2.6 to v1.2.8

thanks. tc


Me too


KasLimon [ Fri 21 Mar, 2008 12:11 ]
Post subject: Re: [STYLE] - Milky Way
Just a little question.

Could I adapt this style to my phpbb2 modded board (and release it)?
Of course copyright is sacred
(I don't think I'm gonna have time, but in the case of having it)

Greets


Mighty Gorgon [ Tue 25 Mar, 2008 19:53 ]
Post subject: Re: [STYLE] - Milky Way
BluffMaster wrote: [View Post]
Hey mate, i have installed a couple of mods on my forum. So updating the style to the latest version is sorta difficult.

Can u plz post the changes u made in the files from v1.2.6 to v1.2.8

thanks. tc

Here you are.
  • stylesheet.css
  • mcp_post.html


KasLimon wrote: [View Post]
Just a little question.

Could I adapt this style to my phpbb2 modded board (and release it)?
Of course copyright is sacred
(I don't think I'm gonna have time, but in the case of having it)

Greets

No problem, you can do it.


KasLimon [ Tue 25 Mar, 2008 21:11 ]
Post subject: Re: [STYLE] - Milky Way
Thank you


masternk [ Thu 03 Apr, 2008 14:53 ]
Post subject: Re: [STYLE] - Milky Way
Hello to all members. I'm new here. Me and my friend were create milky way image pack for Serbian language, for milky way theme. Where we can post our work ?

Also i have one question, can someone develop quick reply mode for this theme and mode which can show us users who was visit forum in past 24 hours ? I realy be grateful for any sort of help. I show to find a way with install a lot of mods from phpbb official site but all thats mods was create for prosilver or subSilver2 theme Best wishes.


osama_gma [ Thu 03 Apr, 2008 14:58 ]
Post subject: Re: [STYLE] - Milky Way
masternk wrote: [View Post]

Also i have one question, can someone develop .......... mode which can show us users who was visit forum in past 24 hours ? I realy be grateful for any sort of help. I show to find a way with install a lot of mods from phpbb official site but all thats mods was create for prosilver or subSilver2 theme Best wishes.


about that MOD
I found Mod called Activity stats MOD in phpbb site: http://www.phpbb.com/community/viewtopic.php?f=69&t=839925
I installed it and it works good

about the quick reply I found a MOD for it but I haven't Installed it yet...
BTW If you found a good Quick Reply MOD Tell me
Regards,


masternk [ Sat 05 Apr, 2008 00:01 ]
Post subject: Re: [STYLE] - Milky Way
osama_gma thank you so much man. I have succesfull install Activity stats MOD, and i try Prime Quick Reply on my test forum but with half success. Mod Prime Quick Reply try to find on phpbb support forum. Install mode you can see on www.studentink.info/phpBB3 - my test forum, If anyone know batter solution for quick reply , help us


Mighty Gorgon [ Sun 06 Apr, 2008 23:12 ]
Post subject: Re: [STYLE] - Milky Way
I can't currently help with Quick Reply (lack of free time...) but if you use subSilver files you will see the form almost fine.

Regarding set of buttons, you can either attach it here, or provide a link or send me an email... choose what is working best for you.


BluffMaster [ Tue 08 Apr, 2008 10:25 ]
Post subject: Re: [STYLE] - Milky Way
An update to phpBB 3.0.1 would be appreciated!

Thanks


brandsrus [ Wed 09 Apr, 2008 15:37 ]
Post subject: Re: [STYLE] - Milky Way
I have not thanks MG, but i have done it now.

I use this style for my own site, also support site of Icy Phoenix @ www.phpbbxs.nl a live example

Greetings


Brandon [ Wed 09 Apr, 2008 18:55 ]
Post subject: Re: [STYLE] - Milky Way
I really like this one.

Good Job!


Mighty Gorgon [ Thu 10 Apr, 2008 00:56 ]
Post subject: Re: [STYLE] - Milky Way
Style updated to phpBB 3.0.1


BluffMaster [ Thu 10 Apr, 2008 07:36 ]
Post subject: Re: [STYLE] - Milky Way
Thanks alot mate!!

Much Appreciated.


Aexo [ Thu 10 Apr, 2008 10:17 ]
Post subject: Re: [STYLE] - Milky Way
what did it change in 3.0.1?

I have a lot of mod, I would'nt like lost it.


KasLimon [ Thu 10 Apr, 2008 23:06 ]
Post subject: Re: [STYLE] - Milky Way
Aexo, codechanges are available at phpbb.com

Greets!


Aexo [ Sat 12 Apr, 2008 12:53 ]
Post subject: Re: [STYLE] - Milky Way
I don't found it.
Is it in forum? knowlege? download database?


KasLimon [ Sun 13 Apr, 2008 10:57 ]
Post subject: Re: [STYLE] - Milky Way
http://www.phpbb.com/downloads/olympus.php
phpBB-3.0.0_to_3.0.1.zip

Greets!


Aexo [ Sun 13 Apr, 2008 12:43 ]
Post subject: Re: [STYLE] - Milky Way
I don't find the changes in Styles still

Thanks, KasLimosn, But I only found the file to install, not changes in styles.

what can I change Milky way without loose any mods and modification which I made?


JANU1535 [ Sun 13 Apr, 2008 13:22 ]
Post subject: Re: [STYLE] - Milky Way
The Code Changes Aexo.
You have to look at the files that were modified in the folder /styles/.

Greets.


Aexo [ Mon 14 Apr, 2008 17:48 ]
Post subject: Re: [STYLE] - Milky Way
ah! ok.
I was looking for a text file with changes, so I could change it by code. Then have I to edit the new files and upload it? 2 files are very modified
well, I'll do it.

Thanks about your pacient.


xmenfile [ Mon 09 Jun, 2008 09:42 ]
Post subject: Re: [STYLE] - Milky Way
Very nice thank you MG

fyi: I have installed it and noticed this on my site and IP test site.

bb3milky_1212997565_805543


Mighty Gorgon [ Mon 09 Jun, 2008 13:23 ]
Post subject: Re: [STYLE] - Milky Way
Which browser are you using?

Can you add a link please?


xmenfile [ Mon 09 Jun, 2008 15:38 ]
Post subject: Re: [STYLE] - Milky Way
Mighty Gorgon wrote: [View Post]
Which browser are you using?

Can you add a link please?
absolutely MG, I am using IE7 and here are the links:

my test site


IP PHPBB3 demo:


osama_gma [ Mon 09 Jun, 2008 21:46 ]
Post subject: Re: [STYLE] - Milky Way
xmenfile wrote: [View Post]
Very nice thank you MG

fyi: I have installed it and noticed this on my site and IP test site.

bb3milky_1212997565_805543

hehe it is just a column to display Post Icons
to make sure edit one of the topics and choose Topic Icon and submit it will display that icon in the empty space
If you don want to display it in a dedicated forum .. you may disable topic icons from admin panel
Regards,


xmenfile [ Tue 10 Jun, 2008 22:16 ]
Post subject: Re: [STYLE] - Milky Way
Thank you Osama_gma. i am trying to know phpBB3


Mighty Gorgon [ Thu 12 Jun, 2008 11:21 ]
Post subject: Re: [STYLE] - Milky Way
I confirm that the space is reserved to topic icons, but what is strange is that in IE there are no borders of the cells...

I will check...


alphatran [ Tue 12 Aug, 2008 04:33 ]
Post subject: Re: [STYLE] - Milky Way
There is a problem, Mighty

By testing the template in some screen size, I think Milky way have a fixed width, right ?

Now I want to have more space at left side and right side of screen (on all screen size), how can I do this ?

This will anable us to add some Google adds !


Mighty Gorgon [ Sun 17 Aug, 2008 23:40 ]
Post subject: Re: [STYLE] - Milky Way
Edit template/_mg_config.html


sulpra2002 [ Mon 18 Aug, 2008 16:09 ]
Post subject: Re: [STYLE] - Milky Way
I've some trouble changing the width of the template. I edited _mg_config.html and I changed <!-- DEFINE $MG_GLOBAL_WIDTH = '750px' --> (so that the width would be 750px). When I open the template in Internet Explorer, there is no problem, it works fine. But when I open it in Firefox, the template is not centered: there is more blank space in the left side than in the right side.

In Internet Explorer: http://img55.imageshack.us/img55/2468/ieto1.jpg

In Firefox: http://img117.imageshack.us/img117/5035/70777467tp9.jpg

How can I fix that?

Thanks for the help

PS: my Site is http://www.keane-argentina.com.ar/Forum/index.php


Mighty Gorgon [ Thu 21 Aug, 2008 13:12 ]
Post subject: Re: [STYLE] - Milky Way
750 is too few to contain the language vars of your forum.

Try to increase the size or to reduce the font of the menu bar.


sulpra2002 [ Thu 21 Aug, 2008 19:29 ]
Post subject: Re: [STYLE] - Milky Way
Mighty Gorgon wrote: [View Post]
750 is too few to contain the language vars of your forum.

Try to increase the size or to reduce the font of the menu bar.

Thanks for answering
With 800px worked fine


Mighty Gorgon [ Thu 28 Aug, 2008 15:56 ]
Post subject: Re: [STYLE] - Milky Way
You're welcome.


gara [ Tue 16 Sep, 2008 18:35 ]
Post subject: Re: [STYLE] - Milky Way
Men i have a little problem with this style, in the index.php next to every name of the subforums, appears a little icon.. in firefox the icon appears in the correct position; but in IE7 if the name of the subforum is very long and occupies 2 lines, (It appears at the end of the line and another part of the name to the beginning of the following line) then the icon that goes before this name appears in another bad position.

So that you understand me better what I want to say, here I put the images of as my web is seen so much in firefox as in IE7

Firefox:
imagenfirefoxoq4

IE7:
imagenie7jd0

My web is: www.mundomedellin.com

Thanks men, this is the best style for phpbb3.


Limun [ Wed 17 Sep, 2008 01:08 ]
Post subject: Re: [STYLE] - Milky Way
@gara

well with IE always problems

my opinion is that your forum is too much streched (its not the original milky way)

-try to enlarge forum-

also i think because of this "strech" there is too match space (see pic what i mean)

gara


Jon [ Mon 13 Oct, 2008 23:40 ]
Post subject: Re: [STYLE] - Milky Way
i would like to add the prime quick login to the milky way navbar. like this (prosilver) http://computercentral.cc/?style=1

i can't work out your template properly, i've managed to add it in standing alone, but i would like intergrated into the navbar like with prosilver

any help will be greatly appreciated.

=]




Powered by Icy Phoenix