Gossamer Forum
Home : Products : Links 2.0 : Customization :

Select Image mod

Quote Reply
Select Image mod
I have been working on a mod for sometime now that allows the admin to upload an image, and then select it from a dropdown menu when adding a link... I was wondering if anyone would be interested in it?? let me know..
Crazy

Last edited by:

Dingle_B: Aug 24, 2004, 9:31 AM
Quote Reply
Re: [Dingle_B] Select Image mod In reply to
Anyone?
Crazy
Quote Reply
Re: [Dingle_B] Select Image mod In reply to
Chuck,

Apparently traffic here has slowed down greatly in the last few months...

If anyone wants to see a test site for this mod, go here:

http://linksresource.com/pixul/

Chuck has put a lot of time and effort into this project, and is making it available for anyone interested...


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Select Image mod In reply to
Thanks Leonard.... I was hoping you would post the link to the test page....


Chuck
Crazy
Quote Reply
Re: [Dingle_B] Select Image mod In reply to
I'm interested!!! Exactly what I was looking for. Can you post the code?
Quote Reply
Re: [troyid] Select Image mod In reply to
Sure..... I just sent it to you via PM....


chuck
Crazy
Quote Reply
Re: [Dingle_B] Select Image mod In reply to
I have run into a brick wall with this script. When I click on Add in the Admin view I get told that 'Unable to execute this CGI script due to the wrong permissions set on it. To correct this problem, chmod it to 755'

I have changed the admin_upload.pl to 755 permissions and it still does not work. You might have noticed I have changed the extension on the file to .pl instead of .cgi. My host requires this.

View and Modify windows show correctly. Delete images just shows a blank window
Quote Reply
Re: [troyid] Select Image mod In reply to
    
Code:
require "admin/links.cfg";


Did you change this to full path to links.cfg in all of the scripts?


Code:

You might have noticed I have changed the extension on the file to .pl instead of .cgi. My host requires this.


I just changed mine to the .pl extension with out any problems....


Let me know if changing the path works...

chuck
Crazy
Quote Reply
Re: [troyid] Select Image mod In reply to
Troyid, was you able to get it working?


chuck
Crazy
Quote Reply
Re: [Dingle_B] Select Image mod In reply to
attached is the zip file for all to try.... Crazy
Crazy

Last edited by:

Dingle_B: Sep 19, 2004, 8:25 AM
Quote Reply
Re: [Dingle_B] Select Image mod In reply to
Just an update...

I have taken down the example site, I needed the disc space for another project. Unimpressed

But, I did fix the css link for the index page of http://linksresource.com so it is much easier to understand. Blush


Leonard
aka PerlFlunkie