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

Pages: 1 2 [3] 4 5 6 7
31
Mods & Plugins (Requests & Discussions) / Re: Category Dropdown Form
« on: October 26, 2009, 01:30:06 PM »
Thank you. All work  :)

32
Mods & Plugins (Requests & Discussions) / Re: Category Dropdown Form
« on: October 26, 2009, 01:11:00 PM »
I need "main categories" and next level of the categories. How to do this?

33
Try to cleanup browsers cookies, if you test alot -- cookies could be a real problem.

Thank you. It's really was problem with cookies.

Fixed in version 0.6 (now in the code)

I try it. Now all right.

:D

34
1. User can't login in gallery in Opera(v 9.52) and Safari(v 4.0). User login to the forum, but there isn't autologin into gallery. (Ie, Mozilla and Chrome is work)

Somebody have this error? Or it's only my problem? (i think that all worked when i test this mod first time, but i am not sure).

35
И снова, Здравствуйте! :)

I have two error:
1. User can't login in gallery in Opera(v 9.52) and Safari(v 4.0). User login to the forum, but there isn't autologin into gallery. (Ie, Mozilla and Chrome is work)
2. If user logout from forum and then refresh gallery-page, then field user_email in the table gl_users for this user will be empty.

PS. Today i see that one user disappeared from table gl_users. I don't know how its happened, but i have backup where this user was in that table.  
PS2. Denis, if you will change vb.php then, please:
 - insert version of the file into it (today i trying different version and sometimes i forget what version i use now  :oops:);
 - change "logout&logouthash" for "logout&logouthash" (Mozilla's plugin think that this is error).

36
ooops!  :oops:  I don't try to take new version. Thank you, now all works.


37
One more error.
Browser Mozilla Firefox:
1. Open gallery
2. Open forum and login
3. Refresh page with gallery. At the top of page i see "UPDATE gl_users SET user_email = 'myemail@gmail.com' WHERE user_id = '1' LIMIT 1; " , if i refresh page one more time, then i didn't see this message.
 
In the IE i didn't see this message.

38
Please, help me with fix this error when i save new photo:

Name photo: Тигр
Keyword: тигр
Result: when i save photo, then i see error "DB Error: Bad SQL Query: INSERT INTO gl_wordmatch (image_id, word_id, name_match, desc_match, keys_match) SELECT DISTINCT 39, word_id, 0, 0, 1 FROM gl_wordlist WHERE word_text = 'тигр' "
and in the table gl_wordmatch name_match=1 keys_match=0

Name photo: Тигр
Keyword: Тигр
Result: there is no errors (table gl_wordmatch  name_match=1 keys_match=1)

Name photo: Tigr
Keyword: Tigr
Result: there is no errors (table gl_wordmatch  name_match=1 keys_match=1)



39
mawenzi , in you keyword_cloud.php $lang['tagged_with'] used here:

Code: [Select]
$output .= ' <b><a href="'.$site_sess->url(ROOT_PATH."search.php?search_keywords=".$key.((!empty($mode)) ? "&amp;mode=".$mode : "")).'" style="font-size:'.$size.'%;color:rgb('.mt_rand(0, 255).', '.mt_rand(0, 255).', '.mt_rand(0, 255).');font-family:Verdana, Arial, Helvetica, sans-serif;" title="'.$value.' '.$lang['tagged_with'].' '.$key.'">'.$key.'</b> ['.$value.']</a>  ';

 :lol:

40
mawenzi, in this mod you forgot a little step from mod of ch€ri{Bi}²  :

"last step , open main.php in your language dir and add at the end:
Code: [Select]
$lang['tagged_with'] = "image(s) with tag: ";
"

41
Discussion & Troubleshooting / I can't find code {thumbnails}
« on: October 08, 2009, 03:02:42 PM »
I have a problem: sometimes i can't find code which i want to change (i can't understand what i need to do step by step for finding code).
Today i trying to find code which called with this expression: {thumbnails} (catigories.html) .
Please, tell me where i can find this code.
If you can explain me how i can understand where to find code if it called like {....} than i will be very happy.
Thank you.

42
Mods & Plugins (Requests & Discussions) / Re: [PLUGIN] Webseiten Check
« on: October 08, 2009, 12:54:14 PM »
Is it check only one page(i mean, that i need insert all names of pages to check all)?

For check i use plugins for Mozilla Firefox. What difference between this plugins and online check with Mozilla?

43
Если альбомов не много, то может этот мод поможет?
[MOD] Multi-Lightboxes v1.03 http://www.4homepages.de/forum/index.php?topic=10625.0     
Там можно создать несколько вариантов Избранного и туда добавлять фотографии.

44
I can't understand what you want ask.
(May be some words have wrong translate. For examlple, "kateoriyah" :)  )

45
Rembrandt, mawenzi, V@no thank you.
I mean:
... the permalink sould be look like : " /details.php?image_id=1234&l=english " ...

V@no's code is working. I change it for v1.1 of this mode:
 
Code: [Select]
"uploaded_image_link" => $script_url."/details.php?".URL_IMAGE_ID."=".$image_id.($l ? "&amp;l=".$l : ""),

Pages: 1 2 [3] 4 5 6 7