Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jkab Friend
    #123568

    When editing articles in the front end, the editor and the right column collides. How can this be fixed? It would be really good to be able to do this…

    I got the following suggestions in another forum:

    Change

    <blockquote><?php if ($ja_right) { ?></blockquote>

    to:

    <blockquote><?php if ($ja_right && $_REQUEST[‘task’] != ‘edit’) { ?></blockquote>

    or:

    <blockquote><?php if ($this->countModules(‘right’) && $_REQUEST[‘task’] != ‘edit’) { ?></blockquote>

    But that gives the following:

    <blockquote>Notice: Undefined index: task in /home/web28764/domains/djurrattsalliansen.se/public_html/templates/ja_rochea/index.php on line 267</blockquote>

    and for the second one:

    <blockquote>Fatal error: Using $this when not in object context in /home/web28764/domains/djurrattsalliansen.se/public_html/templates/ja_rochea/index.php on line 267</blockquote>

    Menalto Friend
    #232300

    which editor are you using?

    jkab Friend
    #232333

    I’m using JCE Editor (see screen shot above).

    snfctech Friend
    #290702

    I just installed Rochea with a clean DB from Quickstart – and this still hasn’t been fixed.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  snfctech 15 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum