Adriano Faria Posted October 29, 2010 Posted October 29, 2010 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
Adriano Faria Posted November 14, 2010 Author Posted November 14, 2010 It works on my live board... and I guess it works for others 32 users who download this mod.
Mahal Bhangu Posted November 14, 2010 Posted November 14, 2010 m also using 3.1.3 nd edits same files but its not working bro
Adriano Faria Posted November 14, 2010 Author Posted November 14, 2010 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.
Genestoy Posted November 25, 2010 Posted November 25, 2010 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
Circo Posted November 26, 2010 Posted November 26, 2010 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?
Timberwolf1771 Posted November 30, 2010 Posted November 30, 2010 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.
Adriano Faria Posted November 30, 2010 Author Posted November 30, 2010 code}&do=view_details&id= In other words, where you have the &, should I change it to &? Yes, they're the same.
Timberwolf1771 Posted November 30, 2010 Posted November 30, 2010 Thank you. And what do I do with this:=code&&module= You have 2 in a row. Is that OK? Thanks again.
Adriano Faria Posted July 6, 2011 Author Posted July 6, 2011 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.