|
I've talked to a few of my users and they've all said that it was really hard to find a sign up button because they had to click login and then signup. How could I change the login but to login/signup instead? I want a simple solution if possible. |
|
The Header links in OSQA are kept in a separate registry, which can be modified at forum.registry. If you explore that registry you'll find a HEADER_LINKS section. If you want to add a "sign up" link to the header, this is the file that has to be edited. A good example of this functionality is the "Login" link. Take a look at it:
But it's not a good idea to edit the Python files of your project, especially if you're planning to update your system frequently. Another option is to edit the template files, that are kept in forum/skins/default/templates and specifically the base_content.html file. Before showing the link you can do a simple check using an if-statement.
In general, this are the two options. This is useful. I'm personally contemplating to just add text 'Login or Signup' so users know that both are at the same place.
(08 Jun '11, 02:39)
Sandro Dznel...
|
I agree. I think a "sign-up" link at the top of the front page would be easier to find for new users (especially when the osqa site is not attented to expert users).