Gossamer Forum
Home : General : Perl Programming :

Private help needed....

Quote Reply
Private help needed....
Hi

I have a postcard script that works with LSQL and by itself...

You basically provide an Image folder location and it reads all the directories in it and present the images stored by directory...

Now I am having problems with two parts:

1- getting it to span: so each X image will show on each page. Currently it shows all the images in each directory on one page.

2- A way for it to read the sub directories (if any ) in each category so i can have Father categoy/ Sub1/ Sub2...

If anyone is welling to give it a try let me know and I will Pm the code I have working on my site to him.

If there is any charge I am sure we can talk about it within logic for the type of work...
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Private help needed.... In reply to
Should be pretty easy. Why do you need to do any programming at all? Can't you do all of this already, just by adding a few columns and working with the templates? I would at least store the images in the same directory. That way you can just do



<%if IsImg%>
<img src=/images/<%ID%>.jpg>

<%endif%>



Or perhaps I am missing something.
Quote Reply
Re: [Lacan] Private help needed.... In reply to
Thanks

Sorry but you are...

this is NOT a plug in... so if statements will not work..

It auto reads the images in a given directory..

I want it to read the sub categories as well... then span the pages if needed..

That has to be in perl..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] Private help needed.... In reply to
Sorry, I misread your original post. Sounds very advanced. Best of luck with it.
Quote Reply
Re: [Lacan] Private help needed.... In reply to
No problem

I still need the help...

I think it is rather easy but could not figure it out...

I have got very good part working but still needs those two add ons..

When finished it can be userd as an image categorizing utility or a postcard script..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory