21
Mage
Re: Overloaded pm_pmlite.tpl (PM module) ???
  • 2020/5/6 19:26

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


Hi Alain,

It is a form generated by xoops. If your theme uses bt4 then the form will be displayed in bt4 (theme_autorun.php):

xoops_load('XoopsFormRendererBootstrap4');
XoopsFormRenderer::getInstance()->set(new XoopsFormRendererBootstrap4());



22
Mage
Re: Datetime problems with Publisher 1.07 Final and Xoops 2.5.10
  • 2020/4/20 19:08

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


sorry not local.php but global.php



23
Mage
Re: Datetime problems with Publisher 1.07 Final and Xoops 2.5.10
  • 2020/4/20 19:03

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


It may be the translation:

https://github.com/XOOPS/XoopsCore25/issues/249#issuecomment-261805315

If I understand correctly, you speak Italian! So you use a European date format

in folder:
htdocs\language\italian

file local.php
file global.php

you must have:

define('_DATESTRING''d-m-Y H:i:s');
define('_MEDIUMDATESTRING''d-m-Y H:i');
define('_SHORTDATESTRING''d-m-Y');


if you have

define('_DATESTRING''d/m/Y H:i:s');
define('_MEDIUMDATESTRING''d/m/Y H:i');
define('_SHORTDATESTRING''d/m/Y');


it does not work!


Look this: https://github.com/XOOPS/XoopsCore25/issues/807



24
Mage
Re: SQL error with Tag Module
  • 2019/11/15 8:05

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


This problem is explained here:

https://www.grafikart.fr/tutoriels/only-full-group-by-sql-1206

He is present with mysql 5.7! The problem may need to be fixed in the core of xoops.



25
Mage
Re: XOOPS France
  • 2019/9/25 19:32

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


Xoops is no longer available at the moment. We will inform you when we have more information



26
Mage
Re: tdmdownload module for XOOPS 2.5.9, PHP7
  • 2019/2/3 10:39

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


Hi,

You can ask here.

https://github.com/XoopsModules25x/tdmdownloads/issues

There is already a possibility to add custom fields. Did you try?



27
Mage
Re: tdmdownload module for XOOPS 2.5.9, PHP7
  • 2019/2/1 17:32

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1





28
Mage
tdmdownload module for XOOPS 2.5.9, PHP7
  • 2019/2/1 12:00

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


The tdmdownload module is being updated for XOOPS 2.5.9 and PHP 7

The updated version tdmdownload 2.0 RC1 is available now for testing.

DOWNLOAD/FORK

You can download/fork it from GitHub:

https://github.com/XoopsModules25x/tdmdownloads/releases

TUTORIAL

We are also looking for help with the Tutorial for tdmdowloads and for few other modules.

You can fork the tdmdowloads Tutorial in GitHub, and then use GitBook to modify it, or you can modify it manually, directly in GitHub, or on your local PC with your own editor.

The beauty of this approach is that once you learn how to use GitHub, you can use these skills for both source code and for Documentation



29
Mage
Re: Help with notification needed
  • 2019/1/28 9:48

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


I will look at why it does not work but it will take time. The last time I worked on notifications, it was for tdmdownlods ... It's been a long time ...



30
Mage
Re: Help with notification needed
  • 2019/1/28 7:17

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


I work on notifications on my modules. If you want, I can integrate notifications to your module. I do not know if I have the time today but tomorrow should be fine.




TopTop
« 1 2 (3) 4 5 6 ... 10 »



Login

Who's Online

301 user(s) are online (173 user(s) are browsing Support Forums)


Members: 0


Guests: 301


more...

Donat-O-Meter

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

Latest GitHub Commits