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 ... 7
1
Mods & Plugins (Requests & Discussions) / Schema.org
« on: August 28, 2012, 07:20:03 PM »
Is there any MOD which change html tags with use Schema.org ( http://schema.org/ )?

2
Language Packs / Re: [Language] Russian language files & buttons
« on: March 16, 2011, 08:07:13 PM »
В первых двух сообщениях есть аттач. Бери оттуда.

3
May be, you can change your german simvols for codes (for example ü)?

4
I want see next/prev pages inside Top images (now it's inside category). How to do this?

5
Thank you, V@no.
For me, installation this mod was not easy, becouse there are many changes i read in the posts and i don't remember why i didn't use original code  :oops:. May be it was, becouse i use you post #267.


7
I think that all work, but just now i found error with [MOD] Language select (russian - main).
Before this mod url with english has '&l=english' at the end. Now urls have '?l=english' or '&l=english'. Url with '&' didn't work (url, for example: member.php?action=showprofile&user_id=1&l=english). How to change '&'?

I don't now how correctly fix it, but i do that and now all woking:
Sessions.php find:
    if (!empty($l)) {
      
$url .= strpos($url'?') !== false $amp "?";
      
$url .= "l=".$l;
    }

replace:     if (!empty($l)) {
      
$url .= strpos($url'?') !== false '&' "?";
      
$url .= "l=".$l;
    }

8
I think that all work, but just now i found error with [MOD] Language select (russian - main).
Before this mod url with english has '&l=english' at the end. Now urls have '?l=english' or '&l=english'. Url with '&' didn't work (url, for example: member.php?action=showprofile&user_id=1&l=english). How to change '&'?

9
Alexsey, you use this sitemap only for Google or for Yandex and etc. too?

10
Google have tag's for pictures (<image:image>, <image:loc> etc.). Is anybody use it?
I don't like that Google want image location (for example, http://example.com/image.jpg), becouse i want that users see photo in gallery, but not in http://example.com/image.jpg . Do you know how Google use image location?

11
if it is not, then you will have your error... make sure you have

Now i add this  :oops:. Thank you.

I am using the multilang for my categories like this:

If i use your categories, then i have cat-gortenziya-51.htm and did not have cat-hydrangea-51.htm . Do you have urls only for one language? Or you use your google.php several times (with add information about language, for example, for english - google.php?l=english) ? Or somthing else?

12
Aleksey, thank you for answer, but it's not work:
- if i didn't add function multilang into google.php then i have error "Call to undefined function multilang()"
- If i add it and use multilang() for $catname and $imgname - then i see url with russian and english parts of name. For examle, i have ...img-kosmeya-english-mexican-aster-15.htm, and i need ...img-kosmeya-15.htm and ...img-mexican-aster-15.htm. i think it becouse function didn't see some another cod for it works.

PS I try use you google.php and find little error:
print_xml($cat_url,$prio_cat,$lastmod,$freq_cat);
must be:
print_xml($cat_url,$prio_cat,'',$freq_cat);

13
I use [MOD] Multi-Language support for any text and [MOD] Google Friendly Urls For 4images Best Seo Mod.
I use two languages - russian(main) and english.
For create url i use multilang() .
For use multilang() in this mod i add function multilang() to the google.php. But i need to change it(or may be create two different function?) for create 2 url: one for russian and one for english languages. My php-knowledge is not very good and i can't undestand why function multilang() have so many conditions and how to change it. Could anybody help me?

Thank you.

14
Mods & Plugins (Releases & Support) / Re: [MOD] Multi-Lightboxes v1.03.1
« on: February 12, 2011, 11:34:02 PM »
4images doesn't update lightboxes when a user deletes a photo (the way lightboxes store image ids it would require scan every single lightbox, that would be very inefficient).
As of ACP, in my tests lightboxes were updated just fine, though I tested only with one user...

V@no, извини пока не нашла времени? чтобы составить полный набор тестов и все проверить, а делать тесты "урывками" не хотелось. Но уже хорошо, что при удалении фото лайтбокс не сбрасывается. Спасибо!

If lightboxes doesn't update when a user deletes a photo, then user will see that in lightbox he has, for example, 5 photo(count for each lightbox), but when he open lightbox he can see, for example, 3 photo. May be will be better if sometimes admin run script and it check all lightboxes for absent photo and delete information about it? Could you create this script (my knowlege of php is not good for this )? I'll check it.

15
Discussion & Troubleshooting / Page generated in...
« on: February 02, 2011, 11:10:55 PM »
Where can i see information "Page generated in... "?  :oops:  (I found this "printf" in page_footer.php but can't find this information)

Pages: [1] 2 3 4 5 ... 7