Jump to content

Ausy

Clients
  • Posts

    265
  • 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 Ausy

  1. 1 hour ago, Paul E. said:

    To serve PDFs inline, you could consider altering your web server's configuration (i.e. .htaccess if you're using apache, or the actual .conf files themselves) to force the following headers for PDF files. Something like the following:

    
    <LocationMatch "\.(?i:pdf)$">
        ForceType application/pdf
        Header set Content-Disposition inline
    </LocationMatch>

    Thanks for that, I will have a go.

  2. The way the software handles PDF's is not great and could do with some improvements. One or two PDF's on a post looks ok but some of us have sites that want to display lists of documents on pages.

    1. PDF's when clicked on should open in the browser and not download (yuk), or add the option to do both.

    2. If you have a page (pages) and want to list many Docs or PDF's it looks horrible in the current format. There doesn't appear a way to fix that unless I do what I did before, upload by ftp then link to them but that's no use for non administrators.

    Any chance you can look at this for some improvements going forward or am I missing something?

    pdfs.thumb.jpg.d92be141c6ac4e98a76e63bb2a7d1f51.jpg

  3. 9 hours ago, onlyME said:

    Try to set max slides = 1, min slides = 1

    And edit your theme > featuredcontent > front > embed > showSlider

    Find

    
    height:{$height}; width:100%;

    Replace by

    
    max-height:{$height}; width:100%;

    Save

    Fixed. Thank you :thumbsup:

  4. 16 minutes ago, sulervo said:

    Uninstall + install, then you see button again. @Ausy

    Have to do settings and translation again.

    Thanks, that worked but all previously marked topics had to be remarked again. Not too bad for me as there were not to many but hopefully this won't happen on each update @Tom Irons

  5. 1 hour ago, Nathan Explosion said:

    Doubt it - that is intended to update a database that is not UTF8/UTF8MB4 to one of either UTF8 or UTFMB4 - if the database is already UTF8 then I doubt it would do any conversion.

    This is correct. I tried it on a test site and it says nothing to convert.

  6. 8 hours ago, Mike John said:

    I didn't think you were, just never had this raised before (10 years modding is a long time but don't remember any instance) so never really thought about it much. I'm open to any feedback about copyright from other users of my apps, whether here or via PM. I try to make the copyrights as tasteful and minimalist as possible but if anyone has feedback on them, let me know.

    Its the first thing that I was disappointed in seeing after I installed it. I understand the whole copyright thing but it should be clear before purchase and really just add a few dollars and I think everyone would be ok and pay it.

    P.S. is captcha working now for guest forms because until it is I have the app disabled.

  7. 5 hours ago, Mike John said:

    I couldn't find an immediate solution to this but have logged a bug report and will need to troubleshoot this further to find the solution. Could you please enable the "bypass captcha" permission for your groups until this is fixed?

    Will do, thanks.

  8. Upgraded to v1.1.4 but captcha keeps failing when I test it. "You did not pass the security check. Please try again."

    Captcha working on standard IPS contact form on the same site.

  9. Hmm I tend to agree with xert77 here. I bought pages about a week ago and just to do basic things takes ages to learn. I have spent hours today trying to get a list of my article categories on the front page or any page for that matter. There is a block for it but it only works on articles -why? ...... this is basic stuff for cms and takes 5 mins in Wordpress. Put an image in a page, click it and it opens the image, how to make light-box work for this? I can go on and on with basic stuff that should be working as standard.

    I can see the power pages has and I am getting there, but its mighty painful. I would imagine a lot of folk just give up after a week or so. I'm soldering on for the moment.

×
×
  • Create New...