Jump to content

AmericanRev2

Friends
  • Posts

    787
  • Joined

  • Last visited

  • Days Won

    2

 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 AmericanRev2

  1. yes really

    all people want is to use the native file uploader, click upload... select a pdf and have it embed 

    thats it xenforo could do it 5 years ago but ips needs $50 addon that still does not embed pdf directly from native uploader

  2. 9 hours ago, TheJackal84 said:
     

    so instead of saying yes this allows PDF embedding into posts, you put a file for him to try instead

    saying this addon allows embeding of pdf into post is a tad misleading

    sure if you upload it using this completely clunky interface that your users are going to have no idea how to use ....then when making a post at some point in the future they have to click this additional button then comb through all their uploads to find the file they want then just maybe the pdf will embed

    not to mention 50% of users are mobile 

  3. I am trying to tweak what i have ...

    <p>
        <iframe height="800px" scrolling="auto" src="https://www.mymilitia.com/pdfjs/web/viewer.html?file={option}" width="100%">PDF File Embeded</iframe>
    </p>

    that is only for me to something like this

    <p>
        <iframe height="800px" scrolling="auto" src="https://www.mymilitia.com/pdfjs/web/viewer.html?url={option}" width="100%">PDF File Embeded</iframe>
    </p>

    which is what this plug in is trying to do 

    my code is not right tho

  4. Dont think this is going to do what i want 😞 

    I just want to be able to post PDF's from the editor and have them embed i dont know why this has to be so difficult, i dont want to upload somewhere else first then import to the thread thats ridiculous not to mention the preview shows the document but its blank when you embed it

     

    754302620_ScreenShot2019-12-12at6_56_08PM.thumb.png.75b6ace92ae65350ffcdbd45bda839be.png

  5. Is this working for pages? I have had to create my own embedding but only i can do it they users cannot my example is here...

    https://www.mymilitia.com/intel/construction-and-carpentry/above-ground-fallout-shelter-r16/

    but when members upload PDF it looks like this...

    https://www.mymilitia.com/intel/construction-and-carpentry/a-treatise-on-field-fortification-by-dh-mahan-3rd-ed-1852-r586/

    I will buy this if it will embed the PDF like i show in my example. Also will it convert the old records?

  6. Attn: @Invision Community - Please add "Nodes" to the admin cp search index. FWIW when i search for anything using a search tool my expectations are for it to return results relating to my search terms, i don't care if its a language translation. I search because i'm looking for something ...

    it is because of my own ignorance of not knowing correct location.... like when i yell at my wife and ask where my socks are if they are not where i think they should be , she does not say "socks don't exist"

  7. 47 minutes ago, Adriano Faria said:

    Probably you got Post Before Registering enabled. It will allow guests to post but their content remains hidden until the guest create the account.

    You have to ask the dev to exclude these content from the widget. 

    I have Guest content showing in the feed

  8. 11 hours ago, TDBF said:

    Hi guys thanks for the input on this... I will release a new version shortly which will allow you to remove the overlay via a setting so you don't have to fiddle about with CSS styles.

    @fix3r Can you send me that image so I can have a look as to why it is screwing it up for you please?

     

    its any image

  9. 5 minutes ago, Sonya* said:

    There are no overlay. There are two issues with this plugin.

    There is a mess in the code

    
    <img src="{setting="swf_social_logo"}" app="core" location="global"}" width="135" height="135" />

    Plus logo is added automatically resized to 135px (width and height). Bad idea if logo is not square. I recommend to replace the code above with:

    
    <img src="{setting="swf_social_logo"}" width="135" class="ipsImage" />

    There are two places where the first line is used, so you have to replace it twice.

    i have made these edits an the logo is still faded

    https://www.mymilitia.com

×
×
  • Create New...