Moving Search and Login forms Moving Search and Login forms
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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