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 - adrianTNT

Pages: [1]
1
Hello, I get this error on the page that shows the jpg right after it was uploaded:

DB Error: Bad SQL Query: INSERT INTO 4images_wordmatch (image_id, word_id, name_match, desc_match, keys_match) SELECT DISTINCT 77, word_id, 0, 1, 0 FROM 4images_wordlist WHERE word_text = 'murcielago'
Duplicate entry '77-178' for key 1

Edit: it seems to be happening if i have 2 words like this in description:
Murciélago Murcielago

Anyone has an idea?
Thank you.

2
Hello.

I want to change page title so that:
- on main page of gallery title is "{site_name}"
- on category page title is "{site_name} - {cat_name}"
- on photo details page title is "{site_name} - {image_name}"

How can I do that? I see <title> tag is set in header.html so I need to write it there but I have to test if current page is a photo details or home page or a category page, how can I test this?

Thank you.
- Adrian.

3
Hello,

I didn't find a mod like this, if there is one then show me please :)
What I want to do is display links to all categories on left column, I want the category links to appear in all pages.
I think I need to create new functions for that because I only want the links (without the folder icons as normal categories).

Can someone tell me what files to modify?
// I use 4images 1.7.4.

Thank you.
- Adrian.

4
Installation, Update & Configuration / Automatic thumbview images
« on: January 14, 2006, 02:20:28 PM »
Hello, I am a bit confused about something...

How can I set the gallery to display images not larger than 600x400 for example?
In image details page not in the page where you see many thumbs.
And when user downloads the image he downloads the full size?

- Is this the same thing with auto-thumb feature?

- Do I need one if the 3 tools for this?
Conversion tool for thumbnails
ImageMagick (http://www.imagemagick.org)
GD (http://www.boutell.com/gd)
NetPBM (http://netpbm.sourceforge.net)

- I need it to resize the image when displaying the preview, not just scale while actually the image is full size there. I know I can scale it by editing the template but I want it to have a smaller size in preview page.

I hope this make sense.
Thank you.

Adrian.

Pages: [1]