Jump to content

Download: (SOS32) Hook Settings in Manage Hooks


Adriano Faria

Recommended Posts

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

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

Link to comment

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.

Link to comment
  • 7 months later...

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.

Link to comment

Archived

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

  • Recently Browsing   0 members

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