Jump to content

-RAW-

Clients
  • Posts

    2,502
  • Joined

  • Days Won

    8

 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 -RAW-

  1. 4 hours ago, Legion of Honor said:

    @-RAW-

     

    I tried to upgrade the awards and I get errors.  It worked before on my test site, but it wont now that it is on my live site.  , can you take a look?

     

    SELECT * FROM `ibf_awards_upgrade` AS `awards_upgrade` WHERE data = 'as'
    IPS\Db\Exception: Table 'mctjim_mctjim.ibf_awards_upgrade' doesn't exist (1146)
    #0 /home2/mctjim/public_html/system/Db/Select.php(378): IPS\_Db->preparedQuery('SELECT * FROM `...', Array, true)
    #1 /home2/mctjim/public_html/system/Db/Select.php(440): IPS\Db\_Select->runQuery()
    #2 /home2/mctjim/public_html/system/Db/Select.php(361): IPS\Db\_Select->rewind()
    #3 /home2/mctjim/public_html/applications/awards/modules/admin/upgrade/awardsSystem.php(50): IPS\Db\_Select->first()
    #4 /home2/mctjim/public_html/system/Dispatcher/Controller.php(96): IPS\awards\modules\admin\upgrade\_awardsSystem->manage()
    #5 /home2/mctjim/public_html/applications/awards/modules/admin/upgrade/awardsSystem.php(33): IPS\Dispatcher\_Controller->execute()
    #6 /home2/mctjim/public_html/system/Dispatcher/Dispatcher.php(146): IPS\awards\modules\admin\upgrade\_awardsSystem->execute()
    #7 /home2/mctjim/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

    Hello,

    Hope everyone is doing good, I sold this app the new developer is InvisionHQ.

  2. 6 minutes ago, ePiom said:

    To correct my last post, it's not always top or bottom, 2 new awards was added and they were 3rd in the list

    After some testing...

    I created a new category and all new added awards are at the top each time. Well after a little drag to reorder, i added a new award and he was not at the top this time but second on the list.

    Look like if i drag an award i mess everything...

    Drag and drop categories are working great but it doesn't work with the awards no matter the categories they are in.

     

     

    Thanks for reporting I suspect what it is, will have a fix soon and will post here so you can email me & send you the new update.

  3. 9 hours ago, Police Community said:

    @-RAW- We still have this problem and don't have thus ContentRouter folder anywhere. I have searched through all directories and it does not exist. 

    Can you provide me with a response please to fix this issue?

    Thanks

     

    Email me so I can give you the latest version.

    9 hours ago, ePiom said:

    Hi,

    I would like to have my awards in my category sorted the way i want, right now the last award is always at the bottom of the list. Drag and drop the order of the awards in the ACP do nothing.

    Edit: Well i just noticed sometime the award is added to the bottom and sometime to the top... 

     

    Does this happen on all categories?

  4. 16 hours ago, Bill Edwards said:

    Great app - I use this all the time. Many thanks!!

    I would also like this available.

    One thing I don't like and I don't know it's possible to change is......

    When I change the Author, it shows correctly, but the topic starter doesn't change

    author.png

    Many thanks

    Bill

     

     

     

    17 hours ago, Karel Beuckelaere said:

    Kind reminder :-)

    Again thanks for this great mod

     

    Will have a look and update, haven't tested this plugin in a while.

  5. 2 minutes ago, Chris59 said:

    Okey Friends :) I did a guide how to use this app and how to add category and awards and how all works . will include it in all my award packages as well but I wanted you guys to have it and I hope it will help some who is new to this application. so feel free to download it and @-RAW- have review it and approve it .....

    Mega-Flat-Icons_18.png Happy Awards Mates  line_one_gold_01.png

    Award-Guide-v1.0.pdf

     

     

    Added to the description, Thanks, Chris!

  6. 2 hours ago, The Dark Wizard said:

    @-RAW-

    We still can't exclude badges. Does a fix for that exist in this thread?

     

    Yes, the latest version drop me a PM.

    22 minutes ago, iacas said:

    @-RAW-, if I dump my tables (please let me know what you'd need) with the data in them, or more admin control on my forum, could you sort this out?

    The bug is still fairly clearly with iAwards, and I'd obviously prefer to not have to disable it every time I want to re-count someone's content.

    I scanned through the /Applications/awards file and I don't know enough about IPS to know where iAwards is being asked for information so that this query could fail. Everywhere I looked (maybe I missed something), "awarded_" did not have a variable or a blank name after it.

    Except a few places. The first is line 49 of /hooks/awardsGet.php:

    
    foreach (\IPS\awards\Awarded::getItemsWithPermission($where, "awarded_{$this->award_sort} {$this->award_order}", \IPS\Settings::i()->award_settings_pane_total, 'view', NULL, 0, $this, TRUE, FALSE, FALSE, FALSE, NULL, FALSE, TRUE, TRUE, TRUE) as $awarded) {

    A similar instance occurs on line 101:

    
    foreach (\IPS\awards\Awarded::getItemsWithPermission($where, "awarded_{$this->award_sort} {$this->award_order}", \IPS\Settings::i()->award_settings_posts_total, 'view', NULL, 0, $this, TRUE, FALSE, FALSE, FALSE, NULL, FALSE, TRUE, TRUE, TRUE) as $awarded) {

    and 158:

    
    foreach (\IPS\awards\Awarded::getItemsWithPermission($where, "awarded_{$this->award_sort} {$this->award_order}", \IPS\Settings::i()->award_settings_hover_total, 'view', NULL, 0, $this, TRUE, FALSE, FALSE, FALSE, NULL, FALSE, TRUE, TRUE, TRUE) as $awarded) {

    Line 35 of /hooks/awardsSettingsForm.php:

    
    foreach ( \IPS\awards\Awarded::getItemsWithPermission( array( 'awarded_member = ?', $member->member_id ), "awarded_{$member->award_sort} {$member->award_order}", null, 'view', NULL, 0, $member, TRUE, FALSE, FALSE, FALSE, NULL, FALSE, TRUE, TRUE, TRUE, FALSE ) as $awarded )
    

    Line 58 of /modules/admin/awards/manage.php defines the langPrefix:

    
    $table->langPrefix    = 'awarded_';

    That's about it. So, it would seem that one of those first four instances is perhaps getting null for the {$this->award_sort} or {$member_award_sort} or something, resulting in the text "awarded_" with no suffix being run through a query when content is recounted.

     

    Will look now.

  7. 1 hour ago, G__ said:

    Alright makes sense, thanks for clarifying :)

    Sorry to bother you with one more thing but may I suggest you give users an option to disable category view :?

    Kind regards,

    G

     

    Will see what I can do in a future version as i see a few like the way we had it before.

  8. On 11/19/2016 at 10:37 PM, Joel R said:

    Hello @-RAW-

    Can you describe permissions:

    • Receive -- I'm assuming this needs to be "yes" if membergroup can receive
    • Self -- ??
    • Restrict Multiple -- only receive 1 award

     

     

     
    1. Receive: If yes the members in this group can receive the award.
    2. Self: If yes the members in this group  can award themselves with this award.
    3. Restrict Multiple: If yes members in this group can only be awarded once with this award.
    23 hours ago, G__ said:

    Sorry but how do I do that?(not sure what you mean)

    700b6b246d4b8ab8c21f04e6daae9a8c.png 

    I mean like how do you have an award section with the awards lined up without going into the category and an achievements section as well. It doesn't let me format it like you have in the settings.

     

    Now we use categories and can't be displayed this way now, the reason category is used now is because some forums had many awards per category and it looked bad on the front end.

    18 minutes ago, GreatJackal said:

    RAW,

    Are you able to take a look at the permissions of your app? It seems to ignore permissions, when someone cannot award someone else a particular award, it still seems to allow them to do this.

    Thanks

     

    Hi,

    Just checked and all seems fine here, some emailed me about permissions issues but were fixed when they redid their permissions.

  9. 55 minutes ago, G__ said:

    How can I make my awards page look like the one shown here ->

    569dc0a6ddda7_ScreenShot2016-01-18at9.23.56PM.png.5f4bab381e83c58072664af81a08c5a6.png

     

    Mine looks like

    60b3cc1588ad049eac54f73432ef5bda.png

     

    It doesn't let me change the structure in the settings, it says an award must be in a category and group.

    I don't understand how you have an achievement group as well, hmm I think I'm missing out on an side plugin or something :p

    Hello, you need to enable the widget.

  10. 3 hours ago, iacas said:

    Yes. Ditto here. It worked before, and the permissions appear to have reset. I've changed them back. Thanks.

    @-RAW- did the video make my point? The recounting issue appears to have nothing to do with Rules by Kevin. It appears exclusively to be an iAwards problem/bug/issue.

     

    Yes I saw the video, but so far haven't been able to reproduce the error on my dev board, I have created some users and awarded then recounted but no errors yet.

  11. On 11/10/2016 at 2:35 AM, Bendensin said:

    Thanks. How do I fix it?

    Put more simply, how do I get Awards from this place where it doesn't work, to the point where it works properly?

     

    Email me at raw@invisionizer.com

    5 hours ago, iacas said:

    Add the row to the table:

    Screen%20Shot%202016-11-14%20at%205.31.0

    If you're not comfortable modifying an existing table… I guess wait or have someone do it for you?

    --------

    I haven't heard from @-RAW-. I emailed to request 1.0.8.3 as he suggested earlier. I continue to have issues with recounting content when only iAwards is enabled (no other plugins or applications except the IPS suite).

     

    I have replied and sent the file on email.

  12. 3 hours ago, Bendensin said:

    Can someone assist?

    Unknown column 'award_obtainable_enabled' in 'field list'

    Seems you're awards_awards table is missing this field.

  13. 16 hours ago, Unlucky said:

    Hi,

    Just thought I would use this again and installed on latest version of IPS and get this error. What do we need to do?

    Fatal error: Uncaught exception 'IPS\Db\Exception' with message 'MySQL server has gone away' in /usr/www/virtual/website.net/uk/system/Db/Db.php:393 Stack trace: #0 /usr/www/virtual/website.net/uk/system/Db/Db.php(722): IPS\_Db->preparedQuery('REPLACE INTO `i...', Array) #1 /usr/www/virtual/website.net/uk/system/Session/Front.php(299): IPS\_Db->replace('core_sessions', Array, true) #2 [internal function]: IPS\Session\_Front->write('ncaar3t0bkvpag7...', '') #3 [internal function]: session_write_close() #4 {main} thrown in /usr/www/virtual/website.net/uk/system/Db/Db.php on line 393

     

    Where did you get the error on the install or on front end?

    I just did a fresh install and had no issues.

     

    Screen Shot 2016-11-05 at 12.00.05 AM.png

    Screen Shot 2016-11-05 at 12.00.15 AM.png

  14. On 11/3/2016 at 2:35 PM, iacas said:

    Yes, to both of those, please.

    Also, @-RAW-, I still can't recount a member's content with iAwards enabled. I continue to get the same error I've shared with you a few times. It's not another package - it fails with iAwards only enabled with no other plugins or applications.

     

    Both @Kevin Carwile and I could not reproduce the error you are reporting, will have to wait if someone reports the same and give full access to further investigate.

    17 minutes ago, EmpireKickass said:

    Hello,

    For groups that don't have any awards have an tab on there profile named "awards" I want to able to have that removed if that users does not have that award. I have three ranks that have no permissions to receive any and I do not want to see the awards tab

     

    Will see what i can do.

  15. 1 hour ago, iacas said:

    Thanks. We got the one thing working (I can issue an award in the ACP now), and removed the weird display in the Groups permissions in ACP, but I still can't issue awards from the main site (I can in the ACP for now), and I can't recount content in the ACP for a user without getting an ugly error.

     

    I've replied to one of your emails since I got a post limit and can't reply to the PM.

  16. 36 minutes ago, iacas said:

    Small update, too: when I view the permissions in the ACP under "Members" -> "Groups" -> "Permissions" -> "Awards", they are slightly "off" there from what I've set elsewhere. For example, there are two "View" columns and one of them is all screwy. This area of the ACP also shows a single monthly award under "Yearly" for some reason, and other things are out of order and screwy.

    https://cl.ly/0v1A393C3O1e

    @-RAW-, please help out. I'm happy to poke around in the database. It feels like maybe skipping an update has left the database in an awkward state.

     

    Can you email me an admin account so I can troubleshoot? 

    I am not able to reproduce this error on my dev board.

    Email: raw@invisionizer.com

  17. 9 hours ago, Bendensin said:

    Thank you GrooveOnBeat. I had to buy it again, but re-uploading it seemed to work, that is, it is intact again.

    Does anybody know where I might find out how to set up awards, then actually award them to members? I can't get into the Invisionizer forum to ask. And when I contact support there, I get no reply.

     

    Hello,

    You can award members from ACP categories => manage awarded or from the + Create on front end.

  18. 1 hour ago, micronx said:

    hello again,

    I have user as all assigned management permissions, but he can not in acp edit, change permissions, copy, etc. of awards.

    why this happens?

    awards.jpg

     

    what he sees and can do

    64a5996ac5974f718cc75fe6f25c6be1.jpeg

     

     
     

    Please try the new update I've just uploaded.

×
×
  • Create New...