Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 29, 201014 yr File Name: (SOS32) Hook Settings in Manage HooksFile Submitter: Adriano FariaFile Submitted: 29 Oct 2010File Updated: 05 Jul 2011File 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 1Click here to download this file
November 14, 201014 yr Author It works on my live board... and I guess it works for others 32 users who download this mod.
November 14, 201014 yr Author That's my live board: I could stay hours telling that it works and you telling that don't... patience. Retested and I can see no problem with it.
November 25, 201014 yr 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
November 26, 201014 yr 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?
November 30, 201014 yr 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.
November 30, 201014 yr Author code}&do=view_details&id= In other words, where you have the &, should I change it to &? Yes, they're the same.
November 30, 201014 yr Thank you. And what do I do with this:=code&&module= You have 2 in a row. Is that OK? Thanks again.
July 6, 201113 yr 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§ion=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.