Jump to content

JiigSaaw

Members
  • Posts

    388
  • 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 JiigSaaw

  1. On 29/06/2017 at 9:46 AM, JiigSaaw said:

    So nice ! I've just moved all my forums to clubs yesterday before your release >_<

    A little suggest, it could be great to be able to:

    • Transfer a calendar to a club (Maybe just need to change relationship in database ?)
    • Show clubs calendars with "normals" in Calendar App view
    • Maybe Extend Clubs permissions with roles (With role is able to manage/view/create/delete tabs/forums/calendar/etc)

    Thank you

    @Adriano Faria Do you have plan for these features ? Just bought you great plugin !

  2. So nice ! I've just moved all my forums to clubs yesterday before your release >_<

    A little suggest, it could be great to be able to:

    • Transfer a calendar to a club (Maybe just need to change relationship in database ?)
    • Show clubs calendars with "normals" in Calendar App view
    • Maybe Extend Clubs permissions with roles (With role is able to manage/view/create/delete tabs/forums/calendar/etc)

    Thank you

  3. There is a problem for System Overwiew widget:

    RuntimeException: SplFileInfo::getSize(): stat failed for /home/www/symlink.html (0)
    #0 /home/www/applications/spaciouswidgets/extensions/core/Dashboard/systemOverview.php(70): SplFileInfo->getSize()
    #1 /home/www/applications/core/modules/admin/overview/dashboard.php(60): IPS\spaciouswidgets\extensions\core\Dashboard\_systemOverview->getBlock()
    #2 /home/www/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\overview\_dashboard->manage()
    #3 /home/www/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute()
    #4 /home/www/admin/index.php(13): IPS\_Dispatcher->run()
    #5 {main}

    The reason is that symlink.html is a Symlink, i think your getSize method must ignore symlinks / hardlinks to work correctly.

    Also, some results must be rounded (example for Server Load : 4.3333333333333%)

    Thank you for your work !

  4. On 27/07/2016 at 6:04 PM, Peter Sowerby said:

    ACP > Customization > Appearance > Themes > Edit HTML & CSS (default theme)
    Templates > forums > front > widgets > topicFeed

    Find:

    
    <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'>{$topic->title}</a>

    Replace with:

    
    <a href="{$topic->url()->setQueryString( 'do', 'getNewComment' )}" title='{lang="view_this_topic" sprintf="$topic->title"}' class='ipsDataItem_title'> {$topic->title}</a>

    Save.

    System > Support > Support: clear system cache.

    @Ryan H.

    If you can analyze, I've just added a space between class='ipsDataItem_title'> and {$topic->title}

    @Ryan H. Hi, a litte question, do you support prefix in large block view ? We can see that this is working on sidebar view but, if they are positionned on forums view ? Thanks

  5. Nice plugin,

    I've some suggestions, it could be great when creating an event:

    • To disable topic creation / association
    • To override topics forums selected (choose a particular forum for an event)
    • To delay topic creation (choose between now, at event start or event close)

    Thanks you :thumbsup:

  6. Hello !

    It seems that strings are not escaped, result is a buggy javascript file as:

    window.cookieconsent_options = {
    		message: ''+message+'',
            learnMore: 'Plus d'infos',
            link: 'https://www.cookielaw.org/the-cookie-law/',
        	dismiss: 'J'ai compris!',
          	theme: ''+theme+'',
    };

    Error shown: (index):188 Uncaught SyntaxError: Unexpected identifier

    Thanks you

  7. 13 hours ago, CanalWorld said:

    Hi,

    Does this work OK with 4.1.13.? Also, is there a migration process for migrating from the 3.4.x version of the app to 4.1?

    Thank you

    I'm using this mod on my IPS website with no problem. If you want a link for a live demo, send me a PM;)

  8. I doubt, Official PHP 7 support is planned for IPS 4.1.14.

    In fact, PHP 7 is already supported, not official because a third party plugin don't support it.

    Quote
    • HTMLPurifier has been updated to 4.8.0. This now allows for PHP 7 support in IPS Community Suite.

     

  9. 5 minutes ago, Adriano Faria said:

    I can reproduce it and I have absolutelly no idea why. This plugins uses the language system as any another plugin out there. I'll take a look with IPS devs and will update the file when it's done.

    Thanks you, stay us tuned of result :thumbsup:

  10. 7 hours ago, Luis Barragan said:

    Just purchased but doesn't seem to work on the latest version. Shows a white box.

    Screen Shot 2016-07-21 at 7.44.57 PM.png

    I've the same problem after translating strings, nothing appears now. And i'ts impossible to translate live this plugin (not working).

    Area appears with content for 1 second and disappear, plugin disabled until fixed.

    Thanks you for your work !

  11. Hello,

    When reading system logs, i've seen many occurences of OutOfRangeException for your plugin.

    #0 /system/Dispatcher/Front.php(466): IPS\_Widget::load(Object(IPS\membernotes\Application), 'memberNotes', 'XXXXXXX', Array, NULL, 'horizontal')
    #1 /system/Dispatcher/Dispatcher.php(131): IPS\Dispatcher\_Front->finish()
    #2 index.php(13): IPS\_Dispatcher->run()
    #3 {main}

    Just to inform you ;)

    Also IPS support alert on system check to run these queries:

    UPDATE `membernotes_notes` SET `note_content`='' WHERE `note_content` IS NULL;
    ALTER TABLE `membernotes_notes` CHANGE COLUMN `note_content` `note_content` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '';

     

  12. Nice app, but in found a bug in Awards section of Admin CP.

    If you copy an award, edit the copy and save. Award is not visible until you edit permissions (same as original) and save.

    In addition, number of awarded members is the same as original until you award a member with the copy (number seems to be recounted with this action). If you click on the number of the award copy, anyone is shown, normal as no member was awarded with the copy, but the couner is the same as the original.

    Thanks for you work

  13. Hello,

    I'm very interested in your plugin, but as it is expensive, i'm looking for a demonstration or demo version to test it if possible.

    Screenshots show us what it add on ACP, but not what we can do on front with it.

    If you can provide a demonstration plugin version, a demo board to test it or more screenshots, it will be much appreciated !

    Thanks you for your work

  14. Not working on latest IPS version (4.1.12.3)

    Quote

    A configuration or server error has occurred

    ErrorException: Parameter 1 to IPS\forums\_Forum::form() expected to be a reference, value given (2)

    Can you update your plugin ? Thanks.

  15. 9 hours ago, Martin1980 said:

    Hmm. This can be done through the rules app as well? May I suggest to make a closer integration with the rules app? :)  

    It's a bad idea for those don't need this APP. You are saying that if we need this functionnality, we must install, purchase a big app from another developer.

    And i don't speak about high performance impact for adding this new app for just one rule.

  16. 1 hour ago, Adriano Faria said:

    @Martin1980, @Chris Bell, @JiigSaaw, @socceronly and everybody else interested on this app, I'm planning an upgrade soon.

    I know you all made suggestion but it is all spread out on the topic. Can you make a list with that suggestion and send via PM? It's easier to track.

    Thank you.

    Nice to hear, this is your list:

    If anyone think i've missed something, tell us what :)

    @Adriano Faria All suggest with post link ;)

    Thank you !

     

×
×
  • Create New...