Moving Search and Login forms Moving Search and Login forms
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Moving Search and Login forms

Started by jmc, February 03, 2005, 05:45:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jmc

Hi, all!
I'm working on a custom theme in which I wish to move the login and search forms into the index to save the extra clicks! Cutting/pasting the relevant html code for the forms is simple enough, but I wonder... are there any security considerations when doing so? I'm not a php guy and worried that I may be opening the gallery up to some kind of problem further along the line due to removing the click-throughs.
Thanks for any help ;D
John Mc
I'm trying hard... at least!

Joachim Müller

I can't see any particular security-related issues in having a login form on every page (of course with a conditional, so it is only displayed when a visitor is not logged in).

Joachim