TinyPortal

Development => Support => Topic started by: davejo on November 16, 2023, 09:49:33 AM

Title: Hooks issue
Post by: davejo on November 16, 2023, 09:49:33 AM
Link to my forum: http://www.quizland.co.uk
SMF version: SMF ver. 2.1.4
TP version: TP ver. 2.3.1
Default Forum Language: English
Theme name and version: News 2.1.4
Browser Name and Version: Brave 1.58.137

I have uninstalled and reinstalled the portal but no matter what I do I cannot get those hooks to work. The portal works fine and there are no errors reported.

Any ideas anyone please?
Title: Re: Hooks issue
Post by: @rjen on November 16, 2023, 10:14:12 AM
That is working as expected: TinyPortal has a bit of a special way to apply the hooks: there is one core hook -integrate_pre_load-  that actually loads the other hooks.

As a result you cannot (and need not) individually activate / deactivate the other hooks..
Title: Re: Hooks issue
Post by: davejo on November 16, 2023, 04:49:29 PM
Quote from: @rjen on November 16, 2023, 10:14:12 AMThat is working as expected: TinyPortal has a bit of a special way to apply the hooks: there is one core hook -integrate_pre_load-  that actually loads the other hooks.

As a result you cannot (and need not) individually activate / deactivate the other hooks..

Thank you @rjen