Cyrem Posted December 27, 2011 Posted December 27, 2011 It would be cool if you could add separators in the menu. Otherwise, enjoying the mod....
spyngamerman Posted December 28, 2011 Posted December 28, 2011 i was wondering if u coudl set an option to display image icon as default without text so whole image shows as i use image as whole before after
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 i was wondering if u coudl set an option to display image icon as default without text so whole image shows as i use image as whole before after so an option .. to use an image versus title? .. if so you can do that within the template .. I can show you how if need be
spyngamerman Posted December 28, 2011 Posted December 28, 2011 so an option .. to use an image versus title? .. if so you can do that within the template .. I can show you how if need be that would be ideal other then that missing your app is brilliant ;P point me in the right direction for now (but in future im sure some other noobs would like that option :smile: )
Dmacleo Posted December 28, 2011 Posted December 28, 2011 what...you ain't got the new version out yet? dude.... :) :) joke :)
spyngamerman Posted December 28, 2011 Posted December 28, 2011 what...you ain't got the new version out yet? dude.... :smile: :smile: joke :smile: lol why u messing with me mind :P hehe
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 that would be ideal other then that missing your app is brilliant ;P point me in the right direction for now (but in future im sure some other noobs would like that option :smile: ) in the skin_promenu open nav_menus and select all .. then replace with <if test="hasmenus:|:is_array($menudata) AND count($menudata) > 0"> <ul class='menu' id='menu'> <foreach loop="menus:$menudata as $menuid => $menuitem"> <php> $hassub = $this->registry->getClass('class_menus')->CheckChildrenTree($menudata,$menuitem['promenu_id']); </php> <if test="$menuitem['promenu_parent_id'] == 0"> <if test="$menuitem['promenu_use_app']=='ccs' AND $this->settings['ccs_default_page']==$menuitem['promenu_app_page']"><li id="nav_app_{$menuitem['promenu_use_app']}{$menuitem['promenu_id']}" class='left<if test="$this->registry->getCurrentApplication()==$menuitem['promenu_use_app'] AND (($this->settings['ccs_default_page'] == $menuitem['promenu_app_page'] AND ($this->registry->ccsFunctions->getPageName()=='' OR $this->registry->ccsFunctions->getPageName()==$this->settings['ccs_default_page'])) OR ($this->registry->ccsFunctions->getPageName()==$menuitem['page_seo_name']))"> active</if>'></if><if test="$menuitem['promenu_use_app']=='ccs' AND $this->settings['ccs_default_page']!=$menuitem['promenu_app_page']"><li id="nav_app_{$menuitem['promenu_use_app']}{$menuitem['promenu_id']}" class='left<if test="$this->registry->getCurrentApplication()=='ccs' AND $this->registry->ccsFunctions->getPageName()==$menuitem['promenu_app_page']"> active</if>'></if><if test="$menuitem['promenu_use_app']=='arcade'"><li id="nav_app_{$menuitem['promenu_use_app']}{$menuitem['promenu_id']}" class='left<if test="isactive:|:IPS_APP_COMPONENT == 'arcade' OR IPS_APP_COMPONENT == 'iArcade'"> active</if> '></if><if test="$menuitem['promenu_use_app']!='ccs' AND $menuitem['promenu_use_app']!='arcade'"><li id="nav_app_{$menuitem['promenu_use_app']}" class='left<if test="isactive:|:IPS_APP_COMPONENT == $menuitem['promenu_use_app']"> active</if>'></if><a href="{$menuitem['promenu_url']}"title='<if test="$menuitem['promenu_description']"> {$menuitem['promenu_description']}<else />{$menuitem['promenu_title']}</if>'<if test="$menuitem['promenu_open_new_window'] == 1"> target='_blank'</if>><if test="$menuitem['promenu_icon']"><img src="{$menuitem['promenu_icon']}" /><else />{$menuitem['promenu_title']}</if><if test="$hassub == 1"> <img src="http://ipscommunity.invisionpowerser.netdna-cdn.com/public/style_images/master/_menu_icons/down_arrow.png"/></if></a>{parse template="nav_submenus" group="promenu" params="$menudata, $menuitem['promenu_id']"}</li> </if> </foreach> </ul> </if> <script type="text/javascript"> var menu=new menu.dd("menu"); menu.init("menu","menuhover"); </script>
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 what...you ain't got the new version out yet? dude.... :smile: :smile: joke :smile: funny :P I am due to release a small version in the next few days .. to address a bug with overloading servers on huge site (will now all be ran from a cache versus query) and to add some other small features ppl asked for
spyngamerman Posted December 28, 2011 Posted December 28, 2011 works great seems seems it duplicated the 3 addon tabs of mine though edit nvm i added them in root skin so i delted them from topic menu so theyre not duped ;) excellent support +1 bud superb work but again would be handy to have as an option in future for those scared to do edits ;P
BN_IT_Support Posted December 28, 2011 Posted December 28, 2011 At the risk of being awkward, is there any way of disabling the small arrows to the right of menu items that have drop downs please.
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 I have no setting in place to disable it...but you can easily remove them from the template in the skin_promenu for nav_menus find <if test="$hassub == 1"> <img src="{style_images_url}/_menu_icons/down_arrow.png"/></if> and remove it for nav_submenus find <if test="$hassub == 1"> <img src="{style_images_url}/_menu_icons/right_arrow.png"/></if> and remove it
Dmacleo Posted December 28, 2011 Posted December 28, 2011 ok how many of us see topic posted in and run to it hoping to see more cool updates ? I DO !! :) :)
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 ok how many of us see topic posted in and run to it hoping to see more cool updates ? I DO !! :smile: :smile: hahahha ... well I currently having it all running from cache .. just have to add in a few new features that was promised .. and of coarse retest .. and it will be released the list includes: cached menus versus query treat as category option left right option delete button on edit
Dmacleo Posted December 28, 2011 Posted December 28, 2011 sweeet, especially (for me) that treat as category. and I think, if I understand correctly, running from cache will also use less resources correct?
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 sweeet, especially (for me) that treat as category. and I think, if I understand correctly, running from cache will also use less resources correct? yes..as currently..on huge sites..this menu could cause high server loads due to excessive queries
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 I'm also reworking the template...moving the active checks and has subs check outside the template into a file .. should make editing templates alot easier for the end user
Dmacleo Posted December 28, 2011 Posted December 28, 2011 dude you rock :) best 10 mod I ever bought :)
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 good products .. good support .. what more could one possibly ask for LOL
Dmacleo Posted December 28, 2011 Posted December 28, 2011 good products .. good support .. what more could one possibly ask for LOL hehe free stuff ?? HAHA :)
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 hehe free stuff ?? HAHA :smile: I have a free hook .. plus I have another idea I want to do .. which would be free too most likely but keep in mind..you get what you pay for LOL but seriously .. even with free stuff .. I offer the same support as I would for a payed application
BN_IT_Support Posted December 28, 2011 Posted December 28, 2011 I have no setting in place to disable it...but you can easily remove them from the template Great thanks. Am really loving the app - just what I needed for my site.
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 Great thanks. Am really loving the app - just what I needed for my site. you haven't seen anything yet .. wait until the big upgrade hits the shelf .. its going to make this one pale in comparison :P
Robert Simons Posted December 28, 2011 Author Posted December 28, 2011 ok dammit I am excited, need a tester ? :smile: its no where near testing yet .. I only got the groups in..when I had to put it in hiatis to do this mini upgrade .. that release will take me weeks (if not a month) to get it all together
Recommended Posts
Archived
This topic is now archived and is closed to further replies.