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

Posts posted by Jujuwar

  1. 23 minutes ago, Pedro Ibáñez said:

    Hi Ryan H.,

    Is this error causede by the app?;

    There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are:

    
    ALTER TABLE `forums_forums` CHANGE COLUMN `require_prefix` `require_prefix` TINYINT NULL DEFAULT 0 COMMENT 'AT&P: Require a prefix'
    
    ALTER TABLE `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 `forums_topic_mmod` CHANGE COLUMN `topic_prefix` `topic_prefix` INT NULL DEFAULT -1 COMMENT 'AT&P: Topic prefix'

     

     

  2. Ok, I'll take a look in DB.

    I've found some new bugs (I'm sorry :console:):

    • It seems that "require prefix" is ignored even if the member is not a global moderator
    • When you edit a forum, you set a list of allowed prefixes. You need to reload the page to select a default prefix (probably not a bug but a feedback)
    • The first prefix in "allowed prefix" list isn't in the default prefix list (see my capture bellow)
    • Default prefix isn't selected when you create a new topic

     

    55dbbcba64d8c_Capture_dcran_2015-08-25__

  3. Thanks, seems to be ok now :)

    P.S: I can't really fix existing ones with the tag manager, when I try to edit or delete the empty tag, I've an error: "2P101/3 We could not locate the item you are trying to view.".

    But it's not really important, there is less than 100 topics that have this empty tag.

  4. urg. Okay. Can you give any more info? Are prefixes enabled there? Any selected? Are tags enabled there? Open or closed mode?

    Hello,

    Do you think that you've found the blank tag issue with the informations that I give you? (or maybe you didn't have the time to look at this problem yet?)

  5. For some reason, after the main article that appears at the top I seem to get an indent on the others...any idea why?

    99fv72E.png?1

    @Ralf Herrmann - Have you got any idea on this?

    I don't know how GridLayout should work, but here the reason of this :

    The first ipsGrid_span6 after the ipsGrid_span12 has this style :

    html[dir="ltr"] .ipsGrid_span12:nth-child( 1n ), html[dir="ltr"] .ipsGrid_span12 + [class*="ipsGrid_span"], html[dir="ltr"] .ipsGrid_span6:nth-child( odd ), html[dir="ltr"] .ipsGrid_span4:nth-child( 3n+1 ), html[dir="ltr"] .ipsGrid_span3:nth-child( 4n+1 ), html[dir="ltr"] .ipsGrid_span2:nth-child( 6n+1 ), html[dir="ltr"] .ipsGrid_span1:nth-child( 12n+1 ) {
        margin-left: 0;
    }

    and the others have this :

    html[dir="ltr"] .ipsGrid > [class*="ipsGrid_span"] {
        float: left;
        margin-left: 2.127659574468085%;
    }

     

  6. Just released a new version 3.0.3. Should fix the issues noted above. Thanks Jujuwar. You can download it on the marketplace.

    3.0.3 Changelog:

    • Fixed an error on forum save.
    • Fixed an error on prefix table display, and quick search not working, in some circumstances.
    • Fixed prefix and tag fields allowing invalid characters (", ', <, >).

    Thanks, it is fixed for me :)

  7. That's probably correct. There was a list of disallowed characters in 3.x, but I didn't see that for 4.x so I didn't include any such filter. I'll take a closer look at that. Thanks again.

    This filter is from IPS, no? I tested to enter an apostrophe in the IPS tag field and this apostrophe is automatically remove with a little tooltip that says "specials characters are not permitted".

    http://screencast.com/t/vRTSAo5t2skP

    http://screencast.com/t/aqZhklW7NT

     

×
×
  • Create New...