Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post Re: Making My Own Theme 
 
Mighty Gorgon wrote: [View Post]
That is not true... among the others there are Milky Way Red (& Blue), Floreal and also proSilver IP.


Ok, so I was wrong a little bit!  But from what I can see, he's working with IPv1.27* and from memory, that didn't have so many style options.

Could be wrong again!  
 
 
 
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: Making My Own Theme 
 
Lopalong wrote: [View Post]
Mighty Gorgon wrote: [View Post]
That is not true... among the others there are Milky Way Red (& Blue), Floreal and also proSilver IP.


Ok, so I was wrong a little bit!  But from what I can see, he's working with IPv1.27* and from memory, that didn't have so many style options.

Could be wrong again!  

You are right about 1.2 but we now have 1.3 and the code could be taken from the new CSS since that part has not been changed from 1.2.

Codi I will personally not help in anything 1.2 (specific) related... but of course you can find here someone else who is willing to help with old issues.

Codi wrote: [View Post]
MG, if you programmed it making the 'menu_sep.png image' be between the links on the bar, I just need to know how to keep repeating it even after the links, in both bars, the main one and the forum ones, alike the picture I showed you up. What the file is and how to apply the changes.

I think that the best way to achieve this is by creating a new image with the spacing you need, so you don't have to mess things up in the CSS.

For example if you need 20px spacing and your image is 10px wide, then create a new 30px image with your image on the left and 20 empty pixels on the right.
 




____________
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 Having Images Instead Of Words For Links 
 
In my journey customizing my theme (check how it is going here) my biggest challenge is to find the path of the change I want to make.

Today for example, I can't find out at all how to have an image instead of a word for link. I mean, I want an image saying "login" "forum" "profile" "faq", etc like n those old forums from phpbb2.

And neither can I find out how to change the path of an image from the forum (buttons, corners, etc), cause since I'll be changing the background, I need them to be .png, and not .gif
I tried to change their path n the file style_ice, but nothing happened.
 



 
CodiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Making My Own Theme 
 
If I'm correct?

Your problem is that you are running with a now deprecated version of Icy Phoenix and nobody is going to support you.

The links/anchors that you can't see, if I'm correct once more as in the screen-shot are all there:




How you fix the .css for a now NON-Supported version of IP is your problem - So if you still want to experiment and want to change things like coding/script and markup for a non supported version - - - Then you need to practice until you get it right. Or upgrade to IP-*53? - And then your theme will be absolutely useless.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Making My Own Theme 
 
The versions aren't too different, are they?

Why don't you try supporting me with what you know about the new version?
Maybe I figure something out based on how you would do that on IP-*53.


Well, I tried by the most rustic form: through the language file, but the results weren't so good to those words that appear in other parts of the forum (like the word "forum" itself, for example. I just want to change the links on forumline, forumlinenb and quick-links left table. (to put images with the words instead, like home and forum).

I belive it's not css, I think it's HTML, am I right?

I've found this: (with web developer -> show source code tool)

