4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Steviii on June 15, 2003, 04:02:44 PM
-
Hi guys!
I would like to show the direkt URL to an Image in the discription.
I have an avatar-galerie where users kann choose an avatar for their profil at board.
So I would like, that the direkt URL to image is shown in discription, when the picture is uploaded to my server.
this: http://yourserver.com/4images/data/media/1/image.gif
Is this possible? Cause I don't want to add the URL every time....
thx for your help
hope you understand everything, my english is not the best....
-
use HTML in your descriptions
i.e. <a href="http://yourserver.com/4images/data/media/1/image.gif">http://yourserver.com/4images/data/media/1/image.gif</a>
this is the only way without diggin in the code.
-
hm....ok, well I do this anyway....
Thanks vor your time!
-
I haven't tested this, but I think you can use this format:
http://www.domain.com/4images/data/media/{cat_id}/{image_id}
and you should probably place this in the media templates although it should also work from the details.html template
-
Thanks! That's it!
But it has to be this code (if anyone is interesseted in this)
http://www.yourdomain.de/4images/{media_src}
-
Yeah, I forgot about that