Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: Eclipse16V on July 08, 2009, 02:51:23 PM

Title: PDF BBCode
Post by: Eclipse16V on July 08, 2009, 02:51:23 PM
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-1
With 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 supported
The following languages are supported:

New translations are gratefully welcomed.

Changelog
Version 1.0 - 07-07-2009
Title: Re: PDF BBCode
Post by: franklinrony on July 08, 2009, 02:52:41 PM
any screenshot?
good mod,like scribd
Title: Re: PDF BBCode
Post by: Eclipse16V on July 08, 2009, 03:29:08 PM
Yes,
here:
http://custom.simplemachines.org/mods/index.php?mod=1954
Title: Re: PDF BBCode
Post by: MF30 on July 08, 2009, 03:31:37 PM
Good work. ;)
Title: Re: PDF BBCode
Post by: JBlaze on July 08, 2009, 04:00:18 PM
This mod is the same as this one.
http://custom.simplemachines.org/mods/index.php?mod=1468

Same code.
Title: Re: PDF BBCode
Post by: candidosa2 on July 08, 2009, 11:21:35 PM
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>