Code: [Download] [Hide] [Select]
<tr>
    <td class="forum-buttons" colspan="3" width="100%">
        <a href="http://www.lardosrpgs.com/durmstrang/index.php?sid=6dc6bd6df3a176129bf0c8dccbf4be67">Home</a>&nbsp;&nbsp;<img src="http://www.lardosrpgs.com/durmstrang/templates/mg_themes/images/ice/menu_sep.png" alt="">&nbsp;
        <a href="http://www.lardosrpgs.com/durmstrang/forum.php?sid=6dc6bd6df3a176129bf0c8dccbf4be67">Forum</a>&nbsp;&nbsp;<img src="http://www.lardosrpgs.com/durmstrang/templates/mg_themes/images/ice/menu_sep.png" alt="">&nbsp;

                <a href="http://www.lardosrpgs.com/durmstrang/search.php?search_id=newposts&amp;sid=6dc6bd6df3a176129bf0c8dccbf4be67">Novos</a>&nbsp;&nbsp;<img src="http://www.lardosrpgs.com/durmstrang/templates/mg_themes/images/ice/menu_sep.png" alt="">&nbsp;
                                <a href="http://www.lardosrpgs.com/durmstrang/profile_main.php?sid=6dc6bd6df3a176129bf0c8dccbf4be67">Profile</a>&nbsp;&nbsp;<img src="http://www.lardosrpgs.com/durmstrang/templates/mg_themes/images/ice/menu_sep.png" alt="">&nbsp;
                <a href="http://www.lardosrpgs.com/durmstrang/search.php?sid=6dc6bd6df3a176129bf0c8dccbf4be67">Search</a>&nbsp;&nbsp;<img src="http://www.lardosrpgs.com/durmstrang/templates/mg_themes/images/ice/menu_sep.png" alt="">&nbsp;
        <a href="http://www.lardosrpgs.com/durmstrang/faq.php?sid=6dc6bd6df3a176129bf0c8dccbf4be67">FAQ</a>&nbsp;&nbsp;<img src="http://www.lardosrpgs.com/durmstrang/templates/mg_themes/images/ice/menu_sep.png" alt="">&nbsp;
                <a href="http://www.lardosrpgs.com/durmstrang/login_ip.php?logout=true&amp;sid=6dc6bd6df3a176129bf0c8dccbf4be67">Log out</a>
    </td>

</tr>


I will know what to do whenever I find the path to this html general file, if there is one. All that I'll have to do is to change the titles to the url of the images I want instead.

Does anyone know where this file is located?



The only think I could find was this: (in 4 different files, the same code. They are 'templates/mg_themes/overall_header.tpl', 'templates/mg_themes/overall_header_bl.tpl', 'templates/mg_themes/overall_header_sc.tpl', 'templates/mg_themes/overall_header_ss.tpl')

Code: [Download] [Hide] [Select]
<tr>
    <td class="forum-buttons" colspan="3" width="100%">
        <a href="{FULL_SITE_PATH}{U_PORTAL}">{L_HOME}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <a href="{FULL_SITE_PATH}{U_INDEX}">{L_INDEX}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <!-- BEGIN switch_upi2db_off -->
        <a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <!-- END switch_upi2db_off -->
        <!-- BEGIN switch_upi2db_on -->
        <span style="vertical-align:top;">{L_POSTS}:&nbsp;</span><a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a><span style="vertical-align:top;">&nbsp;•&nbsp;</span>{L_DISPLAY_U}<span style="vertical-align:top;">&nbsp;•&nbsp;</span>{L_DISPLAY_M}<span style="vertical-align:top;">&nbsp;•&nbsp;</span>{L_DISPLAY_P}&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <!-- END switch_upi2db_on -->
        <!-- BEGIN switch_user_logged_in -->
        <a href="{FULL_SITE_PATH}{U_PROFILE}">{L_PROFILE}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <!-- END switch_user_logged_in -->
        <a href="{FULL_SITE_PATH}{U_SEARCH}">{L_SEARCH}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <a href="{FULL_SITE_PATH}{U_FAQ}">{L_FAQ}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <!-- BEGIN switch_user_logged_out -->
        <a href="{FULL_SITE_PATH}{U_REGISTER}">{L_REGISTER}</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;
        <!-- END switch_user_logged_out -->
        <a href="{FULL_SITE_PATH}{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT2}</a>
    </td>
</tr>



Am I in the right way?
 



 
CodiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Making My Own Theme 
 
Sorry but I can't remember where that code is in the old release (maybe nav_quick_links.tpl and overall_header.tpl).

If you are willing to update to latest version I will help with the correct edits to apply.
 




____________
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: Making My Own Theme 
 
Codi wrote: [View Post]
Am I in the right way?


No!

Do everyone a favour and either work out what you need to do with a deprecated version of Icy Phoenix by yourself, or upgrade and do your experimenting with the latest version.

Then we'll all be talking the same language!
 
 
 
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 2
Goto page Previous  1, 2


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