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.


Topics - matthew

Pages: [1]
1
Discussion & Troubleshooting / Where is jpg.html called from?
« on: June 09, 2003, 12:37:21 AM »
As the subject says, which file calls the appropriate jpg.html, gif.html, etc.

2
Mods & Plugins (Requests & Discussions) / Selected Image
« on: June 01, 2003, 05:53:21 AM »
I'm trying to modify the jpg.html file. Currently it has:

Code: [Select]

<img src="{media_src}" border="1" alt="{image_name}"{width_height} /><br />


What I'm trying to do, is get the above into the IMAGE LINK below

Code: [Select]

<applet code>
         <param name="IMAGE" value="IMAGE LINK">
</applet>


Its easy enough to put a url in it, but I would like it to be like the orignal code, where the link is done automatically based on what the user clicks on.

Any ideas?

3
Correct me if i'm wrong, but when a picture is a jpg, it calls the jpg.html file from the templates/default/media/

Would it be possible to have an option, perhaps from the users control panel, or directly from the details page, where a different file could be called, for example jpg_effect.html , and display the picture with the options from in that file.

Hopefully that was clear on how it was written.

Matt

4
Installation, Update & Configuration / # of new images on main page?
« on: March 22, 2003, 04:10:14 PM »
Currently its set to 3 which i guess is the default. How would I change this amount? In the admin cpanel theres no option there, it only has the options for the category pages.

Matthew

5
Discussion & Troubleshooting / Custom Images Per Page doesn't save?
« on: March 04, 2003, 04:16:29 AM »
I've noticed that when a user changes the "Images Per Page" to an option in the list, that when the user logs out and logs back in, that the "Images Per Page" gets reset back to the default value.

Is this a setting in a file that needs to be changed or does 4Images not do this?

Thanks

6
I created some new pages and so far everything is working good. My question is it possible to open a php file (guestbook) inside the new page that I created? If so how do I load the php file? Right now my blank page is just a blank html file, but I want to load php file from here but can't figure out how.

matthew

Pages: [1]