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

Plugin images - what do you do with yours?

Quote Reply
Plugin images - what do you do with yours?
hello!

I've got a plugin that has a few images incorporated into the interface. What I'd like to know is where do "you" put them if they're for a plugin?

Do you just copy them to the pages/images/SELECTEDTEMPLATE images folder or create a new folder specially for your plugin or ?

r
Quote Reply
Re: [ryel01] Plugin images - what do you do with yours? In reply to
The best place, is just the "images/admin" folder.

GT hold their images in "fileman" and "admin", so you should be safe putting them there =)

Hope that helps.

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] Plugin images - what do you do with yours? In reply to
hhmmmmm... I don't have an "admin" images folder. Think they must have got rid of that.

browser
default
fileman

I guess just dumping them in the root /images folder would be ok too if that doesn't exist. Think your rating plugin puts them there if I remember right...

Speaking of which - I came up with a bit of a simplification for that one.... hang on...
Quote Reply
Re: [Andy] Plugin images - what do you do with yours? In reply to
 
here it is...

instead of including 4 (or 5 was it?) different star images in the install, you can just include 1 star.gif file and make the template tag....


<% "<img src='/pages/images/green_star.gif'>" x $Admin_Ranking %>


Then it just repeats as many times as the admin ranking is.

Wink

r
Quote Reply
Re: [ryel01] Plugin images - what do you do with yours? In reply to
In Reply To:
here it is...

instead of including 4 (or 5 was it?) different star images in the install, you can just include 1 star.gif file and make the template tag....


<% "<img src='/pages/images/green_star.gif'>" x $Admin_Ranking %>


Then it just repeats as many times as the admin ranking is.

Thanks .. cool idea. Not really worth changing though... as the use about the same processing power :)

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: [ryel01] Plugin images - what do you do with yours? In reply to
Quote:
hhmmmmm... I don't have an "admin" images folder. Think they must have got rid of that.

browser
default
fileman

In that case, you should probably put it in the "browser" folder.

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!