1
loukaum
Re: Getting Error Related to PHP 7.0 With Xoops 2.5.9
  • 2018/6/27 13:33

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


As Mamba already stated, some part of your Xoops instalation (probably a module) is calling a deprecated php function:

http://php.net/manual/pt_BR/function.split.php



2
loukaum
Re: Sanitizing inputs
  • 2018/4/2 15:22

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Firstly, I would like to thank the answers and apologize for taking so long to thank, here in Brazil was a holiday weekend and I moved away from the activities with the PC a little.
I will use MyTextSanitizer according to the instructions, again, my deepest thanks!



3
loukaum
Sanitizing inputs
  • 2018/3/29 15:05

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Hello all,

MyTextSanitizer is deprecated? If no... how can I use it? If yes, whats is the best approach to sanitize user inputs on xoops 2.5.9 version?



4
loukaum
Re: Gallery Module working on version 2.5.9
  • 2018/3/27 16:19

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Just can't install, due to an error:

Resized Image



5
loukaum
Gallery Module working on version 2.5.9
  • 2018/3/27 11:11

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Hello all!

Is there any gallery module working with the current version of Xoops (2.5.9)?

I've tried: tdmpicture, extgallery, myalbum...



6
loukaum
Re: Dummy block in Dummy module
  • 2018/3/23 12:37

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Many Thanks! It worked fine.

Best regards!



7
loukaum
Dummy block in Dummy module
  • 2018/3/23 0:20

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Hello all,

For educational purpose, I'm trying to put a dummy block in a dummy module:

In a fresh installation of xoops 2.5.9, Instaled dummy module wich is basically an very simple module sample (Developed by Trabis).

Edited xoops_version.php, and put the lines at the end of file:

$modversion['blocks'][0]['file'] = "blocks/dummy_block.php";
$modversion['blocks'][0]['name'] = "Dummy";
$modversion['blocks'][0]['description'] = "A Dummy block"
$modversion['blocks'][0]['show_func'] = "b_dummy_block_show";


then created the folder blocks and the file dummy_block.php with the coontent:
<?php
function b_dummy_block_show () {
    
$moduleDirName basename(dirname(__DIR__));
    echo 
$moduleDirName;
}
?>


After module updated, could see it on admin/blocks section... enabled it and droped it on my center block, but not shows on the user side...

Where did I miss something?



8
loukaum
Re: validation on xoopsthemeform?
  • 2018/3/9 12:11

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Exactly what I was looking for, thanks for the attention Mamba!



9
loukaum
validation on xoopsthemeform?
  • 2018/3/8 22:46

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Hello all...

Is there any module which uses validation on xoopsthemeform class? If yes, can anyone provide the link?

Thanks in advanced!



10
loukaum
Re: Dinamic input fields using XoopsThemeForm?
  • 2018/2/3 15:09

  • loukaum

  • Just popping in

  • Posts: 93

  • Since: 2003/11/2


Thanks Mamba! I will try the suggestions!




TopTop
(1) 2 3 4 ... 6 »



Login

Who's Online

102 user(s) are online (62 user(s) are browsing Support Forums)


Members: 0


Guests: 102


more...

Donat-O-Meter

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

Latest GitHub Commits