Fork me on GitHub

Admin messages in Designs4Nuke not showing up  Bottom

  • Hi everyone,

    I checked the message about AutoTheme in the hope that it would help me with my problem, but it didn't. I've also done a search but to no avail. For some reason, my admin messages do not show anymore with the holidaypassion theme from Designs4Nuke. I've checked my settings and I have admin messages set at center. When I move the setting to "right", the admin message shows. Would anyone have any suggestions?

    Best regards,
    Flowergrrl
  • have you still got center blocks active - I am not sure if this is an AutoTheme, but if it is make sure that you have center blocks active in the AutoTheme admin for *homepage.

    Regards

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • Hi there,

    I don't think this is an AutoTheme. I don't see anything about AutoTheme in anywhere. V. said that I needed to tweak the theme.cfg. I think she's trying to figure this out also. Any help will be appreciated. Thanks. icon_smile
  • It sounds like the tags were left out of the theme. Try comparing the core files from one of the default postnuke themes and the one your are trying to troubleshoot.
  • Flowegrrl,

    You need to adjust the theme.cfg file to enable the block to show up on the main page. The !-- [center-blocks] --> tag is included but you have to turn on the feature in the theme.cfg file.

    If you open up the theme.cfg file and go to line 35 you change the 'center' => false, to "true" then you will be able to see the admin messages on your site.


    $block_display = array (
    //Display blocks on all pages
    'left' => true,
    'center' => false,
    'right' => true,
    //Nuclei blocks (*optional)
    'area1' => true,
    'area2' => true,
    'area3' => false,
    'area4' => false,
    'area5' => false,
    'area6' => false,
    'area7' => false,
    'area8' => false,
    'area9' => false,
    'top' => false,
    'bottom' => false,
    );

    --
    iThinkMedia.com

    Follow me on Twitter
  • Ah, are you still using at.6 V?

    REgards

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • No, but when that theme was designed back in November of last year that was the AT version that was out.

    --
    iThinkMedia.com

    Follow me on Twitter
  • Ah ok, I used to like 0.6 due to the fact that everything was in the theme folder - easier to create custom commands etc. I have actually got 0.7 working like this with the admin as well, all in the theme folder.

    Gives a lot more flexibility ;)

    REgards

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • Thanks everyone! I learn something new everyday. icon_smile
  • Yes, agreed Lobos, I like everything in the same folder etc.

    Flowergrrl....you're welcome. :)

    --
    iThinkMedia.com

    Follow me on Twitter
  • 0 users

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