41
andrey3761
Re: UHQ-Geolocate

Faster will be processed through the PHP Extension Geo IP.
http://www.maxmind.com/app/php



42
andrey3761
Re: 2.5 Censor function not working

1) Censorship doesn't work on words of the administrator.
2) It is necessary to activate censorship of words in a file:
/class/textsanitizer/config.php

// Stop request processing if malicious words found
"censor_stop" => true,



43
andrey3761
Re: XOOPS 2.5.x Translations

XOOPS 2.5 Beta Russian UTF-8
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsLanguages/russian/core/2.5.0/



44
andrey3761
Re: XOOPS 2.4.x Translations

XOOPS 2.4.5 Final Russian UTF-8
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsLanguages/russian/core/2.4.5/



45
andrey3761
Re: XOOPS 2.5.x Translations

XOOPS 2.5.0 Alfa 2 : Russian translation is added.
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsLanguages/russian/core/2.5.0/



46
andrey3761
Re: XOOPS 2.5.x Translations

XOOPS 2.5.0 Alpfa 2
File /modules/system/language/english/admin/smilies.php

define('_AM_SYSTEM_SMILIES_NAV_TIPS_FORM2','<li>Max uploaded files size: %s ko</li></ul>');


Maybe you meant %s kb?



47
andrey3761
Re: XOOPS 2.5.x Translations

XOOPS 2.5.0 Alpfa 2
File /modules/system/language/russian/admin/banners.php

define("_AM_SYSTEM_BANNERS_NAV_DELETECLI","Delete banner");


Replace

define("_AM_SYSTEM_BANNERS_NAV_DELETECLI","Delete Client");



48
andrey3761
Re: XOOPS 2.4.x Translations

XOOPS 2.4.5 RC Russian UTF-8
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsLanguages/russian/core/2.4.5/



49
andrey3761
Re: Codes won't work...

content type => Auto Format (smilies enabled)
http://s59.radikal.ru/i163/1003/02/73a597a1f41d.jpg



50
andrey3761
Re: who is

I do not know how to explain it in English ...
Query the database to synchronize the list of "Online" is not at all users, and in random order. If you go on the site few users, then the probability that the block "Online" will be synchronized is very low ... The more users visiting the site, the more accurate will be the data.
Problem is solved as follows:

\modules\system\blocks\system_blocks.php

// set gc probabillity to 10% for now..
    
if (mt_rand(1100) < 11) {
        
$online_handler->gc(300);
    }


Replace

$online_handler->gc(300);


Now the power "On-line" will be synchronized each time you refresh the page. This is bad, but the other way for you there.
Sorry for my English))




TopTop
« 1 2 3 4 (5) 6 7 8 ... 13 »



Login

Who's Online

184 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits