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

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by TheJackal84

  1. I will look into it, I have a update coming soon anyway
  2. I will look into it, Has anybody noticed what happens when you hover the buy button on grid view?
  3. It's fine on mine language is there so is the string, Have you previously edited the language in the ACP?
  4. they weren't locked, When you updated they got unlocked, the button you was looking at was probably the new permission button, not the protect button, the protect button is in the dropdown menu of the item Maybe I should of said it has been moved etc
  5. there is a big red notice on the top of the download page saying that, and underneath my last post, it will only happen that for that update as the sql was changed
  6. Updated to 1.0.3 New Features Brand new design of the shop / my items / rewards & logs pages allowing you to choose to from the default table or a nice new grid view You can now select to send a email to your chosen user ( Admin probably ) for when a custom item is redeemed saying x member bought x item you need to do what you do to award it ( Not in them words though lol ) Brand new menu in the ACP for the shop items Create categories for the items ( These categories will also show on the shops front page ) Create unlimited custom items Drag & drop each item in order of how you want them to appear in the shop, or drag them to different categories you will create Added a view purchase button to the ACP shop items showing who purchased the items and when Moved the generate purchase button to the items table so you can just select the item then click to generate a purchase Each item has it's own permission matrix to allow / disallow certain users groups from either viewing the item, buying the item or sending the item You can now charge users a % of the items value to send said item to another member Award points to users for joining a club Remove points from users who leave / get kicked from a club New shop item to allow users to be anonymous for their remaining session ( anonymous means not showing as online & session meaning until they logout ) Added a widget to show a list of users with the most points Bug Fixes Fixed the bug where it would only add one lot of points if a user bought multiple point packages at once via commerce NOTE... WHEN UPDATING MAKE SURE YOU CHECK THE ITEMS ARE LOCKED BEFORE YOU RE-SYNC THE ITEMS
  7. I think that is a bug with IPS when the default is all, For now just have it admin only that should then hide it from the rest and I will sort it out in the update and maybe remove the default value
  8. Big update coming soon along with the ability to add unlimited custom items plus there will be a add-on application for it ( I might make the add-on work with others but for now it will be a members shop add-on ) Heres a couple screenshots of the add-on
  9. what happens when you try to disable it? I will be starting on a update soon to it, so I will check out the mobile version and sort it
  10. not your own fields, but you can upload your own icons, I will always add any requests to it as they can all be toggled on or off
  11. You also need to edit the hook settings on line 318 from \IPS\Output::i()->redirect( \IPS\Http\Url::internal( 'app=downloads&module=settings&controller=settings&do=mailer' ), to \IPS\Output::i()->redirect( \IPS\Http\Url::internal( 'app=downloads&module=downloads&controller=settings&do=mailer' ), line 341 from \IPS\Http\Url::internal( "app=downloads&module=settings&controller=settings&do=mailerSend&id=" . intval( to \IPS\Http\Url::internal( "app=downloads&module=downloads&controller=settings&do=mailerSend&id=" . intval( line 383 from \IPS\Output::i()->redirect( \IPS\Http\Url::internal( 'app=downloads&module=settings&controller=settings&do=mailer' ), 'bm_sparkpost_sent' ); to \IPS\Output::i()->redirect( \IPS\Http\Url::internal( 'app=downloads&module=downloads&controller=settings&do=mailer' ), 'bm_sparkpost_sent' ); as it is not directing to the correct modules
  12. Ignore that they all got removed when upgrading as they are not needed, I will fix it in the update so it won't show again
  13. yes the code for normal fields what you do is go to the profile field bit In the display format you will add the normal fields one, You will need to only change the font-awesome icon symbol to the one you want that one is 'fa fa-user' you will add the one you want to add, then once someone fills in their field it will show in the info panel in the same format as the rest of it
  14. Yes there is, if you go to the plugin settings and custom fields tab then it will show you how to do it
  15. It is because you have put the file to private, All private files are hidden from being embedded, If you make it visable to all then you should see it in the embed bit
  16. Little teaser for the new update Change the shop and my items view from the table it has now or to the new grid view
  17. it would go from when you installed it. To change it, go to the ACP and search tasks then open up the tasks page and search points, addDailyPoints addWeeklyPoints addMonthlyPoints should appear, now if you run say the monthly one now, it will schedule the next one for a months time from this date and so on
  18. Sorry for the delayed reply, yeah that's OK
  19. I don't have pages, but it would be the same note where ever it shows, I doubt selecting pages will make a difference, Have you cleared the cache via the support tool? if not try that
  20. The page I have it on is localhost it can only be accessed via my PC, I have uploaded a video here
  21. 2. I will do 3. Not as the minute it is not, I will be adding points to the download files ie X amount of points to download this file etc, I just need to figure out what way to go about doing it I will look into it
×
×
  • Create New...