1
wetsteve
WF-Channel Maodule
  • 2007/1/26 5:04

  • wetsteve

  • Just popping in

  • Posts: 46

  • Since: 2006/12/5


I am using the wf-Channel Module and I am quite happy with it... however I don't seem to understand the option "Use Spaw Editor (If installed)" When I select this option I get no Page "Input" area when I try to create a new page...

When "Use Spaw Editor (If installed)", is not selected I get all of the create new page "Input" areas but with the simple area for inputing "content". (Like this "Input" Area).

I have a copy of the Spaw Editor (From a different module download)

But I do not know how to "Install" it in the WF-Channel module.

Any hope would be greatly appreciated!!

Thanks/Steve Jasse

2
snow77
Re: WF-Channel Maodule
  • 2007/1/26 5:43

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


wf-channel looks like an unsupported module now. you could consider changing to Pages Module, which is more updated and you can easily make it work with koivi, since spaw editor doesn't seem either like a widely used editor.
www.polymorphee.com
www.xoopsdesign.com

3
davidl2
Re: WF-Channel Maodule
  • 2007/1/26 8:58

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


I will second the suggestion by Snow ... try "Pages" .. this is based upon WF-Channel, but is a very nice module indeed

4
McDonald
Re: WF-Channel Maodule
  • 2007/1/26 9:24

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


WF-Channel isn't supported anymore so moving to another module is a good idea.

If you want to use WF-Channel anyway then read this forum topic about how to modify WF-Channel for using WYSIWYG editors like Koivi and tinyeditor.

5
McDonald
Re: WF-Channel Maodule
  • 2007/1/26 12:28

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


If you want to use the wysiwyg editor tinyeditor with the module Pages you have to edit the file modules/pages/admin/index.php

Find the following lines:
case 'tiny' :
            if ( 
is_readable(XOOPS_ROOT_PATH "/class/xoopseditor/tinyeditor/formtinytextarea.php"))    {
                include_once(
XOOPS_ROOT_PATH "/class/xoopseditor/tinyeditor/formtinytextarea.php");
        
$sform-> insertBreak"<b>"._AM_CHANA _AM_WORDCOUNT $total_words."</b>" 'bg3');
                
$sform-> addElement(new XoopsFormTinyTextArea(array('caption'=> $caption'name'=>'page''value'=>$page'width'=>'100%''height'=>'400px'),true));
                } else {
        
$sform-> insertBreak"<b>"._AM_CHANA _AM_WORDCOUNT $total_words."</b>" 'bg3');
                
$sform-> addElement(new XoopsFormDhtmlTextArea($caption'page'$page2060));
                }

        break;


and make the following red changes:
case 'tiny' :
            if ( 
is_readable(XOOPS_ROOT_PATH "/class/xoopseditor/tinyeditor/[color=CC0000]formtinyeditortextarea.php[/color]"))    {
                include_once(
XOOPS_ROOT_PATH "/class/xoopseditor/tinyeditor/[color=CC0000]formtinyeditortextarea.php[/color]");
        
$sform-> insertBreak"<b>"._AM_CHANA _AM_WORDCOUNT $total_words."</b>" 'bg3');
                
$sform-> addElement(new [color=CC0000]XoopsFormTinyeditorTextArea[/color](array('caption'=> $caption'name'=>'page''value'=>$page'width'=>'100%''height'=>'400px'),true));
                } else {
        
$sform-> insertBreak"<b>"._AM_CHANA _AM_WORDCOUNT $total_words."</b>" 'bg3');
                
$sform-> addElement(new XoopsFormDhtmlTextArea($caption'page'$page2060));
                }

        break;

6
philou
Re: WF-Channel Maodule
  • 2007/1/26 13:52

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


thanks McDonald, you're right with this.


I am the autor of the new branch of wfchannel.. called "pages"

I have already a version with the WYSIWYG included.
It works with the latest tinyeditor module.
I finish it and post a new release in the dev repository
Resized Image - - Resized Image

7
wilden
Re: WF-Channel Maodule
  • 2007/3/5 9:39

  • wilden

  • Just popping in

  • Posts: 16

  • Since: 2005/2/21


Hi McDonald,

The version 1.08 from you website, is corrupted. I can't download.

You have make a god job

Best Regards
Daniel

8
McDonald
Re: WF-Channel Maodule
  • 2007/3/5 11:52

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Quote:
The version 1.08 from you website, is corrupted. I can't download.


Just checked it and I am able to download and extract the RAR-file without any problems.
I've also added a ZIP-file to the store.

Please try again.

9
wilden
Re: WF-Channel Maodule
  • 2007/3/5 13:04

  • wilden

  • Just popping in

  • Posts: 16

  • Since: 2005/2/21


Hi MacDonald

I just try on three diferent computers on diferent locations and all fails.

But with the zip version, its OK!!!

This is a god module, its a shame that is forget by Smartfactory


Thanks for all

Login

Who's Online

172 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 172


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