Advanced Tags & Prefixes

IPS Suite Advanced Tags & Prefixes 3.2.2

Register & Get access to index

Haim

Registered
Unfortunately, it's not working (error on the posting form) IPS v4.7.11.1
The following incompatibility occurred after moving from php 7.4.23 to 8.1.6 and upgrading Invision Community from 4.6.12.1 to 4.7.11, resulting in a 500 error in the admin center and in the public part of the site:

photo_2023-06-22_02-03-19.thumb.jpg.6783b4c9ffe89c3acc7079ff6c4322ad.jpg

Solution:
/applications/advancedtagsprefixes/hooks/forumLastPostPrefix.php

Find in p.207:
public function clubForm( \IPS\Helpers\Form $form )
Replaced by:
public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club )

/applications/advancedtagsprefixes/hooks/addPrefixToForm.php

Find in p.261:
public static function tagsFormField( $item, $container )
Replaced by:
public static function tagsFormField( $item, $container, $minimized = FALSE )
Error when editing Musicbox app playlist on front (related to Advanced Tags & Prefixes app )

/applications/advancedtagsprefixes/hooks/addPrefixToForm.php
Find in page 434:
implode( $extralang, ' ' )
Replaced by:
implode( ' ', $extralang )
 
Back
Top Bottom