Jump to content

SerialNoob

Members
  • Posts

    262
  • Joined

 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 SerialNoob

  1. 8 hours ago, TheJackal84 said:

    Not at the minute but I can look into something like that

    Thank you.

    1 - It would be nice to have individual logs, it is not easy at all to find records with the global logs 

    1.1 - An overview or homepage showing the balance (more visible), form to send points, member's log, link to purchased item 

    2 - Please think about extending content points to clubs

  2. 1 minute ago, Adriano Faria said:

    I'm not talking about create clubs but create TOPIC FEATURES; anyone can.

    Sorry, got s*** in the eyes, didn't read well..

    2 minutes ago, Adriano Faria said:

    Anyway, I'll try to add this to ADMINs only. No ETA right now.

    Thank you :wub:

  3. 1 hour ago, Adriano Faria said:

    You don’t edit club features (topics) as a regular forum. Only title and description are there. Even if I add those fields, anyone when creating a club feature would be able to set a different number of topics/unit per feature, which doesn’t make sense, since this should be an admin decision. 

    I'm the only one allowed to create clubs on my forum. I'm using the club feature in a different way.

  4. 8 minutes ago, Fosters said:

    A member with trophy 11

    I knew you would understand this gibberish !!!!

    8 minutes ago, Fosters said:

    Have you deleted any trophies recently?
    When a trophy is deleted, all the data which associate the member accounts with the trophy or medal should be deleted too.

     

    Yes, deleted some.

    9 minutes ago, Fosters said:

    Please take a look at table trophies_members and check if any member has 11 inside the  trophy_id column.

    Fixed! Thanks!

  5. Hello,

    I'm getting the following error on ONE member's profile, only one member.

    scr_393.png

    OutOfRangeException:  (0)
    #0 /home2/****/public_html/applications/trophies/sources/Trophy/MemberTrophy.php(86): IPS\Patterns\_ActiveRecord::load(11)
    #1 /home2/****/public_html/system/Patterns/ActiveRecord.php(307): IPS\trophies\Trophy\_MemberTrophy->get_item()
    #2 /home2/****/public_html/init.php(448) : eval()'d code(595): IPS\Patterns\_ActiveRecord->__get('item')
    #3 /home2/****/public_html/applications/trophies/extensions/core/StreamItems/Award.php(53): IPS\Patterns\rules_hook_ipsPatternsActiveRecord->__get('item')
    #4 /home2/****/public_html/system/Content/Search/Results.php(639): IPS\trophies\extensions\core\StreamItems\_Award->extraItems(Object(IPS\Member), 1508088021, NULL)
    #5 /home2/****/public_html/applications/core/modules/front/members/profile.php(228): IPS\Content\Search\_Results->addExtraItems(Array, Object(IPS\Member))
    #6 /home2/****/public_html/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\_profile->manage()
    #7 /home2/****/public_html/applications/core/modules/front/members/profile.php(64): IPS\Dispatcher\_Controller->execute()
    #8 /home2/****/public_html/system/Dispatcher/Dispatcher.php(146): IPS\core\modules\front\members\_profile->execute()
    #9 /home2/****/public_html/index.php(12): IPS\_Dispatcher->run()
    #10 {main}

    I can't figure out why this specific account is experiencing this issue, maybe you could help after seeing the error message.

  6. Hello,

    Thanks for the update, I finally got to use the app, YaY :)

    However, the criteria "user has purchased" results in the following error whenever I test it on any member

    SELECT count(*) FROM `ipbnexus_purchases` AS `nexus_purchases` WHERE ps_member=3217 AND
    IPS\Db\Exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 (1064)
    #0 /home/****/public_html/system/Db/Select.php(378): IPS\_Db->preparedQuery('SELECT count(*)...', Array, true)
    #1 /home/****/public_html/system/Db/Select.php(440): IPS\Db\_Select->runQuery()
    #2 /home/****/public_html/system/Db/Select.php(361): IPS\Db\_Select->rewind()
    #3 /home/****/public_html/applications/trophies/extensions/trophies/TrophyCriteria/Nexus.php(62): IPS\Db\_Select->first()
    #4 /home/****/public_html/applications/trophies/sources/Trophy/Trophy.php(361): IPS\trophies\extensions\trophies\TrophyCriteria\_Nexus::memberMeetsCriteria(Object(IPS\Member), Object(IPS\trophies\Trophy), NULL)
    #5 /home/****/public_html/applications/trophies/modules/admin/trophies/trophy.php(69): IPS\trophies\_Trophy->memberMeetsCriteria(Object(IPS\Member), NULL, Array, true)
    #6 /home/****/public_html/system/Dispatcher/Controller.php(85): IPS\trophies\modules\admin\trophies\_trophy->testTrophy()
    #7 /home/****/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #8 /home/****/public_html/applications/trophies/modules/admin/trophies/trophy.php(35): IPS\Node\_Controller->execute()
    #9 /home/****/public_html/system/Dispatcher/Dispatcher.php(146): IPS\trophies\modules\admin\trophies\_trophy->execute()
    #10 /home/****/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

    Am I doing something wrong?

×
×
  • Create New...