Jump to content

hpcrazy

Clients
  • Posts

    156
  • 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 hpcrazy

  1. 3 hours ago, opentype said:

    Yeah, like I said: if you prevent (listing) access, you prevent (listing) access. Users will not even get to the custom error messages. I do not think there is a way around this. As I said: you could consider letting people see the file list and then hit the custom error messages later.ย 

    I had that before - the problem is that a guest now started to create like 10 invoices per day just by clicking on the " buy " button. And I don't want to go to delete these invoices daily. So I want that guests can see the content of the category but can not click on the added files....

  2. 5 minutes ago, opentype said:

    Well, there is the category setting:

    Could contain: Text

    You might need to revise your permission settings though. There is a difference between viewing categories/file records and downloading the files. If you prevent users from seeing anything, then thatโ€™s exactly what will happen. Users might not see specific error messages, if they are not allowed in a specific section to begin with. Thatโ€™s intentional.ย 

    Yes that works for the single download posts but not if somebody clicks direct on the category where you find those posts.

  3. Hi Marc, thanks for your anwser.

    There is a one year subscription and a monthy subscription. I think the customer started in 2019 with a monthly subscription and then switched to a one year subscription. The customer had a one year subscription which expired 2 weeks ago. Now he wanted to renew it but when you click on the " renew " button only the monthy subscription appeared. So he selected that one 12 times made the payment with paypal but he did not get upgraded by the system. So he complained. I checked the files and found the expired one years renewal invoice and marked that as paid. So the system gave him now access for one year but when you go to the customers subscription page the 2019 renewal date is still there and when you click on the renewal button the monthly subscription package appears again.

    view the screen shots

    It is also possible that I made this mess since I used to delete long expired invoices from my system. Maybe that customer made a longer pause and wanted to renew now and thats why this problem occured.

    In such case - is there a way to clean up the whole invoice record of a customer ? I could do a one year subscription with manual payment and mark it as paid.

  4. I have a problem with the subscription feature. I have 2 subscription packages and one of my customers tried to renew it but when he clicked on the rene

    wal button it only let him select the other subscription package. And as one can see the screen is saying the the current subscription renews in 2019.

    screen.thumb.JPG.228494520ec54bb251a4cd0efe5ae38e.JPG

    I was able to make a approval of an other invoice and the member which payed 12 times the other subscription package can enter the system now and it is showing an other expiration date :

    renewal.JPG.045b2b54ed902266ea19d52fba427f46.JPG

    I used to cancel expired invoices in my system since there were so many and as it seems there is a mess now.

    Now the question : How can I clear the members account that on the new renewal date a proper invoice is created and that in his account the proper renewal date is displayed ?

    Thanks for your help in forward.

    Hanspeter

  5. I have the following problems :

    Many of my pages when they get crawled by Sistrix get marked with a 404 code. But in fact these are pages which have been deleted like 3 years ago. Why do they still get indexed and how can I remove them even they don't exist anymore ?

    And there are URL's marked with a 404 even they exist. This is one example : https://www.hanspeterkruesi.com/members/files/category/5-rock-guitar/

    Thanks for the help in forward.

    Hanspeter

  6. Hey guys,

    I was wondering if it would be possible to have a preview feature when a audio file is placed in the the download app. In this case I would charge for the download of an mp3 file but a potential customer should have the possibility for a preview.

    Is that available or could be a future feature of this app ?

    Thanks for the help in forward.

    HP

  7. My seo expert suggested to me that I should exclude any URL's which contain either " php " or " = " from getting crawled by google. My website contains like 25000 url's and as he said it should not exeed the google crawl budget.

    From these suggestions I altered the robots.txt file like this. The directory where the the community is located is /members/

    Is that correct ? Sorry I have no experience in doint robots.txt files.

    --------------

    User-agent: *
    Disallow: /members/admin/
    Disallow: /members/cache/
    Disallow: /members/converge_local/
    Disallow: /members/hooks/
    Disallow: /members/ips_kernel/
    Disallow: /members/retail/
    Disallow: /members/public/style_captcha/
    Disallow: /members/index.php?app=core&module=task
    Disallow: /members/index.php?app=forums&module=moderate&section=moderate
    Disallow: /members/index.php?app=forums&module=extras&section=forward
    Disallow: /members/index.php?app=members&module=chat
    Disallow: /members/index.php?&unlockUserAgent=1
    Disallow: /members/*&module=search
    Allow:ย ย  ย ย  /members/*&search_tags=
    Disallow: /members/*app=core&module=global&section=reputation
    Disallow: /members/*app=core&module=usercp
    Disallow: /members/*app=members&module=messaging
    Disallow: /members/*&p=
    Disallow: /members/*&pid=
    Disallow: /members/*&hl=
    Disallow: /members/*&start=
    Disallow: /members/*view__getnewpost$
    Disallow: /members/*view__getlastpost$
    Disallow: /members/*view__old$
    Disallow: /members/*view__new$
    Disallow: /members/*view__getfirst$
    Disallow: /members/*view__getprevious$
    Disallow: /members/*view__getnext$
    Disallow: /members/*view__getlast$
    Disallow: /members/*&view=getnewpost$
    Disallow: /members/*&view=getlastpost$
    Disallow: /members/*&view=old$
    Disallow: /members/*&view=new$
    Disallow: /members/*&view=getfirst$
    Disallow: /members/*&view=getprevious$
    Disallow: /members/*&view=getnext$
    Disallow: /members/*&view=getlast$
    Disallow: /members/*?s=
    Disallow: /members/*&s=
    Disallow: /members/index.php?app=core&module=global&section=login&do=deleteCookies
    Disallow: /members/index.php?app=forums&module=extras&section=rating
    Disallow: /members/index.php?app=forums&module=forums&section=markasread
    Disallow: /members/*&do=who
    Disallow: /members/*&section=dname
    Disallow: /members/index.php?
    Disallow: /members/profile/
    Disallow: /members/search/?
    Disallow: /*?do=followers
    Disallow: /*?do=find
    Disallow: /*?_nodeSelectName
    Disallow: /*?do=reportComment

  8. Hi everybody,

    I have changed prices in my subscriptions on my board. Since I already have quite a lot customers I have decided to leave the one with a running subscription on the old price and new subscribers have to pay the new price. All seemed to work fine so far.

    But now a problem showed up. A member which had a subscription with the old but which was expired could not sign up for a new subscrition. I was able to solve the problem manualy by removing the expired mark. And since I have like 300 members with an expired subscription I ask myself if the other members with the expired subscriptions have the same problem. And if yes - how can I solve it ?

    Thanks for your help in forward.

  9. 9 hours ago, Jim M said:

    users would see the purchase price still, they would just have a download button available to them.

    That was the point were I stopped the idea because it's confusing i think.

    ย 

    6 hours ago, AlexWebsites said:

    I suppose maybe a custom plugin to change the price field to text of choice per usergroup would be a good idea.

    That would be a solution. I think such plugin or feature would be useful for all those who want to make downloads available with different conditions for different usergroups.

  10. 3 minutes ago, Jim M said:

    You wouldn't need to move your subscription to a product then as it would have no bearing on this setup ๐Ÿ™‚ย .

    I see ๐Ÿ™‚ but how is the problem solved with the displayed price ? Will it appear for free for those users which have the general permission to download and the other groups would see the price for the one file they want ?

  11. 4 hours ago, Marc Stridgen said:

    There is no way to convert them to products as I mentioned above

    too bad - then I can not proceed with my idea because I don't want to loose my 300 paying subscribers.

    2 hours ago, Jim M said:

    This setting is an all or nothing setting (as usually, it's provided to admins/moderators): Edit Group -> Downloads tab ->ย Can download paid files without paying?

    Exactly that would be the idea. The subscribers get downloads for free and the free members can still download a single file for a fee.

  12. Hi everybody,

    I have the following issue. In my community I have quite a lot subscribers who made a paid subscrition which upgrades them to an other group for a time period. Some of them made automatical renewal on paypal.

    Is it possible to create a subscription as a product in the commercial app and them merge all accounts to there ?

    The idea is that I wan't to give subscribers access to all downloads in the download app for free and for non subscribers charge an amount for a simple download.ย  Is that possible ? I don't want to loose all my current subcribers so I can only proceed if that is possible.

    Thanks for your help in forward.

    Hanspeter

ร—
ร—
  • Create New...