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

Pages: [1]
1
yes, works :)
the code:
Code: [Select]
FROM ".IMAGES_TABLE." i, ".WARENKORB_TABLE." wchange to:
Code: [Select]
FROM (".IMAGES_TABLE." i, ".WARENKORB_TABLE." w)
and
Code: [Select]
FROM ".WARENKORB_TABLE." w, ".IMAGES_TABLE." i, ".CATEGORIES_TABLE." cchange to:
Code: [Select]
FROM (".WARENKORB_TABLE." w, ".IMAGES_TABLE." i, ".CATEGORIES_TABLE." c)

2
I use mysql 5 version :)
there is error?

try to search for mysql5... (o:
without shop mod work good, but i not fount there error in this sql query :(

3
DB Error: Bad SQL Query: SELECT i.image_id, i.user_id, i.cat_id, i.image_name, i.image_date, i.image_hits, i.image_comments, i.image_thumb_file, i.image_rating, i.image_votes, i.price_1, w.user_id as w_user_id, w.warenkorb_id, w.image_quantity, w.warenkorb_image_id, c.cat_name, u.user_name FROM 4images_warenkorb w, 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 1) AND 1 = w.user_id AND i.image_id = w.warenkorb_image_id ORDER BY image_name ASC LIMIT 0, 9
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/auksiniz/domains/daiva-foto.com/public_html/bankas/includes/db_mysql.php on line 116

this error wrote if i go to warenkorb.php :)

I use mysql 5 version :)
there is error?

thank

4
Mods & Plugins (Releases & Support) / Re: [Mod] [Beta] Shop Mod für 4images
« on: September 14, 2005, 09:39:45 PM »
where download free this module?

5
Templates & Styles (Requests & Discussions) / Re: buy foto templates
« on: September 14, 2005, 08:55:12 PM »
ok, i do not hav money to buy the templates.
But where is download the 4images photos modules ot etc.
i seen http://www.forumkamera.com/gallery/img21924.html the after foto the "image details" the Photographer and camera info, how insert i my standart 4images ?

thank

6
You should do a search first, as stated above

The file you want to edit is user_logininfo.html

Remove this code:
Code: [Select]
<a href="{url_lightbox}">{lang_lightbox}</a><br />

thank you

7
Mods & Plugins (Requests & Discussions) / Re: Where main page is javascript?
« on: September 14, 2005, 08:12:53 PM »
thank you

8
Mods & Plugins (Requests & Discussions) / Lightbox delete from login form?
« on: September 14, 2005, 07:21:19 PM »
how delete Lightbox from login form?

9
Mods & Plugins (Requests & Discussions) / Where main page is javascript?
« on: September 14, 2005, 07:19:52 PM »
where need to disable/remove javascript from main page?

10
details.html and thumbnail_bit.html templates
thank you

11
i find the disable button, but did not know remove button from the sites :)

12
Mods & Plugins (Requests & Discussions) / Disable Lightbox, eCard, download
« on: September 14, 2005, 02:33:58 PM »
Hi,
How disable or remove Lightbox, eCard and download button?

thank

13
Language Packs / Re: How install two language?
« on: September 14, 2005, 01:34:24 PM »
thank :)

14
Templates & Styles (Requests & Discussions) / buy foto templates
« on: September 14, 2005, 12:35:47 PM »
hi,
where is free templates for "buy the fotos" templetes other. This templetes http://www.forumkamera.com/portal/ is veri good :)

15
Language Packs / How install two language?
« on: September 14, 2005, 02:56:32 AM »
How install two language, maybe lithuania ant english. The lithuanian i tarnslate? Bet hoe in the navigation two language?

Pages: [1]