Jump to content

Download: ProMenu Basic


Robert Simons

Recommended Posts

  • Replies 858
  • Created
  • Last Reply
Posted

we are running fusion and promenu together without issues, you just have to make sure you use fusion for header and disable its primary hooks, then use promenu for the primary nav

Posted

running fusion, in my case even when disabled, causes this. I had to uninstall fusion and could not have it installed.




actually just disabling his hook for primary nav removal might have been enough ... though hard too say .. not sure what support/checks he has in place for Content these days .. but it was one of the reasons why I build this version .. too support all IPS products
Posted

Ok, I disabled all the Fusion menu stuff and now have this error:


Fatal error: Call to undefined method globalProMenuNavRemoval::user_popup() in /home/stdriver/public_html/forum/admin/applications_addon/ips/ccs/sources/pages.php(419) : eval()'d code on line 1863

You can see it here:

http://www.stdrivers.co.uk/forum/page/index.html/_/ford-offers-santa-an-ecoboost-powered-concept-s-r10

Posted

as I said, disabling (or running in any manner) did not work for me. had to uninstall fusion fully. I even deleted it from apps so I would not accidentally reinstall.
not positive but I may have had to reupload promenu files afterwards.
then the recache everything afterwards of course.

Posted

as I said, disabling (or running in any manner) did not work for me. had to uninstall fusion fully. I even deleted it from apps so I would not accidentally reinstall.


not positive but I may have had to reupload promenu files afterwards.


then the recache everything afterwards of course.




It's now erroring on globalProMenuNavRemoval: though, not Fusionmenu.

I'm going to try changing my skin, see if it's related to cleancut.


Edit - not skin related. It also only affects the Article View template I think.
Posted

It's now erroring on globalProMenuNavRemoval: though, not Fusionmenu.



I'm going to try changing my skin, see if it's related to cleancut.




not sure what your doing with Content to cause that ... as Content has nothing to do with my removal tools ...

you have ipc set as default application without having it installed by chance?
Posted

you have ipc set as default application without having it installed by chance?




No, it's installed:

http://www.stdrivers.co.uk/forum/index.php?app=ccs&module=pages&section=pages&folder=&id=2
Posted

Ok, not related to this menu, I just uninstalled ProMenu and get this error:

Fatal error: Call to undefined method skin_global_10::user_popup() in /home/stdriver/public_html/forum/admin/applications_addon/ips/ccs/sources/pages.php(419) : eval()'d code on line 1863

So, ignore my posts above!

Posted

I had the sql queury saved somewheres but cannot find it now.




you dont really need one..there is a patch out..but I dont think its 100% solid .. best bet is to edit the master skin...reset the skin key and save..then don't edit it again .. not even the toggle making it visible/hidden .. if you have to for some reason .. make sure you reset the key again .. if not any application installs wont have a master key to work from
Posted

tried the patch did not help, ran the sql right from acp and worked instantly.
and am able to edit stuff w/o issues now.
swore I had saved it for fast reference

Posted

It was an IP.content issue of some sort, fixed it now.




I was thinking skin issue (as its quite a pain) ... or an incorrect setup of IPC ... I was leaning toward skin bug .. as I know you've been template editing recently
Posted

tried the patch did not help, ran the sql right from acp and worked instantly. swore I had saved it for fast reference




it prolly just places a key in that field for the default skin .. which editing it and manually adding the key would do the same thing

simple enough query to make though .. if desired
Posted

even simpler if I saved the damn thing as planned LOL LOL :smile:




probably something like


UPDATE skin_collections SET set_key = 'default' WHERE set_image_dir = 'master'

and this one for the mobile skin as it seems to get lost too during edits


UPDATE skin_collections SET set_key = 'mobile' WHERE set_image_dir = 'mobile'



of coarse if you have renamed these skin folders .. you'd have to alter those accordingly

Posted

maybe, thought I had to make sure to add IP_ prefix somewheres (my tables use that) but I could be wrong.




depends on where you run it .. from the tool box .. it shouldn't require the prefix .. from phpmyadmin it would be required

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...