Joomla question, had no luck on their forums

by jkt777
11 replies
Hey warrior programmers,

I posted this on the forums at joomla.org about 6 weeks ago with no luck.
Thought I would see if any of you could help.

My problem is the position of the registration form. I have a couple of news feeds on
the home page. These feeds are just a module with an rss link. They are only
assigned to mainmenu|home.

When you click on register the home page modules still show and the registration
form is out of view all the way at the bottom of the page.

How can I move the registration form up or have the modules not show up on the
registration page?

I am using 1.0.15

Thanks Joel
#forums #joomla #luck #question
  • Profile picture of the author Melkor
    Hmm, tricky - all your other pages are behaving normally, so it's something speficic to that page's code. Need to think a bit before I can guess at where it is though - I've have an experimental joomla installation up but haven't gotten around to doing much with it. Reading the manual and trying a bit of bug hunting seems as good away to get to know the system as any

    *Oh, and impresive signup light box. Would it be an idea to disable the link to the static signup page and just link both signup buttons to the lightbox instead?
    {{ DiscussionBoard.errors[19437].message }}
    • Profile picture of the author jkt777
      Thanks for having a look.

      The LightBox login module is available here. The problem with only using that is mainly me.
      I'm not a programmer. It's been a while since I looked but I was only able to find one of the links to change. and did not want to disable the original login module that everyone was use to. There are also login/register links in some of the components like the forum and classifieds.

      Another problem is the lost password form has the same problem and the lightbox module doesn't have the lost password feature.

      From what I understand the form is a module but does not show up in the admin with the other modules where it could just be reordered to the top. I thought it would be easy to just make the form show at the top if nothing else, but I guess it's not so simple since no one offered a solution at joomla.org

      Joel
      {{ DiscussionBoard.errors[19783].message }}
      • Profile picture of the author Lloyd Lopes
        2 things here :

        The registration form is not a module - it is loaded in the <?php mosMainBody(); ?> bit in your template.

        The modules at the top have coded positions in the template. If the template coder has been nice to you , then those modules will collapse when not being shown , and , as simpleweb says - you can then just click the module that is pushing the reg form down , hold down control and then select the pages you don't want it to show on.

        Then - the form should move upwards.

        If the module positions have been hard coded - then you either gotta recode that template so that they move or choose a different template. This is because even if you set the modules to not display on the registration page ( which you will have to do by removing it from "unassigned" pages ) - the gaps that are created by the css for those modules will still be there.

        Hope that helps
        Cheers!
        Lloyd
        {{ DiscussionBoard.errors[33684].message }}
  • Profile picture of the author Simplweb
    Originally Posted by jkt777 View Post

    When you click on register the home page modules still show and the registration form is out of view all the way at the bottom of the page.
    The registration form getting pushed down sounds like a problem with the template

    Originally Posted by jkt777 View Post

    have the modules not show up on the registration page?
    You can set how modules show on your site in the module properties. You can have them to show up on all pages or just certain ones.

    I could help more but need a link to site
    {{ DiscussionBoard.errors[33225].message }}

Trending Topics