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

Pages: 1 [2]
16
Mods & Plugins (Releases & Support) / Re: [Mod] User upload limits
« on: January 04, 2008, 06:31:06 PM »
Good day!
How to make the general limit to the user accaunt in Mb? For example 20 or 30Mb ..... or other?

17
Thanks. I read it. There there is no answer.  :(

Something of type of it is necessary in config.php: :roll:
{if user_loggedin}$captcha_enable_comments = 0;{endif user_loggedin};
{if user_loggedout}$captcha_enable_comments = 1;{endif user_loggedout};

18
For only unregistered users (guests):
$captcha_enable_comments = 1;

 8O ???

19
Mods & Plugins (Releases & Support) / Re: [Mod] Mini-Top
« on: December 31, 2007, 01:49:59 PM »
Bug:
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 25, 1, 15, 3, 19, 27, 12, 9, 24, 26, 5, 4, 6, 22, 10, 17, 28, 11, 13, 21, 29, 14, 16, 18, 8, 23) ORDER BY i.image_rating DESC, i.image_votes DESC
Unknown column 'i.user_id' in 'on clause'

mini_top.php

line 27:
FROM ".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c

Replace:
FROM (".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c)

20
1. Automatically to send the mail to the user: " Your photo "the name of a photo" has the new comment!" the link to a photo http:\\.......
2. To create the link to the index.php "All new comments"
3. To create the link to the index.php "New comments on your photos"

21
Many thanks mawenzi! Has already made! :lol:

22
Only if properties of a category - for the registered users only.

You must be a registered user to view images!
To register click on the REGISTER button in the menu above.


Sample: _http://forums.screamandfly.com/Gallery/index.php

23
Language Packs / Re: [Language] Russian language files & buttons
« on: November 19, 2007, 06:24:01 PM »
main.php
$lang['image_codes'] = "Тип ссылки на фото:";

details.php
$site_template->register_vars(array(
    "image_codes" => $lang['image_codes']
));
$uploadinfo .= "<font size='1' face='Tahoma'><b>Image Codes:</b>".$lang['image_codes']."<br />";

Плиз сориентируйте - мне надо чтобы  <b>Image Codes:</b> заменилось .$lang['image_codes']. , сохранив форматирование           ???

Pages: 1 [2]