Jump to content

Fosters

Clients
  • Posts

    2,206
  • Joined

  • Days Won

    29

 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 Fosters

  1. 47 minutes ago, Agent Shark said:

    So I put a trophy to be awarded when a user purchases the Premium subscription. I tested it with an account, didn't work. Even did it via Commerce and forum usergroup. What do I do?

    btw, what does the Debug Page say? What criteria were set?

  2. On 2.8.2017 at 2:54 PM, Pedro Ibáñez said:

    Ok @Fosters thanks a lot!

    Fixed in the next release:)

    42 minutes ago, Agent Shark said:

    So I put a trophy to be awarded when a user purchases the Premium subscription. I tested it with an account, didn't work. Even did it via Commerce and forum usergroup. What do I do?

     A new release will be available later today, which should help with this issue => 

  3. 5 hours ago, Square Wheels said:

    Never mind, I didn't realize I needed to expand Bookmarks in Applications to see it.

    Yes, I apologize if that wasn't clear in my Marketplace description which referenced the IPS Guide on Module level permissions.

    You need to open up the Bookmarks application to view the "My Bookmarks" module, and control the permissions from there.  

    598115d4cd835_BookmarkPermissions.thumb.PNG.0f42c173e5a2439549ce63ad27d88e9f.PNG

    1. Click on the arrow next to "Favorite Content Bookmarks" to expand the app
    2. Click on the lock icon for My Bookmarks to set Permissions.  
  4. 5 minutes ago, Noni said:

    It's a perfect app. However, what happens when there are too many picks? A load more button should exist... to lighten up the loading time of the page.

    I also suggested other possible improvements here:

     

    There's a pagination, just like on the original picks page.

     

    Thanks, that's a nice list, we'll see what else we'll add to this.

  5. 2 minutes ago, DannyPhantom said:

    @Fosters

    Jira has much more things, but it looks overpacked. It was more a impression if you want to take a look there :D 

    Yea, I'm aware of jira and youtrack and we've picked the best features from them, but we don't have the resources atlassian has:D
    And TBH, the target audience for this app isn't really big enough to spend too much time with such features, but I love workflows and I the project manager will see such enhancement in 2.3

  6. 3 minutes ago, Vova Zk said:

    @Fosters, can you please reply to this?

    Sorry, I missed your reply.

    I can’t see that you’ve purchased this app. Are you sure that you bought it? Does it appear here https://invisioncommunity.com/clients/purchases/ for you? 

    On 25.7.2017 at 2:51 AM, Volstate said:

    I just wish there was a way to convert to this from Iawards so I didn't lose all my awarded members :(

    Next version includes a iAwards to medals converter.

  7. 55 minutes ago, Logan Ferezy said:

    UPDATE `applicationform_fields` applicationform_fields  SET `type`='Radio',`options`='["Yes","No"]',`multiple`=true,`required`=false,`search_type`='exact' WHERE id=24 
    IPS\Db\Exception: Unknown column 'search_type' in 'field list' (1054)
    #0 /home/vtcrecruiter/public_html/system/Db/Db.php(990): IPS\_Db->preparedQuery('/*IPS\\Node\\_Mod...', Array)
    #1 /home/vtcrecruiter/public_html/system/Patterns/ActiveRecord.php(492): IPS\_Db->update('`applicationfor...', '`type`=?,`optio...', 'WHERE id=?')
    #2 /home/vtcrecruiter/public_html/system/Node/Model.php(2183): IPS\Patterns\_ActiveRecord->save()
    #3 [internal function]: IPS\Node\_Model->save()
    #4 /home/vtcrecruiter/public_html/init.php(447) : eval()'d code(882): call_user_func_array('parent::save', Array)
    #5 /home/vtcrecruiter/public_html/system/Node/Model.php(2967): IPS\Node\collab_hook_ipsNodeModel->save()
    #6 /home/vtcrecruiter/public_html/system/Node/Controller.php(391): IPS\Node\_Model->saveForm(Array)
    #7 /home/vtcrecruiter/public_html/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form()
    #8 /home/vtcrecruiter/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #9 /home/vtcrecruiter/public_html/applications/applicationform/modules/admin/forms/position.php(35): IPS\Node\_Controller->execute()
    #10 /home/vtcrecruiter/public_html/system/Dispatcher/Dispatcher.php(146): IPS\applicationform\modules\admin\forms\_position->execute()
    #11 /home/vtcrecruiter/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #12 {main}

     

    Hm, I wasn't able to reproduce this, but I've found another bug which will be fixed in the next release.
    If you want to fix it now, please open file applications/applicationform/sources/Position/Field.php
    Search for 

     public function form(&$form)
        {
            parent::form( $form );
            unset( $form->elements['']['pf_search_type'] );
        }

    replace it with

     public function form(&$form)
        {
            parent::form( $form );
    
            unset( $form->elements['']['pf_search_type'] );
            unset( $form->elements['']['pf_search_type_on_off'] );
        }

     

  8. 3 hours ago, Vova Zk said:

    How do I upgrade the version? When I go to the marketplace page, I just see the "Buy" option.

    Have you bought the app?

    2 hours ago, C4D Cafe said:

    There is a bug where my regular (and some other groups) users or new users get Admin trophy or moderator trophy or dont get any of the trophies for no good reason, any idea why this happens or its a bug? 

    I can't reproduce this on my own installations. Could we get ACP access to take a look at this?

    6 hours ago, Pedro Ibáñez said:

    Yesterday I had little medals and today very big, help please Fosters...

     

    5979c51bba073_Capturadepantalla2017-07-27alas12_47_37.png.5363b01c4f64305c86cf3ef26e167fee.png5978fa4735ce5_Capturadepantalla2017-07-26alas22_23_00.png.27bd284acc450a955f6e49df99e522e0.png.a3228a1be64e40ba30fb43fd4ddbdfa3.png

    Have you changed anything? I can't see how this could have happened without any user interaction.

×
×
  • Create New...