GetSimple Support Forum
Dynamic Text Replacement - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Dynamic Text Replacement (/showthread.php?tid=1282)



Dynamic Text Replacement - RobA - 2011-02-03

Hi-

I've ported a plugin I wrote for the serentipity blog software to GS and am putting it out at a 0.1 release for comment and testing.

It require the GD libraries to be installed on your GS server.

It dynamically renders text in your entry bodies and/or html nuggets, using the GD library, and replaces it with an image of that text. The plugin configuration includes a set of defaults, so it can be simply invoked by the syntax [DTR]Replace this text[/DTR].

All of the defaults can be overridden in the opening [DTR] markup tag for complete flexibility. All images are cached after generation.

A demo of the functionality and the download link can be seen at my test site:
http://testbed.cartocopia.com/test-page/

A screenshot of the backend page can be seen here: http://www.majhost.com/gallery/ffaat/Stuff/2011-02-02_122346.jpg

Note you will have to make sure the dtr/cache/ directory is writeable to cache.

(As this is a 0.1 release, there may still be bugs in it, but it is pretty clean. Also, it is bundled with the base Vera font, as well as my own handwriting font, robblock.ttf which are free for redistribution.)

-Rob A>


Dynamic Text Replacement - RobA - 2011-02-05

I see a couple downloads. Anyone get a chance to try it?

-Rob A>


Dynamic Text Replacement - Oleg06 - 2011-07-13

interesting plugin, as I missed him out


Dynamic Text Replacement - Oleg06 - 2011-07-15

Default Alignment: does not work


Dynamic Text Replacement - RobA - 2011-07-15

Oleg06 Wrote:Default Alignment: does not work

Thanks there was a cut and paste error on line 203.

Should read:
Code:
if ($align == $dtr_conf['align'])

Updated the zip.

-Rob A>


Dynamic Text Replacement - Oleg06 - 2011-07-15

useful plugin
http://chaga-mushroom.com/1/


Dynamic Text Replacement - Oleg06 - 2012-03-25

is it possible to make a plug-in version 3.1 Common?


Dynamic Text Replacement - RobA - 2012-03-31

Oleg06 Wrote:is it possible to make a plug-in version 3.1 Common?

It works under 3.1 http://testbed.cartocopia.com/test-page/

I just upgraded my test site...

-Rob A>