Jump to content

Jujuwar

Members
  • Posts

    617
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Jujuwar

  1. Did you apply the update of this app that brings 4.4 compatibility? You should check if app's version is 3.2.0 😉
  2. Yes, but I didn't test the update of the app that @Kevin Carwile just published today 😉 I supposed that the update should fix the problem that I fixed with the temporary solution that I provided.
  3. An update is published now: I didn't test it right now but should be ok I think!
  4. I don't know if you found a temporary fix at this time but for anyone else that may have this problem until a patch is published: This is due to a constant that doesn't exists anymore in IPS 4.4 : Error: Undefined constant 'IPS\HTMLENTITIES' After checking, in the file init.php (v 4.3.6): 'HTMLENTITIES' => ENT_DISALLOWED, // @deprecated and will be removed in 4.4 The fix: Edit the file applications/advancedtagsprefixes/hooks/formatPrefix.php and replace (2 places): \IPS\HTMLENTITIES by ENT_DISALLOWED and run the support tools to clear the cache.
  5. I don’t see any issue at this time.
  6. Are you working with dev mode? If yes, maybe you can try to disable it?
  7. Have you example of special chars? Because I tried to delete some test tags on my forum (version 4.2.2) and it works fine.
  8. I just tried to manage tags,prefix,... in ACP and it works on 4.2 b4. Same on frontend, I didn't see any issue.
  9. Hi, Are you on 4.1.19 ? If yes, try to upgrade to 4.1.19.1, it should fix your issue.
  10. Yes, patches are included and this version works with this ad-don
  11. You wait for the next update of IPS (4.1.19.1 probably) or you download the first patch (An issue has been identified where certain hooks may stop working on 4.1.19. If you are having problems with some third party plugins or applications, upload this file) mentioned here : https://invisionpower.com/release-notes/4119-r59/ and you apply it via FTP in the same directory mentioned in the link of the patch (system/Theme)
  12. What did they say exactly? I just tried to update this application on my test site and I don't get any error. Did you try to unzip the archive with 7Zip (if you don't already do it with this one)?
  13. I sent you a PM with FTP and admin access to my test site.
  14. Hello, I've tried to update my test forum to 4.1.19b3 and it seems that AT&P isn't compatible with this version. Prefix aren't visible, just as mentionned in Furthermore, in support tools, there is database error in relation with the app: ALTER TABLE `IPB_forums_forums` CHANGE COLUMN `require_prefix` `require_prefix` TINYINT NULL DEFAULT 0 COMMENT 'AT&P: Require a prefix' ALTER TABLE `IPB_forums_forums` CHANGE COLUMN `show_prefix_in_desc` `show_prefix_in_desc` TINYINT NULL DEFAULT 0 COMMENT 'AT&P: Show prefixes on index' ALTER TABLE `IPB_forums_topic_mmod` CHANGE COLUMN `topic_prefix` `topic_prefix` INT NULL DEFAULT -1 COMMENT 'AT&P: Topic prefix' If needed, I can give an access to my test forum.
  15. In the ACP > Community > Advanced Tags > Settings : disable "Add topic prefix to the page title"
  16. I take a look at that and the difference is that when Advanced Tags & Prefixes is enabled the <span> of prefix contains the template Core > Global > Prefix {{if $text}} <a href="{url="app=core&module=search&controller=search&tags={$encoded}" seoTemplate="tags"}" title="{lang="find_tagged_content" sprintf="$text"}" class='ipsTag_prefix'><span>{$text}</span></a> {{endif}} This template was update in .17, to add the condition {{if $text}} And when I disable the app, the span doesn't contains this link. This template is called in Forums > Topics > Topic at line 70 {{if $topic->prefix() OR ( $topic->canEdit() AND $topic::canTag( NULL, $topic->container() ) AND $topic::canPrefix( NULL, $topic->container() ) )}} <span {{if !$topic->prefix()}}class='ipsHide'{{endif}} {{if ( $topic->canEdit() AND $topic::canTag( NULL, $topic->container() ) AND $topic::canPrefix( NULL, $topic->container() ) )}}data-editablePrefix{{endif}}> {template="prefix" group="global" app="core" params="$topic->prefix( TRUE ), $topic->prefix()"} </span> {{endif}} In the prefix template, $text is the second parameter Hope this will help you!
  17. It seems that this problem is only on mobile.
  18. No problem, take your time, it seems not important as it's just a visual problem.
  19. Hello, With the new update 4.1.17, I've a problem with this application. It displays an empty tag on every topic I view
  20. I can confirm the bug reported by @Joel R If needed, I can provide a test site with access
×
×
  • Create New...