11
preachur
Re: Content Module and XOOPS 2.4.1
  • 2009/11/12 20:38

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


P.S.- I am checking out that module Mamba suggested as well. Thanks!

12
preachur
Re: Content Module and XOOPS 2.4.1
  • 2009/11/12 21:29

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


Trabis,

This is the link I have for the version that works on 2.3.3.http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1248&release_id=1290&dl=3056


I tested it and the download is still there.

Mark

13
barryc
Re: Content Module and XOOPS 2.4.1
  • 2009/11/13 0:06

  • barryc

  • Just can't stay away

  • Posts: 480

  • Since: 2004/3/20


For the record I use the same version, 1.3, with the same credits. It is the one you'll find if you look in the XOOPS Modules collection on this site. It works very well with 2.3.3 but I haven't yet tried it with 2.4.1. It has been modified by kerkyra and I just PMed him, asking him to comment in this thread.

barryC

14
preachur
Re: Content Module and XOOPS 2.4.1
  • 2009/11/13 12:15

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I tried out the DH-Info module. It seems to function on 2.4.1 but it has admin menu problems, it doesn't look like the english translation is complete, and it doesn't function like the content module. I mean, I can see many uses for it on future sites, and maybe I could help later with translations and defining some of the undefined language variables, but for right now it isn't what I personally need. If I am going to upgrade any of my clients sites to 2.4.1 I need a content module they can use from the administration area without problems. A few of them are engineers, so the simpler the better.

DH-Info would confuse them, and the fact that the admin area is bi-lingual, complicated, with errors and incomplete would irritate them.

I meant what I said about helping with the language and layout of DH-Info when I get some time. It does look promising.

Also, is anyone working on the actual content module anymore? (That's why I posted the debug info and spent hours testing and re-testing.) I would be happy to help because I need that module. It is good for clients who know very little about managing sites to be able to press one button and edit their own pages with a nice WYSIWYG editor. I would personally vote it one of the most valuable modules in Xoops. (seriously, it's right up there with news and the classifieds module from jlmzone.com on my favorites list.)

15
preachur
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 3:24

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


hmmm.... should I take the silence as a "no?"

16
Mamba
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 3:44

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
DH-Info would confuse them, and the fact that the admin area is bi-lingual, complicated, with errors and incomplete would irritate them.

I thought, I've translated everything. I'll check on this and update the translation

Quote:
Also, is anyone working on the actual content module anymore?

I don't know. Dhsoft is still supporting DH-Info, so we might work with him on updating the module.

17
nmshah
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 8:51

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


I have just downloaded the content module from the XOOPS repository and am facing the editor issue. Even tried making ckeditor as the default editor for the website in xoops_data/configs/xoops_configs

Ckeditor is visible in system block admin but in the content module its still showing the XOOPS standard editor.

18
nmshah
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 9:42

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


Not able to edit content.
Fatal error: Call to a member function render() on a non-object in C:\xampp\htdocs\khera\modules\content\admin\edit_content.php on line 301


Xoops Debug info

Errors
Warning: MyTextSanitizer::makeTboxData4Edit is deprecated in file /class/module.textsanitizer.php line 796
Warning: MyTextSanitizer::makeTboxData4Edit is deprecated in file /class/module.textsanitizer.php line 796
Warning: MyTextSanitizer::makeTboxData4Edit is deprecated in file /class/module.textsanitizer.php line 796
Notice: Undefined variable: retb in file /class/xoopseditor/ckeditor/ckeditor.php line 74
Notice: Undefined variable: ret in file /class/xoopseditor/ckeditor/ckeditor.php line 102


Content Module 1.3
XOOPS Version XOOPS 2.4.1
PHP Version 5.2.8
mySQL Version 5.1.30-community
Server API apache2handler
OS WINNT
safe_mode Off
register_globals Off
magic_quotes_gpc On
allow_url_fopen On
fsockopen On
allow_call_time_pass_reference On
post_max_size 64M
max_input_time 60
output_buffering
max_execution_time 60
memory_limit 32M
file_uploads On
upload_max_filesize 64M

19
nmshah
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 9:46

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


Lines 298 to 305 of the above said page

show_form_line($option_tray);
echo $editid->render();
if (isset($nohtml))
echo $nohtml->render() . $nosmile->render();
if (isset($return_field))
echo $return_field->render();
show_form_line($submit);
echo "</tbody>";

20
ghia
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 10:52

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Try
// if (isset($nohtml))
echo isset($nohtml) ? $nohtml->render():'' . isset($nosmile) ? $nosmile->render():'';

Login

Who's Online

213 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 213


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