Jump to content

Download: (SOS32) Hook Settings in Manage Hooks


Adriano Faria

Recommended Posts

  • 3 weeks later...
  • 2 weeks later...
Posted

Thanks Adriano, works perfect on 3.1.4 :thumbsup: can't tell you how many times I have searched the ACP for the "hook settings" :whistle:

For the user that it "its not working"
Try clicking on the "Reimport application hooks" button
And also remember that not all hooks have "settings" so it won't show for those hooks

Posted

Oh man I am so close I can feel it :)

Everything looks right the edits look ok, but when I click Hook Setting it takes me to the ACP home page. I am hoping I did something dumb, any ideas?

Posted

I have no doubt that this code works. But I have a question. I haven't changed my the file at all, and when I do a find for your first code string, it comes up with nothing. When I look at the code you have there, you have a few things that say something like this:

code}&do=view_details&id=

should it be this?

code}&do=view_details&id=

In other words, where you have the

&

, should I change it to

&

?

Any help you can give me in this would be great. Thank you.

  • 7 months later...
Posted

The only edit in admin/applications/core/skin_cp/cp_skin_applications.php is:

	if( $r['settingGroups'] )

    {

   	 $HTML .= <<<EOF

   		 <li class='icon password'><a href='{$this->settings['base_url']}&app=core&module=settings&section=settings&do=setting_view&conf_group={$r['settingGroups']}'>Hook Settings</a></li>

EOF;

    }


For some reason, it's showing right on HTML instructions but when you copy and past, it brings with error, and when you click on Hook Settings link, you're redirected to the Admin CP index.

Archived

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

  • Recently Browsing   0 members

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