Gossamer Forum
Home : Products : Gossamer Links : Discussions :

don't want temporary changes to show to visitors...

Quote Reply
don't want temporary changes to show to visitors...
Hello, I would like to make changes to certain pages. Of course I would like to test it out before I put out for the visitors to use. How can I create modifications to template and be able to test it and don't let your visitors see them until you are totally done? Thanks
Quote Reply
Re: [flybuzz] don't want temporary changes to show to visitors... In reply to
Hi,

If you are running in static mode - you could just make your various changes and check them in Dynamic mode - when you are happy - then build..

If you are running in dynamic mode you could do something like:

Code:
<%if Username eq 'your username'%>
... copy the entire template and makes changes here
<%else%>
... the old template here
<%endif%>

Then you log in as yourself and when you are happy with the modifications - then replace above with the new template code ..


Klaus

http://www.ameinfo.com

Last edited by:

klauslovgreen: Mar 6, 2003, 10:53 PM