Fork me on GitHub

No Admin-Messages in theme  Bottom

  • I found a nice new theme. After Installing that theme I cant see the Admin-Messages anymore (but they are activated). Can somebody tell me what i have to put in theme.php to bring in the Admin-Messages?


    thanks
    red
  • Wonder if you have the same theme as me ... I can't get my admin message to show up either.
  • In my case it's only 1 theme that doesn't have the Messages. The old theme shows the Messages.
  • Yeah same here ...
  • ok talia, I found the Problem. :D
    Edit yout theme.php file. just make sure that this funtion includes the $index variable.


    function themeheader() {
    global $user, $sitename, $index, $slogan, $cookie, $prefix;




    Thats it.

    cheers
    red
  • Thanks so much ... that works ... only one prob ... see how it looks?

    http://www.taleria.net/index.php

    It would be better if it was in a hanging box like the other news items ... any ideas on how to edit that?
  • hmm, that's too difficult for me, sorry :?
  • I customised my theme from pnMods-green and that fix of yours was already there. The site is http://dev2.aymbrisbane.org/

    Any Ideas?

    Thanks,
    James Cavanagh
  • I found my solution in a txt file that came with the 7.14 release of PN, in the file THEME_UPGRADES.TXT, it was point 7:

    =========================================================
    STEP 7: changes to themesidebox(). Admin messages are displayed using
    themesidebox. Admin messages are essentially blocks without titles. So,
    you first check to see if the block has a title. If not, it must be an Admin
    message, so display it. Otherwise, it must be a real block, so just use
    your usual themesidebox code:

    function themesidebox($block) {

    // If no title, then it must be an Admin message.
    if (empty($block['title'])) {
    echo "<font class="\"boxcontent\"">$block[content]";
    }
    else
    {
    [your old themesidebox code goes here]
    }
    }
    =========================================================
  • ok dont bother with that one it fucks ur site up big time ... it makes evrything act as if its ccollapsed ... and no option to view the menus .. +_ it doesnt fix the admin msgs

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