Jackson Meira Posted September 15, 2024 at 03:48 AM Share Posted September 15, 2024 at 03:48 AM (edited) Hello, I'm going to use this topic so that you can help me with some hooks that I'm having problems with. I'm doing a gradual migration and really figuring out what works and what doesn't. I used the hook below to be able to select my custom layouts within the Jreviews panel, but it seems to no longer be working. Clickfwd\Hook\Filter::add('listing_list_layouts', function($options) { $options = array_merge($options,[ 'blogview' => 'Blogview', 'tableview' => 'Tableview', 'thumbview' => 'Thumbview', 'customlist' => 'Custom List', ]); return $options; }); Thanks! Edited September 15, 2024 at 03:49 AM by Jackson Meira Link to comment
Alejandro Posted September 15, 2024 at 05:13 PM Share Posted September 15, 2024 at 05:13 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Jackson Meira Posted September 15, 2024 at 05:39 PM Author Share Posted September 15, 2024 at 05:39 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted September 15, 2024 at 06:00 PM Share Posted September 15, 2024 at 06:00 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Jackson Meira Posted September 15, 2024 at 06:55 PM Author Share Posted September 15, 2024 at 06:55 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Jackson Meira Posted September 17, 2024 at 07:50 PM Author Share Posted September 17, 2024 at 07:50 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted September 17, 2024 at 08:41 PM Share Posted September 17, 2024 at 08:41 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Jackson Meira 1 Link to comment
Jackson Meira Posted September 17, 2024 at 09:38 PM Author Share Posted September 17, 2024 at 09:38 PM (edited) This section is only visible with a valid subscription. If you have a valid subscription, please login. Edited September 17, 2024 at 09:41 PM by Jackson Meira Link to comment
Jackson Meira Posted September 17, 2024 at 09:48 PM Author Share Posted September 17, 2024 at 09:48 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted September 17, 2024 at 10:02 PM Share Posted September 17, 2024 at 10:02 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Jackson Meira 1 Link to comment
Jackson Meira Posted September 17, 2024 at 10:27 PM Author Share Posted September 17, 2024 at 10:27 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Solution Alejandro Posted September 17, 2024 at 11:05 PM Solution Share Posted September 17, 2024 at 11:05 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Jackson Meira and n00bster 2 Link to comment
Recommended Posts