Jump to content

HDiddy

Clients
  • Posts

    148
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by HDiddy

  1. Is it possible to change the sorting by date entered not by vote count? Even when you hide vote counts competition entries are still sorted by vote count.
  2. HI Adriano, Just an FYI, the Downloads Category Grid view does not reflect the right prices if using Membershop Points for downloads. It basically just shows everything as free. The standard default view works fine however. I figured this is a template thing. I tried to see if I can find it but not sure what templates this falls under so yeah. I am just going to revert to the default view until you get a chance to take a look at it. Cheers Mate!!
  3. LOL, One of the other admins pushed the updated before I had a chance to stop them. Hahahaha its all good but I see what you ae saying.
  4. No still gives an error trying to add any new item
  5. There were 2 entries in the log SELECT membersshop_items.*, author.* FROM `membersshop_items` LEFT JOIN `core_members` AS `author` ON author.member_id = membersshop_items.member WHERE ( membersshop_items.id IN(10,12,13,14) ) ORDER BY position asc IPS\Db\Exception: Unknown column 'membersshop_items.member' in 'on clause' (1054) #0 /var/www/html/107017/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*r304709::r304...', Array, true) #1 /var/www/html/107017/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 [internal function]: IPS\Db\_Select->rewind() #3 [internal function]: IteratorIterator->rewind() #4 /var/www/html/107017/system/Helpers/Table/Content.php(355): iterator_to_array(Object(IPS\Patterns\ActiveRecordIterator)) #5 /var/www/html/107017/init.php(927) : eval()'d code(159): IPS\Helpers\Table\_Content->getRows(Array) #6 /var/www/html/107017/system/Helpers/Table/Table.php(494): IPS\Helpers\Table\hook243->getRows(Array) #7 /var/www/html/107017/init.php(927) : eval()'d code(177): IPS\Helpers\Table\_Table->__toString() #8 /var/www/sitefiles/r304709/applications/membersshop/modules/front/shop/main.php(169): IPS\Helpers\Table\hook243->__toString() #9 /var/www/html/107017/system/Dispatcher/Controller.php(107): IPS\membersshop\modules\front\shop\_main->shopItems() #10 /var/www/sitefiles/r304709/applications/membersshop/modules/front/shop/main.php(20): IPS\Dispatcher\_Controller->execute() #11 /var/www/html/107017/system/Dispatcher/Dispatcher.php(153): IPS\membersshop\modules\front\shop\_main->execute() #12 /var/www/html/107017/index.php(13): IPS\_Dispatcher->run() #13 {main} and SELECT membersshop_items.*, author.* FROM `membersshop_items` LEFT JOIN `membersshop_item_categories` ON membersshop_items.cat_id=membersshop_item_categories.id LEFT JOIN `core_members` AS `author` ON author.member_id = membersshop_items.member WHERE ( membersshop_items.id IN(14,13,12,10,9,6,3,2,1) ) ORDER BY id DESC Unknown column 'membersshop_items.member' in 'on clause' I ended up just deleting all my Member Shop Items as I was going to redo them anyway. That seem to bring things back.
  6. @Adriano Faria Downloads issue with points is working as expected. Cheers Mate!! The only thing I saw which is bugged in this update is the member shop is throwing the following error, I tried refreshing the site cache and it is still showing up. [[Template membersshop/front/shop/index is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] and The Statistics Page is still not loading.
  7. The search filters update is perfect and works great with (BIM) Quick Search. Thanks!!!!!
  8. Thanks!! I just found that...silly me.
  9. Is there a way to change the category images? I cannot seem to find the option
  10. Hi any ETA on this? I didn't see any updates on your board so just wondering if a fix will be coming.
  11. Hi @Michael.J do you know if you your are planning on rolling this out in the future. The points system I use now had this feature which has been broken for over a year with no ETA on a fix, kind of ready to move on to something else if your planning on rolling this out.
  12. This would be cool, like a way for the admins to break inheritance of permissions from the group and set them individually. I do wonder if this would cause performance issues for large communities if there were too many individual permissions.
  13. Hi, So when we automatically promote community members to higher levels it should be because they have been a good community member. Right now there is an option to not promote "Banned" community members...(which seems kind of pointless to me), so why not have the option where we can decide what is the maximum amount of warning points a member can have and still be eligible for a group promotion.
  14. So I actually spun this up with using the Elasticsearch vs Opensearch. Gonna have to say it was dirt easy not to mention I can turn it on immediately. I did my re-index and immediately needed to bump the plan up to the $20/month plan which seems to be enough for now.
  15. HAHA!! Well there is that. I may have to look into the Bonsai service myself as I have been jumping around from thing to thing. Where you able to test the Sand Boxed Tier with your production community?
  16. When I had my service with Elasticsearch the plans were based on hourly compute cost based on capacity. Honestly, it started to get really confusing on what is what. The plans were for computing because technically speaking the software is free and you pay for is server capacity. The most minimum plan you could get on Elastic.com ran about $50 a month for 2 CPUs and I believe 1GB of RAM on 2 instances. I have just started up with https://elest.io/ which is basically a platform that provides you compute instances to install multiple application platforms. I have not tied it to my Invision service yet as I am waiting for the update so that the bug mentioned above is fixed. That said, The big thing with this service is that the installation is turnkey. You just choose the app you want to install and choose the compute platform you want to use. Below are the providers you can select HETZNER seemed to be the best price so I did set up something with them in Finland where they had available large capacity running $36 a month. If anything I noticed when running Elastic's service....RAM was always the thing that was spiking so decided to get something with a fair amount of RAM. From there I selected when I wanted to install and the service did the rest Now I am not sure how this will work in practice once I turn everything on as this is only 1 server. No Master and Slave instances here. One thing to note, I had to create an index using the online console once the service was active. Just make sure there is not a hyphen in the index name as IPB will not accept it. And that is where my knowledge stops. LOL any other little tweaks and optimizations for me is going to have to come from YouTube and reading the online manual.
  17. Thanks for this. Installation was not really my issue, but I can see this helping anyone that didn't go my path. I used Elestio which handles the installation so I do not have to. The part that I think some people...including myself is how you configure it back to Invision. A few questions... Creating an index and any tips are tricks there or anything folks who are fairly technical but brand new to Elasticsearch would benefit from.
  18. This is cool, I am spinning up a Opensearch instance through Elestio and discontinuing my Elasticsearch service which was getting too pricey. Glad I should be able to activate it when the update comes out. What would be cool, if anyone had the time, would be to post some standard configuration guides. I always feel like I am doing something wrong messing with Elasticsearch.
  19. What I am looking for is a persistent block. It seems this only shows when a user has maxed out their downloads. I like your idea of "Downloads Remaining" I would just like it in a block so I can put it where I like on my site. The additional information should be provided in a overly when clicked or when the user hovers over the block.
  20. This only maybe half of what I am looking for. What I need is something that tells users you have X amount of downloads remaining for the day. So if they can download 25 files per day and they have already downloaded 10, it should say they have 15 downloads left. The time is nice once they get to their last download as it basically will tell them when things reset.
  21. Looking for a simple block that would show how many downloads are remaining for a user when download limits are turned on. Additionaly when clicking on the link in the block an overlay screen should show the last number of downloads in that specific time frame.
  22. Hey, Just trying to see if this issue is being worked or resolved as it has been pending for a while now. The main reason we use the app is to allow people to use points to download files, and this feature doesn't work.
  23. I am curious on what is causing this also. We get the error now and then. Most of the time it is when you drag and drop a file instead of choosing the "Choose Files" option, but lately we have one user that seems to be getting it more often then not.
  24. So something interesting happened to me today. Suddenly I was receiving InvalidRequest errors for downloads on the site. Not sure what triggered it but whe contacting Vultr support they were no help. I decided to troubleshoot so I disable the S3 Compatible Downloads Applicaion and Cleared the Cache...and welp, everything went back to working again. Not sure why all this happened but some food for thought if anyone is having issues.
×
×
  • Create New...