1
nickko
Koivi and WFchannel
  • 2004/12/12 21:03

  • nickko

  • Just popping in

  • Posts: 3

  • Since: 2004/12/12


Hi,

How can use koivi with WFchannel ?

I know that is possible with news and I did that.
But where are the files to modify?

I try to find it , but I don't find this files.

thanks for your help

2
nickko
Re: Koivi and WFchannel
  • 2004/12/13 16:50

  • nickko

  • Just popping in

  • Posts: 3

  • Since: 2004/12/12


no idée?

really ? too bad ;)

I try , but i don't find the solution .

nico

3
samuels
Re: Koivi and WFchannel
  • 2004/12/13 20:33

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Open wfchannel/admin/index.php

Go to line 63 and add:
include_once XOOPS_ROOT_PATH.'/class/wysiwyg/formwysiwygtextarea.php';


Go to line 135:
$sform->addElement(new XoopsFormDhtmlTextArea(_AM_CHANA _AM_WORDCOUNT $total_words'page'$page1560), false);


And replace by:
$sform->addElement(new XoopsFormWysiwygTextArea(_AM_CHANA _AM_WORDCOUNT $total_words'page'$page'100%''400px',''), false);


Go to line 568:
$sform->addElement(new XoopsFormDhtmlTextArea(_AM_CHANA'linkintro'$linkintro1560), false);


And replace by:
$sform->addElement(new XoopsFormWysiwygTextArea(_AM_CHANA,'linkintro'$linkintro'100%''400px',''), false);


Go to line 723:
$sform->addElement(new XoopsFormDhtmlTextArea(_AM_CHANA'chanrefheadline'$chanrefheadline1560), false);


And replace by:
$sform->addElement(new XoopsFormWysiwygTextArea(_AM_CHANA'chanrefheadline'$chanrefheadline'100%''400px',''), false);


As you can see if you have read the koivi docs, this one is very similar to the whole examples.

So if you don't have time to read the docs just be patient to be answered.

Login

Who's Online

491 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 491


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits