supersonic wrote:
bump any news or updates im looking for a pdf panel say i have a some pdf files i want to display on site in a panel etc any good ??
in navigation you can add this code: ( custom pages )
Code<?php
echo "<iframe src='http://my.domain.com/guides/morchok.pdf' TYPE='application/x-pdf' TITLE='Morchok Raid Guide' WIDTH='100%' HEIGHT='600'></iframe><p><ahref='http://my.domain.com/guides/morchok.pdf'><strong>open in fullscreen...</strong></a></p>";
?>
( /guides/ is a folder made only for the pdf files, call it what you want and change the link of course ) Remember to add a link to navigation too ( of course ).
For FAQ:
first add question, then add the code as answer.
Code<iframe src='http://my.domain.com/guides/morchok.pdf' TYPE='application/x-pdf' TITLE='Morchok Raid Guide' WIDTH='100%' HEIGHT='600'></iframe><p><a href='http://my.domain.com/guides/morchok.pdf'><strong>open in fullscreen...</strong></a></p>
for News its the same code as for FAQ.
Merged on Oct 23 2012 at 11:14:45:
smokeman wrote:
How embarrassing - I normally always use Google and search first, but I thought "FPDF" only was for this mod/used in this mod and did not expect it was mentioned anywhere else. (you can hear I do not know anything about it, lol).
Anyway your solution is working but it does not show all of the image:
http://www.phpfus...admore=113
What are the other issues with this mod ?
Thanks by the way for looking at it.
Thanks Smokey ;)
and gj on this, this should actually be implemented in fusion as standard :D only problem with it now ( which is a minor 1 ) is when you download the pdf it says: Do you wanna save the changes of my_file.pdf before it will be send?
Edited by val on 23-10-2012 11:14
|