Jump to content

TheJackal84

Members
  • Posts

    2,559
  • Joined

  • Days Won

    39

 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 TheJackal84

  1. 4 hours ago, jinnie said:

    can these gifts be displayed under the author info in posts like trophies and medals or is it just on the profile and under the signature spot?

    at the minute they are in the profiles and topics signature spot, but if you wanted it in the user info panel I am sure I can work them into it, dunno if you have this but I might add it to that too 

     

  2. 11 hours ago, Soluna16 said:

    Please someone help me, no users that registered after I installed this app are receiving any points

    what version are you using?

    5 hours ago, darth12 said:

    I simply want to be able to reward (and track) people that submit files to the website (ie award points for an upload) and also reward them based on how popular the file they submit is (ie award points for downloads of that file by other people). I will then make some custom shop items with rewards like 100 points = $10 Amazon voucher which I will manually PM them with once they redeem their points. Will this work?

    there are many ways you could do it, you could offer them points to upload then you can set the points per download, so every download they receive will award them points, But if you do that you should restrict the amount of downloads people have in-case they download the same file 10 times in a row and make sure you are logging the downloads so yiu can see if anyone is abusing it and if they are it's down to you what you do with them,

    Other way is allow them to charge points for their files, they upload and set the file to be 10 points then you take a % of that etc etc etc,

    6 hours ago, darth12 said:

    Also, all downloads will be free. Do I have to display the "FREE" cost for each file like you have in your screenshots? The only people that points are relevant for will be uploaders/people who submit a file.

    it only shows free on mine cos I have nexus enabled and allow files to be sold for $$$ so that's why it will say free as some are free some are $$$ on there

  3. Just now, BDD said:

    When I go there, I just see the info for the tabs -- ohhhh -- is that what you meant? Were you thinking the tabs were duplicated somehow?

    (I thought you were saying I should look at the list of icons used for each member, and I wasn't seeing that.)

    I thought it may of duplicated the social links etc in the list there, but it didn't it was a missing section in the query to pull the members links, it's all sorted now so shouldn't be any problems, I will be adding a update soon to place them in more places so if you have any ideas / thoughts let me know  

  4. 8 minutes ago, Matis Soppe said:

    1. Currently if there is draw then buyer wins (that's charity) 

    2. If buyer looses the hand then buyer does not loose the points (that's charity) 

    Image how much the buyer can take advantage from this item... if he don't loose anything at all then he can play endlessly if we don't put the limit in and we gain nothing with game because there is not equality in it.

    its not charity its called breaking even, they lose if they lose, What do you want a argument?, It is in the description of the file and now you are moaning you don't like it? well 190 other people don't mind and it's been like that for nearly 2 years, I have gave you a way to edit it feel free to do it and then its how you want it

    3 minutes ago, TheJackal84 said:

    2. If buyer looses the hand then buyer does not loose the points (that's charity) 

    course they lose the points, they paid for the item didn't they? what removes the points, they will get what they spent back if they draw, if they win they get double back, if they lost they get nothing, it's not exactly hard to figure out 

  5. 3 minutes ago, Matis Soppe said:

    If buyer don't loose anything in any way then whats the point of this item ? 🙂

    Charity ?

     

    11 minutes ago, TheJackal84 said:

    Or get nothing if they lose

    if you win you win, if you lose you lose, if you draw you draw there is no charity in it, feel free to edit the code

    membersshop\modules\front\shop\myitems.php

    line 872

    elseif ( $outcome == 333 )
    {
    	$amount = $getItem->price;
    	$logsACP = sprintf( \IPS\Member::loggedIn()->language()->get('ms_acp_log_won_rock_paper'), $getItem->name );
    	$member->addPoints( $amount, $logsACP );
    }

    change to

    elseif ( $outcome == 333 )
    {
    
    }

    you will have to do it every time you update

  6. 1 minute ago, Matis Soppe said:

    There is fundamental problem with the item: Stone, paper scissors. When there is "draw" the buyer gets points (the same points what is item price). Buyer should not get any points when its draw and when he loses. If he loses then it should reduce the points but its not working. Also where can we change the win %  and the winnings amount? Thanks

    its not a issue or bug it's in the description of the way it works

    Quote

    Play Rock, Paper, Scissors, Lizard, Spock ( Basically Rock, Paper, Scissors but the extended Big Bang Theory's version ), Users can double up their points if they win, Get their points back if they draw, Or get nothing if they lose, You can also allow users to increase their bet by a selected maximum amount you will set in the ACP item settings )

     

  7. 1 hour ago, BDD said:

    A reply regarding anticipated timeline on this would be appreciated. If it's going to be a while, please let me know the best way to revert to the old version.

    (I have a copy of it downloaded -- I suppose I could just uninstall this version and reinstall the old one. I'll lose my customizations, I know, but then at least it wouldn't be showing something broken. I was about to go live and I'd rather not have to do it with this broken.)

    Thanks.

    What are they showing like in the ACP? are they duplicated there or are they just there once? if they are duplicated there just delete the duplicated ones, If you want to send me ACP login via PM I can look into it

    EDIT

    My fault 👊 should be OK now download and update :biggrin:

  8. Just now, 403 - Forbideen said:

    @TheJackal84 @Fosters, hello i found a bug. It's not working with Trophy. if a set rules with with member store, don't work.

    image.png.ca6ab256f1d2c15b9c054bbd7e2ddb5d.png

    When i access the profile member, i get this error. How i can fix it?

    image.thumb.png.2a2e76413dbe3cfb6b1560e866535e84.png

    I report this in another post too. I have no idea who will fix it.

    Probably will be me, I have the extension added so will look into it, It seems it is looking for the older member points column

  9. 13 hours ago, DarkClaWz said:

    Top points you fixed.

    :biggrin:

    13 hours ago, DarkClaWz said:

    In stock (99) wasn`t fixed but it`s not a critical bug so it`s understandable.

    That was my fault, I missed this when going through them

    13 hours ago, DarkClaWz said:

    Cool-down doesn`t work at my shop 😕 what can I do?

    you are putting them in as seconds ain't you? basically 300 will be 5 minutes, it is working fine for me, I did ask if anyone else is experiencing this but no one replied :angry:

    13 hours ago, DarkClaWz said:

    Logs you will check guess it will be in an upcoming update.

    👍

    13 hours ago, DarkClaWz said:

    About the notification - it doesn`t notifie me at all. I marked it to do so but it doesn`t do anything at my ACP. I have to check it manually from the members shop products.
    Also before last updates I could see how many of those custom purchases wasn`t given at the ACP and from there access to the list (talking about the main page of the ACP).
    That thing doesn`t exist anymore and I can`t add it. was very comfortable.

    If you really wanted that the old notifications I might be able to throw a plugin your way with it added, Please don't rush this for me though I will do it once I processed all my to-do lists

    13 hours ago, DarkClaWz said:

    About my question, is it possible to make categories show at the members shop via phone? when I removed from the PHP code the hidephone - it showed no categories. The list was empty.

    Yes I will sort that out too, I am sure there is a class in there what hides the <ul> class on mobiles

  10. 9 minutes ago, BDD said:

    When I login as someone else (a test account), I'm not seeing the Social Info section on my main profile at all.

    I'm not seeing it on the test account profile, either, even though social info is filled in.

    what settings do you have to view?

    {{if \IPS\Settings::i()->MSI__GroupsView == 'all' or \IPS\Member::loggedIn()->inGroup( explode(',', \IPS\Settings::i()->MSI__GroupsView ) )}}

    that basically says if all groups can view then allow or if member in group your-settings to allow then view, if not don't show

    10 minutes ago, BDD said:

    I'm also seeing "Currently MSI__loc_editing_social_info" in the ABOUT section for these users.

    Missing lang string, I will sort that

  11. 1 minute ago, BDD said:

    Looking good! Is there a way (other than deleting the tab and other than the CSS hack you gave me previously) to NOT use a particular tab?

    I can disable/enable individual sites within a tab, but I can't see a way to disable a tab.

    Just delete them, Only when updating it added those tabs and all the sites, there is a setting where you can add all those default ones listed so if you did delete and want any again they are all there, I can't be sure who had what settings enabled so wrote the update to add them all and just have them disabled or enabled depending on the actual setting of it, If it was a new install etc they all would be blank and you would add your own tabs and then either the default sites or your own ones

  12. 5 minutes ago, DarkClaWz said:

    please respond at least for my question, the dots you told will be fixed in next update

    Don't know where I said that?? 🤔

    On 10/11/2019 at 11:07 AM, TheJackal84 said:
    On 10/10/2019 at 8:07 PM, DarkClaWz said:
    • Automatic Restock - please add it.

    that will be added soon

    On 10/10/2019 at 8:07 PM, DarkClaWz said:
    • Top Points Block - doesn`t really shows top members with points, something wrong there.
    • In stock bug - when an item has 99 in stock - it shows that the stock is empty. Still can buy though.

    I'll look into it

    On 10/10/2019 at 8:07 PM, DarkClaWz said:
    • Cool-down - not working, when I set it - it doesn`t do anything.

    seems fine on mine, can anyone else confirm this?

    On 10/10/2019 at 8:07 PM, DarkClaWz said:
    • ACP Logs - when I award someone with points via the ACP it doesn`t write it anywhere. please add a log to it at Send Points or at Admin Logs.

    it should log, I'll look into it

    On 10/10/2019 at 8:07 PM, DarkClaWz said:
    • Notification - the notification when a member buys a custom item doesn`t exists anymore. It sent me notifications when a member bought them, helped me alot to give members what they need to get. would like if it will be back.

    it now sends a notification to the ACP, you should see them when you login

    not all updates can include all requests, if there is a bug then I will push out a bug update without adding updates etc, what is more important a bug fix now or waiting lots more days for a update with the bug fixed and a new feature?

    With the notification thing I doubt I will be adding the older way back in the admin notifications are better then the front side ones

  13. This application currently supports / works with 24 applications and or plugins, YES that was 24

    Check them out to maximize this application to it's full potential 

×
×
  • Create New...