Fork me on GitHub

Watch

GitHub Core

Show your support for Zikula! Sign up at Github account and watch the Core project!




GitHub Modules

Forum Activity

Forum feed

» Visit forum | » View latest posts

Can this be done in AT-Lite...  Bottom

  • ... and how?

    Hi all,
    this is my first post and hope this subject has not been brought up before. I searched and could not find anything on the matter.

    I want to do this:
    http://www.wmassbest.com/images/top.jpg

    You will notice the login box and search field are both at the top in the header of the site.
    Can I move both of these boxes up there using AT-Lite?

    Thanks in advance,

    Sammy
  • Yep you can.
    Just take a look at the source of the loginbox and put this whery you want it. Same goes for search.
  • Or use the [user-login] and [search] commands that are built-in to AutoTheme. You will have to create the images and leave a empty TD in the middle to insert these commands.

    -Shawn

    --
    Get the Revolutionary AutoTheme HTML Theme System! Currently for Zikula, PHP-Nuke, CRE Loaded, osCommerce and Wordpress!
  • Hi Shawn, when you mention the empty - is this due to the form adding an extra line after the closing tag? If so I must say that this gave me lots of heartache, but I eventually solved it by declaring a style for the form tag example:

    Code

    <form style="margin-bottom: 0px;" name="Search" method="post" action="modules.php">

    this seems to have fixed that problem for me I'm happy to say!!!

    Kindest regards
    Lobos

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • Actually I was talking about the graphic design that was in the link that ProSam posted.

    But yes. The break after the form is an IE bug, as the W3C defines a form as inline but IE implements it as block level. So what I use (and added to the new AT 1.5) is :

    form { display: inline }

    HTH
    -Shawn

    --
    Get the Revolutionary AutoTheme HTML Theme System! Currently for Zikula, PHP-Nuke, CRE Loaded, osCommerce and Wordpress!

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