Fork me on GitHub

scribite 3.0 zikula 1.1  Bottom

  • I installed activated scribite , but when i go in "3rdparty" modules and try to access scribite admin i get redirected to "mybookfacescribite" site...

    any help?
  • That's not a scribite! behaviour ... please check the scribite! folder against the the official files from Cozi.

    --
    | scribite! | TNGz | piwik | zweet |
  • Quote

    That's not a scribite! behaviour ... please check the scribite! folder against the the official files from Cozi.

    you ar right..this happens only with BlankTheme. themes ,which comes with distro work fine
  • Same setup as the user above.

    When I attempt to enable the full toolbar on NicEdit I get the following error:

    Code

    Page not found

    We're sorry. The page you requested, /index.php?module=scribite&type=admin&func=updateniceditor, doesn't exist on "Sitename".
    Search

    You can also search this site to find what you are looking for.
    Additional technical information

        * In scribite module, updateniceditor function returned.
  • steven, please check the pnadmin.php - the function should be there ... http://code.zikula.o…cribite/pnadmin.php - line 629

    --
    | scribite! | TNGz | piwik | zweet |
  • shoshia

    Quote

    That's not a scribite! behaviour ... please check the scribite! folder against the the official files from Cozi.

    you ar right..this happens only with BlankTheme. themes ,which comes with distro work fine


    Please report a bug at http://code.zikula.org/blanktheme

    --
    | scribite! | TNGz | piwik | zweet |
  • It's there but still getting the error. I have re-uploaded several times to be sure.

    Any suggestions?

    Code

    function scribite_admin_updatenicedit($args)
    {
        // Security check
        if (!SecurityUtil::checkPermission( 'scribite::', '::', ACCESS_ADMIN)) {
            return LogUtil::registerPermissionError();
        }

        // get passed args
        $nicedit_fullpanel = FormUtil::getPassedValue('nicedit_fullpanel', 0, 'REQUEST');

        if (!SecurityUtil::confirmAuthKey()) {
            LogUtil::registerStatus (_BADAUTHKEY);
            pnRedirect(pnModURL('scribite', 'admin', 'main'));
            return true;
        }

        if (!pnModSetVar('scribite', 'nicedit_fullpanel', $nicedit_fullpanel)) {
            LogUtil::registerStatus (_EDITORNOCONFCHANGE);
            return false;
        }

        // the module configuration has been updated successfuly
        LogUtil::registerStatus (_CONFIGUPDATED);

        return pnRedirect(pnModURL('scribite', 'admin', 'modifynicedit'));

    }
  • So I circumvented the admin page by changing the value in module_vars table and it doesn't seem to add any functionality at all. Is this working as intended?

    Also, I submitted this to the project: http://code.zikula.org/scribite/ticket/39

    Thanks for your responses!
  • ok, problem fixed ... the template has somehow generated a link to func updatenicedit''or'' but pnadmin.php uses func updatenicedit ....

    You can temporally change the pnmodurl line in /pntemplates/scribite_admin_modifynicedit.htm to use the existing function.

    will be committed in the next few days to SVN (with some other nicedit related stuff ;) )



    edited by: hilope, Jan 30, 2009 - 09:38 AM

    --
    | scribite! | TNGz | piwik | zweet |
  • Quote

    So I circumvented the admin page by changing the value in module_vars table and it doesn't seem to add any functionality at all. Is this working as intended?


    What does the added functionality actually add?

    I don't see any additional tools when Do go to full...

    Thanks for your time BTW..

This list is based on users active over the last 60 minutes.