The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Login Splash page - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Login Splash page (/showthread.php?tid=3443) |
Login Splash page - xrmarcis - 2012-08-15 I'm trying to find out if there is a plugin for getsimple that allows for a login splash page. I'd like to use getsimple for a backend interface type of site for a server. Below is an idea of how the site map would work Splash Login - Page 1 (Home with default icons) - Menu - Page 2 (Iframe type page that imports content from another site) - Page 3 (Iframe type page that imports content from another site) - Page 4 (Iframe type page that imports content from another site) Does anyone know how i might accomplish this with getsimple? Thank you Login Splash page - Connie - 2012-08-16 there is no such plugin but you can easily customize if you really want to do that, just run a google search for "splash page" + "php" here for example: http://css-tricks.com/redirecting-to-a-splash-page-but-only-once-with-cookies/ but I really do not understand why you want to squeeze GS to be a backend interface there are so many scripts out there, doing just this, check www.hotscripts.com for example ;=) Login Splash page - xrmarcis - 2012-10-03 Yeah never thought about that. Duh This is what i found that allowed me to create a login screen before i get to the GS site. Works perfect and simple. http://www.xaviermedia.com/php/cookieprotection.phtml Looking to create a link library for a server that has webui software running on it. Deluge, plexmediaserver, webmin. I understand both deluge and webmin have logins already but there are some that do not so just looking for that extra check point for login. Where GS would come in handy is allows for an easy way to add a menu link or banner link for a new webui available for new software installed on the server. This allows for easy edits to an html page so other users can customize it if they want. Thank you for pointing me in the right direction. |