Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JCoster

Pages: [1]
1
To be fair, you're a bit of a beast.

cheers- you genius.

2
Hmm yes me too, I'm still waiting for a response.

Would be really really useful if there was anyone who could help?>

3
Hi yeah i understand that but what is the default variable it is called with?

Thanks

4
Right- I have posted a message something like this in another topic but I've decided to post it here and be more specific.

I've just been wondering about how the page after you upload an image or video clip works.

I.e., what is the variable upon which the image of the just uploaded image is called?

So.

When you've just uploaded a single image

And you're on member.php and it says:

CONTROL PANEL

Image added: [name of the image]

And then below this it displays the image.  Where is the location called from?

Thanks for your help in advance.

James Coster

5
Installation, Update & Configuration / Re: Direct link to images
« on: May 09, 2007, 09:21:31 PM »
Still no one?? :(

6
Installation, Update & Configuration / Re: Direct link to images
« on: April 29, 2007, 02:04:58 PM »
Right.

I'm using this mod and instaed of putting the {image_path} on my details page, I'm putting it on the individual file media extensions page, firstly so that it won't appear for movies (as code is incorrect) and secondly so that it will appear under the image immediately after the user uploads it.

However, one problem: on the page immediately after upload, it shows the path of the random image rather than the path of the image uploaded.

Any advice?

Cheers.

7
Hi.

At the moment I display the URL of the image under the image on the image view page (details) with the code on the details template tag:
Code: [Select]
<textarea name="select1" rows="3" cols="50">
<a href="myurl"><img src="{image_path}"></a>
</textarea>
..where {image_path} is defined by a mod (can't remember which one) stated somewhere on these forums.

However, I would also like to display this code on the page directly after the image is uploaded which just says the name of the image and the image.

How can I do this?

Thanks.

Pages: [1]