This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

pdf bbcode

Post any BBCodes that you have made in this forum.
Post Reply
hassan

pdf bbcode

Post by hassan »

Title:
pdf bbcode
Description:
pdf bbcodem


bbcode usage:

Code: Select all

[pdfview]{URL}[/pdfview]
HTML replacement:

Code: Select all

<iframe src="http://docs.google.com/fileview?id={URL}&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
Helpline:

Code: Select all

pdfview: [pdfview]Die Url von dem pdf[/pdfview]
Example:

Code: Select all

[pdfview]http://de.openoffice.org/doc/sonstiges/Iso-Image-brennen.pdf[/pdfview]
Denny
Stars
Stars
Posts: 1
Joined: Sat Jun 02 2012 12:41 pm
Real name: Denny
Country Flag: United States

Re: pdf bbcode

Post by Denny »

I have 3.0.11, and the pdf no longer works in posts. I have to use it with external link to make it work. IE says, the document is not allowed to work in a iframe...Any suggestions ?
User avatar
cisco007
Ciscox
Ciscox
Posts: 2843
Joined: Thu Sep 16 2010 3:25 pm
Country Flag: Mexico

Re: pdf bbcode

Post by cisco007 »

try this instead for the HTML part

Code: Select all

<iframe src="{URL}" style="width:600px; height:500px;" frameborder="0"></iframe>
i think the code was changed, i don't have IE so i can't tell you if it works on it or not

use the full path to the document shown on browser
Image
Post Reply