MyBB Community Forums

Full Version: Pdf Mykod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Admin Cp>Configuration>MyCode>Add New MyCode

Title
Pdf Mykod

Regular Expression
\[pdf\](.*?)\[/pdf\]

Replacement
<object type="application/pdf" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" data="$1" width="800" height="600"><param name="src" value="$1"><embed src="$1" width="500" height="400" /><noembed><a href="$1" target="_blank">$1</a></noembed></object>

Save Mycode.

[Image: pdfit9.jpg]

[pdf]pdf link[/pdf]

Thanks - mybbdestek.com .
Mmmm, looks good.

Testing Smile

Thanks.
Well needed thanks.
Just to confirm then, that this code embeds pdf files inside a post?
Thanks bomfile.
i hope to do this

[pdf][attachment=xxx][/pdf]

how is this would be possible please
ya...adel222 it would be great.
how to make possible to forum uploaded attachment to read directly?
thankl you.
is it possible ?
[pdf][attachment=xxx][/pdf]
Why use <object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000"> to show PDF instead of src="1.pdf ?


I'm sorry I don't understand that part of the code.

Could you explain why that part of the code? Is it better to remove that part?

Thanks in advance for support MyBB Community

Lightbulb
Pages: 1 2