Jump to content

Circo

Clients
  • Posts

    374
  • 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

Posts posted by Circo

  1. This one has always been a major complaint on my site...  This also seems like it should be basic functionality of the downloads system.

    Why can you not set a download category as a section that can't be uploaded to and act just as a category header?  I've tried multiple addons that are supposed to help, but they don't really work as expected.  Currently setting permissions to not allow uploads to the parent category effect the child categories.  Why not have a a toggle for that section to act as a header only (display all files for child cats under it like it currently does), just don't allow files to be uploaded to that section.

  2. 3 minutes ago, Jim M said:

    Did you switch to an unmodified theme (if applicable) too to test? Are you noticing this on specific users or all users? If specific, could you please let me know their display name(s)?

    Well, sortta... The theme I'm using is the default IPS theme that I've modified a little for a larger header.  As far as I can tell; this seems to happen for all users as well as myself. It only happens if the user is logging in from the main URL (I guess it's an articles page), but does not happen if using the /forums url.

  3. My users have been reporting this same error for sometime now while logging in. Once they get the error they can click on any link in the menu and they are logged in.  This morning while working on my site; I was finally able to capture the error myself.  I went through and disabled applications/addons one at a time and tested.  Nothing fixed the error.  I also re-did Privacy Policy information and nothing changed either.

    error.thumb.png.7cecfb06d47bb48d8b96e8c56fd514df.png

  4. 12 hours ago, Marc Stridgen said:

    I will need to run a rebuild on the achievements system there to see if this picks up. Are you happy for me to go ahead and do that?

    Yes, feel free to. I was trying to figure out how to do the rebuild, but couldn't figure out where that is.

    Nevermind - I found it and started the rebuild process.

  5. Since the beginning when Badges/Rules/Achievements first come out I created a couple rules based on subscription purchases.  If a user purchased a sub and is active; it was supposed to award a badge and specified amount of points.  However, this doesn't seem to be working. It seems to have stopped running for some reason as 08/15/2021 was the last member it awarded.

    Is there a way to run rules so it will pickup all members in that group?

    I have 109 Silver Supporting members that have purchased subs and are active:
    silver_group.png.706bfb06ba2051d39c9c2c4c64850612.png 

    Badge shows that only 3 people have them:
    silver_badge.thumb.png.75c90bd5020adeb44213d2417953f182.png

    Here is the rule that I have setup:
    silver_rule.png.06b43e34572bf83f2361a1b5247b52c2.png

  6. Currently if a user simply updates the file details/text/description etc the file bumps up as an update to that file. Some users take advantage of this, without uploading a new file version, to try to keep their files on the updated list.

    Per request; posting this as a suggestion to not have a file show as updated when ONLY details about the file have been changed/updated. Files should only show as updated when the actual File has been updated with a new version. Simply editing the file details should not constitute as an "update".

  7. 7 minutes ago, Jim M said:

    Are you modifying the download file to edit it? If so, this would be expected.

    When testing this and adding the tag by the "Add Tag" button just under the Download File title, I am not seeing it get marked as updated.

    Ahhh.. well damn. I was using File Actions > Edit Details.  I did not notice the + for adding a tag.  Thank you.

    Which brings up another question along this same topic... I have a member that constantly updates the file details of his files, but does not actually upload a new file version.  The file shows up on the lists as updated.  Basically bumping his files up the lists over Newly added files.  I believe that Upload a new version option should be the only way for the file to show up as New/Updated.

    Is there a suggested way of stopping this?

  8. My forum seems to have some confusion when it comes to Likes and Upvote/Downvote.  If you enable Reputation... the default is Like, but there is no option to deactivate Like and activate only Upvote/Downvote.  They are all active a the same time and confuses people when Like is still there with Up/Down.  Is there anyway to disable "Like" as a reputation?

  9. On 6/23/2021 at 3:54 PM, Circo said:

    Is anyone that's upgraded to 4.6 experiencing any issues with this setup?  My users can't seem to upload after the 4.6 update... Not sure if this is causing it or not.

    nevermind... seems to have been a possible addon causing problems.

    Ok, so my users can no longer upload files larger than 100MB after updating to 4.6. 

    I've verified with my website host, DreamHost, that my php config is fine and is setup to allow files up to 2G. Is there anything that could be on the Cloudflare or Wasabi side that I need to check that could cause this?  I have not made any changes to Cloudflare or Wasabi since setting it up and it's been working perfect.

    Any suggestions?

    Ahh, this appears to be chunk size related... Cloudflare limited to 100M.  I can't seem to find what controls chunk size.  Bah, just set 50M in php.ini...  Seems to be working now.

     

     

  10. I opened a support ticket for this, but haven't heard anything... Hoping someone here may be able to help out.

    I updated to 4.6 yesterday.  I have a couple members trying to login, but getting 

    Sorry!

    Your account does not require validation
    Error code: 2S129/4

    I tried to delete the user account and get the following:


    DELETE FROM `donate_member` WHERE donate_member_id=42876
    IPS\Db\Exception: Table 'vpuniver_ipb.donate_member' doesn't exist (1146)
    #0 /home/xxxxx/xxxxx.com/forums/system/Db/Db.php(1292): IPS\_Db->preparedQuery('/*vpuniver_ipb:...', Array)
    #1 /home/xxxxx/xxxxx.com/forums/applications/donate/extensions/core/MemberSync/Donate.php(48): IPS\_Db->delete('donate_member', Array)
    #2 /home/xxxxx/xxxxx.com/forums/system/Member/Member.php(4032): IPS\donate\extensions\core\MemberSync\_Donate->onDelete(Object(IPS\Member))
    #3 /home/xxxxx/xxxxx.com/forums/system/Member/Member.php(335): IPS\_Member->memberSync('onDelete')
    #4 /home/xxxxx/xxxxx.com/forums/applications/core/modules/admin/members/members.php(2999): IPS\_Member->delete(false)
    #5 /home/xxxxx/xxxxx.com/forums/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\members\_members->delete()
    #6 /home/xxxxx/xxxxx.com/forums/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #7 /home/xxxxx/xxxxx.com/forums/admin/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

  11. On 6/21/2021 at 9:35 PM, Sirmadsen said:

    Hello again.

    When I'm uploading big files, above circa 100 MB the progress bar is not moving but uploads succeeds after a while. If uploading several files at once the progress bars on the single files is not moving but the big overall progress bar is.

    Any thoughts on this?

    I noticed this as well after updating to 4.6.  I don't see any progress bars moving.

  12. 3 minutes ago, Dexter_X said:

    I suggest you all to test one by one the existing rules (at least the ones you're interested in) and see if they behave like you expect...

    I did.. couldn't figure anything out in regards to downloads.

     

×
×
  • Create New...