Icy Phoenix

     
 


Tags And Keywordsmilky way, phpbb3, style, template

Post new topic  Reply to topic 
Page 4 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Reply with quote Download Post 
Post 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?
 



 
Last edited by quester on Wed 26 Dec, 2007 02:51; edited 1 time in total 
questerSend private message  
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: [STYLE] - Milky Way 
 
Yes.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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...
 



 
Last edited by ChriZathens on Fri 25 Jan, 2008 20:22; edited 1 time in total 
ChriZathensSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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???
 



 
Last edited by toledo on Tue 05 Feb, 2008 20:16; edited 1 time in total 
toledoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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

  

Is there a tutorial for modification or something like this ?

How can I make that ?

Thanks a lot

(sorry my english is not good)
 



 
breakolamiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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 ***.adtollforums.com

Thanks
NickThrolson
 



 
nickthrolsonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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..
 



 
ChriZathensSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
spikywitsSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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,

 



 
osama_gmaSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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: [Download] [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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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,
 



 
osama_gmaSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Milky Way 
 
Style updated!

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




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
BluffMasterSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 4 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next


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


  

 

  cron