Osclass Support Forums

Osclass theme support => Beta Osclass Theme => Topic started by: umimo on June 01, 2022, 07:30:28 PM

Title: change custom fields location
Post by: umimo on June 01, 2022, 07:30:28 PM
change custom fields to bottom
Title: Re: change custom fields location
Post by: MB Themes on June 01, 2022, 08:04:05 PM
Hook manager plugin can help to move functions inside hook.
Title: Re: change custom fields location
Post by: umimo on June 01, 2022, 09:17:27 PM
another way ?
Title: Re: change custom fields location
Post by: MB Themes on June 02, 2022, 08:16:30 AM
Move item_detail hook, but that mives whole content.
Order of olugins isnin order they are installed, hook priority can be changed in osc_add_hook function as third parameter.
Title: Re: change custom fields location
Post by: umimo on September 04, 2022, 12:57:14 PM
Move item_detail hook, but that mives whole content.
Order of olugins isnin order they are installed, hook priority can be changed in osc_add_hook function as third parameter.

Please help to do this
Title: Re: change custom fields location
Post by: MB Themes on September 04, 2022, 03:19:15 PM
@umimo
You just edit osc_add_hook function in plugin files.
Third parameter is priority/position.
1 - highest
10 - lowest