Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [brewt] Markup codes, how are they done?

Quote Reply
Re: [brewt] Markup codes, how are they done? In reply to
Hi,

Ok, I found this in Gforum/Post.pm:

convert_markup(\$signature);


..so I tried:

use GForum::Convert;
my $test = qq~[code]test[/code] [b]another test[/b]~;
print "COVERTED: " . GForum::Convert::convert_markup(\$test);


.. but all that does, is return nothing.

Any suggestions?

TIA

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Markup codes, how are they done? Andy 7035 Feb 21, 2008, 9:17 AM
Thread Re: [Andy] Markup codes, how are they done?
brewt 6863 Feb 21, 2008, 3:12 PM
Post Re: [brewt] Markup codes, how are they done?
Andy 6857 Feb 22, 2008, 12:49 AM
Post Re: [brewt] Markup codes, how are they done?
Andy 6846 Feb 22, 2008, 1:42 AM
Thread Re: [brewt] Markup codes, how are they done?
Andy 6857 Feb 22, 2008, 1:51 AM
Post Re: [Andy] Markup codes, how are they done?
Andy 6604 Feb 24, 2009, 2:53 AM