Fork me on GitHub

Hack to the AT-XP theme help  Bottom

  • I'm trying to put a login in the AT-XP theme on the same line as the "Welcome User" instead of having a right or left block but can't seem to get it to work.

    Any suggestions?

    Thanks
  • Ok, I wanted to do the same thing, I had to hack two files with minor updates.

    1st file "autotheme.inc.php" in the includes directory of the theme.
    Go to line 14 and compare it to my mod below:
    if (!pnUserLoggedIn()) {
    $username = "you have not signed on yet. Click HERE to sign on or for a free account!";
    // $username = "Anonymous ";
    } else {


    THen edit your theme.html file in your AT-XP theme directory.
    Go to line 42 and compare to my mod below:




    Welcome, !



    You can tweak it to your liking...

    Hope this helps.
    :D
  • What is the hack to actually put the login fields across the top, like they do here?

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