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
46
I use MOD Language select. Could anybody help me to add information about language into image codes(if you look on english page then codes for english, if russian - for russian)? My php knowledge is not good for create it by myself.

PS I use V@no's modification of this mod.

47
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: September 29, 2009, 11:43:09 AM »
Error in Step 2.4 (when edit category, we didn't see number cat_image):
Code: [Select]
echo "<tr class=\"".get_row_bg()."\">\n<td><p class=\"rowtitle\">Category image</p></td>\n<td><p><input type=\"text\" size=\"5\" name=\"cat_image\" value=\"".$value."\">&nbsp;$cat_image</p></td>\n</tr>\n";
must be:
Code: [Select]
echo "<tr class=\"".get_row_bg()."\">\n<td><p class=\"rowtitle\">Category image</p></td>\n<td><p><input type=\"text\" size=\"5\" name=\"cat_image\" value=\"".$cat_row['cat_image']."\">&nbsp;$cat_image</p></td>\n</tr>\n";

It will be interesting if i can see picture of category when i edit category(how i see it when edit picture). But i don't know how to do this.

48
Discussion & Troubleshooting / Re: Problem with search and keywords
« on: September 29, 2009, 10:13:12 AM »
Thank you, but it's work with some errors and i mean another way how to do this.
In the table gl_wordmatch we have all words which added to image. In details.html in keywords i see all words which have gl_wordmatch.keys_match=1, but more i want to see words with gl_wordmatch.name_match=1. I think it's must be very easy to change, but i don't know where to change it.

49
Discussion & Troubleshooting / Re: Problem with search and keywords
« on: September 28, 2009, 06:27:53 PM »
V@no, have yoг any ideas about this situatiuon?

And one more question about keywords: when i add new photo then the name photo are add into keywords, but when i see details.html i didn't see this keyword in the list of keywords for search. How to show it with other keywords?

50
Now It's work. Thank you for quickly answer :) .

51
1. When user change his email in vb, it is not changes in the 4images. But 4images use this wrong email(for example, when you want write letter to user who write comment). How to fix this?

Yes, this is correct behavior, only if user changed password its hash transferring to the 4images table, to fix this:
...
That's it, should work now. I will update the first post with newer version later tonight. Thanks for reporting!

It's didn't work. I try use old vb.php with you changes, try use new vb.php(from first post), i try change email in vb by user and by admin for user, but always email was old.

7. New user haven't registration date in the 4images. We can see this date, for exaple, when see comments.

I'll attach new vb.php with fix for this. You can just download it and replace older one. It will also fix for #1. Thanks for reporting!

Thank you. It's work.

8. I copy some users from 4images to vb. I can't modify this users from vb admin panel

How exactly do you copy users?

With you script. I can find user, but when i click on it i see page whith empty filds.

52
Fix:
Find in includes/sessions.php:

Thank you! It's work  :D

53
in includes/search_utils.php find:
Code: [Select]
function convert_special($text) {Insert below:
Code: [Select]
return $text;It wont fix the problem right the way, because the latin letter in your keywords are already saved into the database, so you'll need manually edit database and fix these keywords (if you manually add keywords to each image, you can edit image and fix keywords there).

How i understand with this decision we said: didn't use function convert_special anywhere(not only in tag cloud). I am afraid that this functions used in some another places and if i didn't use it then i will have errors.
V@no, could you tell me what kind of operation to check? or you think that all will be work?


P.S.
I can't guaranty that it will work properly, but you also can try this before you manually edit database:
in includes/functions.php .....

This decision have one error: if i use English words for search, they will be changed too. For example, word "endless" will be "endleя"   

54
Mods & Plugins (Releases & Support) / Re: [Mod] Image Annotation (Watermark)
« on: September 28, 2009, 02:34:25 PM »
Раз уж и сюда и в лс написал, то отвечу здесь :) . У меня так:

/home/имя БД/4images(или как там эта папка переименована)/bkant.ttf
Пример:
/home/u181128/4images/tahoma.ttf

А если БД на localhost, то вообще все просто - указывается полный путь до файла (только разделитель используется  "\", а не "/")

Пробуй загрузить как пользователь, но не из админ панели. Так у меня работает. Также работает если загрузить несколько фото на ftp, а потом их оптом загрузить(только я еще доп. мод V@no помогающий загрузке ставила и не знаю будет ли без него работать, так что попробуй отладить на первом).

55
Discussion & Troubleshooting / Re: Problem with search and keywords
« on: September 17, 2009, 11:26:55 AM »
Yes, i see it (when edit picture in Control panel).

56
Discussion & Troubleshooting / Re: Problem with search and keywords
« on: September 16, 2009, 04:24:01 PM »
I try. Problem still exist

57
Discussion & Troubleshooting / Problem with search and keywords
« on: September 16, 2009, 04:03:39 PM »
I choose photo and add keyword WillemAlexanderPavillion12 . When i look to photo in datails page i see this keyworld, but if i click on this keyword i see "Your search resulted in no matching records".
In the table wordlist i didn't see this keyword. Why i see this keyword in the detail page?
How fix this problem(i want add this word for search)?

If i add keyword WillemAlexanderPavillion1  - then all working.

58
And error whith different mods:
6.I have "[MOD] Language select" + "[MOD] Multi-Language support for any text" and after I install bridge i have error: if i choose language it changes, but when i click on any link - language changes for default. Please, help me to fix this.

V@no, could you help me with this error?

59
Thank you. I'll be waiting you answer.
I use that mod.
If you need some tests - just told me.

60
what do mean when told "modified version of "check new images""? [MOD] Check new images in ALL categories?

Pages: 1 2 3 [4] 5 6 7