Jump to content

Only show when on home.....


Recommended Posts

Posted

How do i get stuff to only show on the home page such as if the left side shows say who is online and the the user goes to login well on the left side it still shows who is online, how can i remove that?

Thanks!

Posted

<?php 
	if($_GET['module'] == 'frontpage')
	{ ?>

Content to hide

<?php
 } 
?>

I pulled this off my header.tpl which hides a my latest pilots and latest pireps if it is on any other page than my frontpage.

I'm no coder so if that isn't 100% correct I'm sure one of my PHP gurus will step in and correct it.  ;D

Posted

Thank you for that, im getting a Parse error: syntax error, unexpected T_IF

Im sure a phpwhiz will come a long.

But once again I would like to thank you for the help.. PS Sorry for posting in wrong thread somehow i knew it would get moved :)

Posted

I wanted to confirm or deny this error and so I tried it on my test site. It did work as planned, I just put it in the wrong place I guess and jacked up the layout some. But all in all, it worked out fine on my end.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...