Jump to content

Download: (SOS32) Hook Settings in Manage Hooks

Featured Replies

Posted

File Name: (SOS32) Hook Settings in Manage Hooks
File Submitter: Adriano Faria
File Submitted: 29 Oct 2010
File Updated: 05 Jul 2011
File Category: Modifications

This mod will add a link to hooks setting in Manage Hooks. The new link will appear only in hooks that have some setting.

Notes:

  • 2 files edit required
  • Tested only in IP.Board 3.2.0 Beta 1


Click here to download this file
  • 3 weeks later...

its not working sir

  • Author

It works on my live board... and I guess it works for others 32 users who download this mod.

m also using 3.1.3 nd edits same files but its not working bro

  • Author

That's my live board:

%7Boption%7D

I could stay hours telling that it works and you telling that don't... patience.

Retested and I can see no problem with it.

  • 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

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?

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.

  • Author

code}&do=view_details&id=

In other words, where you have the

&

, should I change it to

&

?


Yes, they're the same.

Thank you. And what do I do with this:

=code&&module=



You have 2 in a row. Is that OK?

Thanks again.

  • 7 months later...
  • Author

Updated to IP.Board 3.2.X.

  • Author

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

  • No registered users viewing this page.