21
MACTEP
Re: XOOPS 2.6.0 Alpha 1 Testing
  • 2012/8/18 15:44

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


Quote:

Mamba wrote:
Quote:
I can confirm that blocks are not draggable.

Hmm, don't have these problems with PHP 5.3.15 and PHP 5.4.5

Can somebody else confirm the issues, and specify the platform they are using?


Server: Open Server
PHP: 5.4.5
Apache: 2.4.2
MySQL: 5.5.27

Installation is OK.

Modules - System - Blocks
Blocks are not dragged

Если поможет (Firebug)
Resized Image




22
MACTEP
Re: XOOPS 2.6.0 Alpha 1 Testing
  • 2012/8/17 21:38

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


server: Open Server
PHP: 5.4.5

Test OK

Modules - System - Blocks

Do not drag blocks



23
MACTEP
xoops_getConfigOption ('language') is wrongly returned
  • 2012/8/13 19:45

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


Because of the long header corrupted home page.


Resized Image



24
MACTEP
Re: XOOPS 2.5.6 Alpha on PHP 5.4.5
  • 2012/8/11 13:58

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


server: Open Server
PHP:5.4.5
MySQL-5.5.27

XOOPS 2.5.6
News 2.67

OK!

Resized Image



25
MACTEP
Re: TDMDownloads 1.62 Final released for XOOPS 2.5.5
  • 2012/7/7 14:04

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


I'm not friends with PHP , but I see the decision as follows:
I think xoops uses the following code to cut the words:
$str "Строка очень большой длины"
$str1 substr($str018); 
echo 
$str1// Строка оч�

Trimmed not by character but by bytes.

Should be cut using the following code :
mb_internal_encoding('UTF-8'); // Установка кодировки 
$str 'Строка очень большой длины'
$str2 mb_substr($str018); 
echo 
$str2// Строка очень больш

Circumcision is strictly for the characters.

Англичанин с меня тоже никакой, поэтому прокомментирую по русски.
Первый код - так скорее всего обрезает xoops,
второй код - так необходимо обрезать слова.
Слова режутся строго по символьно, а не так как в первом варианте - мало того, что обрезать может символ пополам, так еще и указанное количество символов несколько меньше, зависит от символов.

Хороший пример обрезалки в нашем модуле "Видео" Текст режется строго по словам.



26
MACTEP
Re: TDMDownloads 1.62 Final released for XOOPS 2.5.5
  • 2012/7/7 12:03

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


It will not be eliminated ?I am from one version to remind you , and then complain that I did not say anything ...
Это устраняться не будет? Я от версии к версии напоминаю вам, а потом жалуетесь, что я ничего не говорил...

Resized Image



27
MACTEP
C Holiday of Spring and Labor
  • 2012/4/30 21:01

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


Dear Colleagues,
I congratulate you on the holiday of spring and labor!

С первомаем, земляки!!!



28
MACTEP
Re: Test module instruction
  • 2012/4/19 16:26

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


The module instructions was created for the manual to the programs .Can be used to describe the programs, work product

Модуль Инструкции был создан для описания работы программ. Может быть использован для инструкций, описания, руководства к программам, изделиям...





29
MACTEP
Re: Performance issue - XOOPS site gets throttled
  • 2011/9/7 18:48

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


Weak/overloaded server.
For a solution of a problem, remove unnecessary processes.

In a file php.ini find a line max_execution_time = 60 and replace on 120



30
MACTEP
Re: Problem with background
  • 2011/9/7 18:37

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


You do not think at all of users.
1. The background picture in PNG - occupies 180кB, at code conversion in jpg the picture occupies 21 кB and if to cut out the unnecessary middle, 17кB - economy 163 кB

2. Logo - 2ddc.png - occupies 300кB. At code conversion in jpg it is received 35 кB - economy 265 кB

Total, instead of 480кБ we load all 52кB. What for once again to anger the visitor?




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

299 user(s) are online (181 user(s) are browsing Support Forums)


Members: 0


Guests: 299


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