Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Style Block In Main Menu 
 
Hello I want to have the Style Block in my main menu.

Now its like This.

 style2

I want to hav it like that.

 style

THX
 



 
DrCaOsSend 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: Style Block In Main Menu 
 
you would have to recode the tpl block back to the way it was...

I am not sure what theme you are using but if you compare it to mg_theme you should be able to see what has been changed...

I believe the code is in nav_quick_links.tpl
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Style Block In Main Menu 
 
You have a few options.  You can try this:

Nav-Links Dynamic Menu - Modifying - Removing - Adding Links

You can also add the style selection in your dynamic menu via the CMS Management.

CMS -> Dynamic Menu.

  1. Click the "edit links in this menu" icon.
  2. Create a new category.
  3. Name your category "Style".
  4. Use the specified name above for your new category.[ no lang var (use the specified name) ]
  5. Status: Enabled
  6. Select an icon if you want one displayed as in the picture you provided.
  7. Set your permissions and click Submit.


Now we are going to create a new link in our new category.

  1. Click "Create a new link".
  2. Choose the newly created "Style" category we just created.
  3. The default link we want to use is "Style".  (This overrides the next two options.)
  4. Set the status to "Enabled".
  5. Choose your icon if you'd like an icon to appear next to the style selection.
  6. Set your permissions and click Submit.


You should be set.  You can move the newly created "Style" category up or down to your liking.

Hope this helped!

 dynmenu
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Style Block In Main Menu 
 
just go in ACP > Configuration > Icy Phoenix > scrol down until u see "Change Style" and put it on "yes"

 18_10
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
Last edited by Limun on Sat 18 Oct, 2008 01:41; edited 1 time in total 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Style Block In Main Menu 
 
I've done it but it not works.

 neues_bild

What must i Write into the Link?? [Style] {Style} ?? I dont know  
 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Style Block In Main Menu 
 
I see the problem.  I use the CMS ADV modification and you don't.

The Icy Phoenix support site uses the "nav links [Site Map]" block.  Try using this block instead of the "dyn menu [Dynamic Menu]" block.  The Style category and link will automatically show up.

To edit the any of the links in the "nav links [Site Map]" block, follow these instructions provided by Lopalong:

Nav-Links Dynamic Menu - Modifying - Removing - Adding Links
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
Last edited by Chaotic on Sat 18 Oct, 2008 02:09; edited 1 time in total 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Style Block In Main Menu 
 
Chaotic wrote: [View Post]
I can't read the language in that picture, but I took a screenshot of what it should look like:

In CHOOSE CATEGORY, select STYLE.  (Remember, we created that category in my first post.)  STYLE should be selected as the DEFAULT LINK.  Since we selected a link, we don't need to do anything to the LINK NAME, or the LANGUAGE VAR.  Set the STATUS to ENABLED.  You won't be able to type anything into the URL OF THE LINK field and since this is an internal link, you won't be able to change the EXTERNAL LINK.


guys , he want to change style  in main menu you are confusing him

for main menu he can just add it from ACP like in my pic
 




____________
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
Reply with quote Download Post 
Post Re: Style Block In Main Menu 
 
I've done something wrong. I delete the orginal dyn. Menu in CMS and create a new one with ID 1. Where can i find the .tpl for this new Menu??
 in my nav_quick_links.tpl is the Syle Menue shown up.


EDIT: Ok i found the Nav Links Block!. The Stlye Option is inside but i have make a Menu on my own. Now i think i have to modify the dyn_menu_block.tpl ??? And add this Code inside

Code: [Download] [Hide] [Select]
<!-- BEGIN style_select_on -->
<tr>
    <th style="cursor:pointer;" align="left" onclick="ShowHide('style_select','style_select2','style_select');">
        <img src="{IMG_NAV_MENU_PALETTE}" alt="{L_SELECT_STYLE}" title="{L_SELECT_STYLE}" />&nbsp;
        <a href="javascript:void(0);" title="{L_SELECT_STYLE}" style="vertical-align:top;text-decoration:none;"><b>{L_SELECT_STYLE}</b></a>
    </th>
</tr>
<tr>
    <td class="row5">
        <div id="style_select2" style="display:none;position:relative;padding-top:0px;padding-bottom:0px;">
            <table class="forumline-no2" width="100%" cellspacing="0" cellpadding="2" border="0">
                <tr>
                    <td class="genmed" align="center">{STYLE_SELECT_H}</td>
                </tr>
            </table>
        </div>
        <div id="style_select" style="display:'';position:relative;">
            <script type="text/javascript">
            <!--
            tmp = 'style_select';
            if(GetCookie(tmp) == '2')
            {
                ShowHide('style_select','style_select2','style_select');
            }
            //-->
            </script>
        </div>
    </td>
</tr>
<!-- END style_select_on -->


DONE but nothing happens. Whats wrong?


Sorry for my bad english  
 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Style Block In Main Menu 
 
If you use the Nav Links block, the Style selection should already be there.  To edit/add/remove links in this menu, Lopalong posted a great support topic that should help you edit/add/remove the links you want.  I'm not entirely sure about what you are now trying to do.  

Nav-Links Dynamic Menu - Modifying - Removing - Adding Links
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend 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