1
macklein
Re: 2.5.5 modules???
  • 2013/1/22 15:48

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


what about module development documentation? where can I find it? I'm familiar with the old module structure and xoops core classes but I learned most of it by myself....



2
macklein
Re: 2.5.5 modules???
  • 2013/1/17 20:41

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


thanks a lot!!!, those are good news for me and my team. I've been reading all changes from 2.5.1 to 2.5.5 and I'm excited . I will try some of those modules and some old ones too.



3
macklein
2.5.5 modules???
  • 2013/1/17 20:00

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


Hello everbody, i've been running a xoops 2.3.3 based web site for years. Now I need a more modern and organized system with better performance. My site is big now and changing to another cms/framework could be too painful. I'm studying the evolution of xoops in this years.. I see the stable version is 2.5.5. I wanna play with this release but when I go to the modules section here all I find is old modules: (might not work on latest XOOPS Version) . Isn't there a place where I can find modules for the latest relase only? Is 2.5.5 improved in performance compared to 2.3.3 ?



4
macklein
real estate modules?? any?
  • 2010/10/22 2:45

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


hello.. i'm looking for a good real estate module.
I've seen tecno Inmo and Open Realty listed here but not compatible with xoops 2.3.x..

any ideas?
at least a module I can modify for real estate use...



5
macklein
two xoops editor instances?
  • 2009/8/26 15:13

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


Hello people, I'm working with a XoopsThemeForm. I need two rich text fields. I'm trying with two fckeditor instances:

$editor1 = new XoopsFormEditor('Caption'"varname"$editor_configs);
$form->addElement($editor1);

$editor2 = new XoopsFormEditor('Caption2'"varname2"$editor_configs2);
$form->addElement($editor2);


the $editor_configs array is like this:
$editor_configs2=array();
$editor_configs2['rows'] = 35;
$editor_configs2['cols'] = 60;
$editor_configs2['width'] = '100%';
$editor_configs2['height'] = '400px';
$editor_configs2['editor'] = 'fckeditor';
$editor_configs2['name'] ='varname';
$editor_configs2['value'] = $value;


the problem is: the second editor takes the value of editor1 .

If use only one editor, the values are taken right, but when i use two editors, one takes the value from the other one....

any ideas how to make this work?



6
macklein
Re: xoops debug active for registered users
  • 2009/6/15 18:49

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


or in my case, in spanish



7
macklein
Re: passing value to template at index page xoops 2.3.3
  • 2009/5/14 20:05

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


there seems to be a cache for the home page with a fixed cache time... but i don't know why the cached page doesn't have the values I send to he main template



8
macklein
Re: passing value to template at index page xoops 2.3.3
  • 2009/5/14 18:51

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


maybe there is something new that I don't know in the XOOPS core... when i change something at the url, like :http://localhost/index.php?foo=1 , the value is passed to the main template, but when I reload the page, is not working again.... some kind of cache or something?



9
macklein
passing value to template at index page xoops 2.3.3
  • 2009/5/13 14:03

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


Hello, I am trying to do something at the main index page of a XOOPS installation. I want to pass a value to the theme template. In /index.php, I assign the value after including header.php:

include "header.php";
$xoopsTpl->assign('myvar','myvalue');


this isn't working... any ideas?



10
macklein
Re: captcha not appearing
  • 2009/4/23 20:05

  • macklein

  • Just popping in

  • Posts: 21

  • Since: 2006/6/29


sorry, after crawling the captcha code I see the problem is GD is not installed at the hosting server, (centOs) thx anyway




TopTop
(1) 2 3 »



Login

Who's Online

178 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 178


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