Link to the Mod (http://custom.simplemachines.org/mods/index.php?mod=1954)
PDF BBCode
Homepage: Eclipse16V.net (http://www.eclipse16v.net) - Author: Eclipse16V (http://www.simplemachines.org/community/index.php?action=profile;u=30452) - Support: Support Site (http://www.simplemachines.org/community/index.php?action=profile;u=30452) - Mods: Mod List (http://custom.simplemachines.org/mods/index.php?action=profile;u=30452)
Help support my mods...
(https://www.paypal.com/de_DE/DE/i/btn/btn_donate_SM.gif) (https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6650020) Version: 1.0 for
SMF 2.0 RC1-1With this MOD you can use a BBCode for display PDF Files on your Board. Just enter the url of the PDF File in the post and select the PDF BBCode.
Languages supportedThe following languages are supported:
New translations are gratefully welcomed.
ChangelogVersion 1.0 - 07-07-2009
any screenshot?
good mod,like scribd
Yes,
here:
http://custom.simplemachines.org/mods/index.php?mod=1954
Good work. ;)
This mod is the same as this one.
http://custom.simplemachines.org/mods/index.php?mod=1468
Same code.
when have update dont forget portuguese and brazilian
<file name="$languagedir/Modifications.portuguese_pt.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// PDF BBCode MOD translate by Candidosa2
$txt['pdf_bbcode'] = 'Adicionar Ficheiro PDF';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.portuguese_brazilian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// PDF BBCode MOD
$txt['pdf_bbcode'] = 'Adicionar Arquivo PDF';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.portuguese_pt-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// PDF BBCode MOD translate by Candidosa2
$txt['pdf_bbcode'] = 'Adicionar Ficheiro PDF';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.portuguese_brazilian-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
// PDF BBCode MOD
$txt['pdf_bbcode'] = 'Adicionar Arquivo PDF';
]]></add>
</operation>
</file>