1
aquaportail
Re: PHP 7.2 RELEASED

It could be a good thing to uniformize file XoopsFormRendererLegacy.php (class) with simple quote and double quote for return...

Sometimes, it's (for example):
return "<input type='color'...

and some others are:
return '<input type="hidden"...


The best way is probably:
return '<input type="hidden"...

as HTML principaly uses double quote.



2
aquaportail
Re: PHP 7.2 RELEASED

I send you PM... (2 errors in admin of newBB5).

I've integrated a counter of characters and words for HTML area: it could be usefull.

<div id='compteurmessage' style='color:red'>0 word 0 character</div

<
script>function Compter(id){
var 
txt=document.getElementById(id).value;var chaine=document.getElementById(id).value
var 
nombreCaractere=txt.replace(/[/?w+]/g,'').length;
var array = 
chaine.split(/bw+b/);
var 
nombreMots=array.length-1;
var 
msg222=' '+nombreMots+' words | '+nombreCaractere' chars.';
document.getElementById('compteur'+id).innerHTMLmsg222; }</script>

<
textarea id="message" name="message" onkeyup="Compter('message');" spellcheck="true" rows="12" cols="70"></textarea>



3
aquaportail
Re: PHP 7.2 RELEASED

Everything is good! Thank's a lot. It's great.

Notice my site is around 850 000 unique visitors per month, so I must disable some functionnalities (vote, stats, comments, online!!! ...) to get some ... speed.

The first thing I'll modify is the USERS table (old columns totaly obsolete are erased and the counter of messages is transfered in a new table for performances' reasons).



4
aquaportail
Re: PHP 7.2 RELEASED

HI,
i've installed newbb 5 but it's actually impossible to create a new post and impossible to read a post.

I send you one PM to give you total access to testing online.

Here is the screen when I try to create a new subject.

Resized Image



5
aquaportail
Re: PHP 7.2 RELEASED




6
aquaportail
Re: PHP 7.2 RELEASED

Hi,
I'm testing Xoops 2.5.9 with .10 upgrade on php 7.3.0 and I get some errors for compatibility.

The principal error is the deprecated function "create_function" in Smarty Compiler Class (file /class/smarty/Smarty_Compiler.class.php on line 265 -with preg_replace_callback- seehttp://php.net/manual/en/function.create-function.php ).
Is any patch code available to correct this?

Another incompatibility occurs in the same file on line 559 with the "each" function wich is also deprecated (in "list(, $block) = each($this->_folded_blocks);").

---
Another problem exists in NewBB 4.33: Notification: XoopsObjectTree::$_tree is deprecated, accessed from /modules/newbb/class/tree.php line 72 (and 64, 73), in file /class/tree.php ligne 307

Is it possible to fix it?

Thank's Mamba.

---
Notice: I'm going to change my old Xoops 2.0.1x to 2.5.10 (to upgrade PHP et SQL versions) on aquaportail.com (french site).



7
aquaportail
Re: Xpayment 1.21

It's really a good work, fine.

Thx



8
aquaportail
Re: PDF and PRINT buttons - do you use it?

Hi,

I've used them but I finally suppress both print and pdf.

PDF was cancelled because it takes to much ressources from server : when the website gets little popularity, PDF takes too much time to process.

There was a few month, I suppress every print functions : it makes DC (duplicate content) and Google seems to index better the print page rather than the full page... It's a problem to get some smart positions in SERP; and finally, you don't "catch" the visitor to your site : he goes away after viewing the print page... It's not good enough.

That's my opinion, and just mine.



9
aquaportail
Re: PHP 5.3.4 Released!

Hi,
I've some new tests to go, but it seems this php 5.3 version crashes the admin on old Xoops 2.0.1x...



10
aquaportail
Re: Lock the comment's edition in xoops 2.5





TopTop
(1) 2 »



Login

Who's Online

242 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 242


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