PDA

View Full Version : how can i get rid of my custom welcome header AND login boxes from my portal?


Reminisce32
08-12-2007, 06:14 AM
how can i get rid of my custom welcome header AND login boxes from my portal?

im trying to make it more of a single home page... where I can just simply throw a sales pitch on it. Also, the login dont work. it doesnt give an error when someone logs in... but when the page reloads you are still logged out.

if you want to try it:
www.maddengurus.com
test3:test3 = un : pw

Brian
08-12-2007, 08:41 AM
For your custom header, you would need to wrap this if condition around the code you want to exclude.
<if condition="THIS_SCRIPT != 'adv_index'">

Code to exclude from the CMPS here

</if>

For the login box, you can either turn your navbar off in the CMPS settings, or wrap that same if condition above around the code that prints out the login inputs.

As for the issue logging in, please check the FAQ forum here.`

Our Sponsors
 

Reminisce32
08-12-2007, 09:14 AM
One last question.. where do I put that if condition code? is that in the phrases module, the welcome header module in vb options, or.. some where else?