11
moflus
Re: Ajax in Xoops Template
  • 2006/1/9 14:37

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


There is a quick tutorial in de xajax developer page: http://wiki.xajaxproject.org/Tutorials:Learn_xajax_in_10_Minutes

The xajax class has a method to generate a javascript to be included in the document head.

I'm using something like:
<?php

require_once ("class/xajax/xajax.inc.php");
$xajax = new xajax(); 

// Your processes script file...
require("include/processes/xajax.common.php");

// Include js to the header
$xoopsTpl->assign("xoops_module_header"$xajax->getJavascript('xajax/'));

?>



12
moflus
Re: Ajax in Xoops Template
  • 2006/1/9 13:40

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


I'm using xajax integrated in xoops.
It's absolutly great!
Easy to use, Smarty compatible, nice tutorial, ...

It's very useful for GoogleMaps dynamic updates



13
moflus
Language error in SmartSection 1.0.5 Beta 1 and xoops 2.2.3
  • 2005/12/9 12:26

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


There is a problem with the version 1.0.5 beta 1 using the spanish language.

The module is showing all the constants names instead of the values.



14
moflus
Re: Undefined offset: 1 in file modules/statistics/include/hitcounter.php line 58
  • 2005/12/7 23:55

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25





15
moflus
Re: contact module language packs
  • 2005/12/6 16:22

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


I'm very impatient so I've done the translation for my own use.

Of course, I share it here

I've also sent to the creator to include it in the module ibdeeming



16
moflus
contact module language packs
  • 2005/12/5 21:36

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


I'm looking for de spanish translation of the Contact Module.

Is it available for download anywhere?

Thanks



17
moflus
globals redefined in footer.php
  • 2005/11/25 19:52

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


Xoops Version: 2.2.3
File: footer.php

I've found out that the whole line:
Quote:
global $xoopsLogger, $xoopsOption, $xTheme, $xoopsConfig, $xoopsUser, $xoopsModule, $xoopsTpl;

... can be deleted.

That line just unsets the arrays and redefines them as global vars, so all previus content is lost.

The main thing affected is that notifications are not shown in modules calls.



18
moflus
Re: 2.2.3: No Notifications
  • 2005/11/25 19:41

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


I've found out that the whole line:
Quote:
global $xoopsLogger, $xoopsOption, $xTheme, $xoopsConfig, $xoopsUser, $xoopsModule, $xoopsTpl;

... can be deleted.

That line just unsets the vars and redefines it as globals, so all previus content is lost.



19
moflus
Re: 2.2.3: No Notifications
  • 2005/11/24 0:59

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


Finaly I've found a solution!

Just take out the global definition for $xoopsTpl in the footer.php

Enjoy!



20
moflus
Re: Notifications Not Working... Where to Start?
  • 2005/11/23 22:17

  • moflus

  • Just popping in

  • Posts: 24

  • Since: 2004/12/25


I had the same problem in version 2.2.3.

Have a look for a solution that worked for me in this topic




TopTop
« 1 (2) 3 »



Login

Who's Online

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


Members: 0


Guests: 156


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