Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • artcop Friend
    #153011

    I’ve entered each into the positions array at the top of default.php, but neither shows up in the position dropdown (admin-side). Rather, I chose ‘inset’ and entered ‘1’ into the module suffix. Still nothing.

    Probably simple, but I’m lost.

    Also, my admin cache manager continues to require clearing after every single change in the admin CP. I’ve turned off page caching in the site config, tried turning off the plugin itself, and checked permissions on the server. Ideas?

    Thanks!

    Saguaros Moderator
    #351614

    Dear artcop!

    Open the file: templatesja_selenilayoutsdefault.php and find code at the top of this file
    [PHP]
    $positions = array (
    ‘left1’ =>”,
    ‘left2’ =>”,
    ‘left-mass-top’ =>”,
    ‘left-mass-bottom’ =>”,
    ‘right1′ =>’right’,
    ‘right2’ =>”,
    ‘right-mass-top’ =>”,
    ‘right-mass-bottom’ =>”,
    ‘content-mass-top’ =>”,
    ‘content-mass-bottom’ =>”,
    ‘content-top’ =>’content-top’,
    ‘content-bottom’ =>’content-bot’,
    ‘inset1’ =>”,// you put name of position in here
    ‘inset2’ =>” // you put name of position in here
    );
    [/PHP]
    this block code is using for configuring positions, configure two positions: with:
    [PHP]
    ‘inset1’ =>”,// you put name of position in here
    ‘inset2’ =>” // you put name of position in here
    [/PHP]
    GOodluck

    artcop Friend
    #351622

    Thanks, tienhc- I’ll give that a try! 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  artcop 13 years, 10 months ago.

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