Modules  :: 
installed xinha per instructions and still slight problem ...
 Top

  • Hello. I have installed xinha, activated it, and my PN seems to recognize it. Only problem I have is the editor will not load. For example, when I go to 'AddStory' to add an article, nothing for xinha loads. I am not using a xanthia theme, so I edited my theme.php file to include the proper code, and here's how the first few lines of my theme.php looks ...

    Code

    <?php

    // THEME NAME: bills

    // Some theme color definitions
    $bgcolor1 = "#eeeeee"; //tableback_1
    $bgcolor2 = "#BCC6E5"; //tablehead_1  
    $bgcolor3 = "#eeeeee";
    $bgcolor4 = "#BCC6E5";
    $textcolor1 = "#000000";
    $textcolor2 = "#000000";

    // Declares theme as PostNuke theme.
    $postnuke_theme = true;
    $xinhaeditor = pnModFunc('xinha', 'user', 'editorheader');

    /************************************************************/

    // main table functions


    Is there something I am missing? Help would be really appreciated. I've searched the forums, but I haven't found anything to really help, so I had to start a new topic.





    edited by: WR09, Sep 19, 2006 - 06:16 PM
  • My editor path is set to ... modules/xinha/pnincludes

    I think that's correct. I know typetool loads and works (somewhat) ... but I cannot get xinha to load. Kind of frustrating, lol.
  • OK, i missed something in docs ... the output of "xinhaeditor", sorry, non-xanthia-themes are not my favorites ;)

    Keep above line, but add the following BEFORE output of /head in your theme.php:

    Code

    echo ($xinhaeditor);




    --
    scribite! - pimp your Zikula
This list is based on the users active over the last 60 minutes.