Gossamer Forum
Quote Reply
Add_RandImage Question
Hi

Can the color and size of the Randomimage text be changed?

I am assuming it is the option in the setup section.. but changing that font color does not change the image look..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Add_RandImage Question In reply to
Are you using GD or Image::Magick to generate the image?

Cheers

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!
Quote Reply
Re: [Andy] Add_RandImage Question In reply to
GD
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Add_RandImage Question In reply to
GD is a bit of a pain when it comes to changing the font sizes. My laptop is broken at the moment (using another computer terminal, but it doens't have all my software/files on), but once I get my laptop back online, I'll post a method to change the font size for you :)

Cheers

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!
Quote Reply
Re: [Andy] Add_RandImage Question In reply to
Thanks Andy
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Add_RandImage Question In reply to
Ok, in /admin/Add_RandImage_GD.pm , on about line 20, can you change;

$im->string(gdSmallFont, 5, 15, $string, $red);

to

$im->string(gdLargeFont, 5, 15, $string, $red);

Does that work?

Cheers

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!
Quote Reply
Re: [Andy] Add_RandImage Question In reply to
Thanks

That did fix it..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Add_RandImage Question In reply to
When I find the time, I think I may add a small/medium/large option for the GD images. This would save the end user a lot of time having to modify the .pm file :)

Cheers

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!