Topic: Popup when logged in

is it possible for me to add like a popup when users login about an important event
thanks

www.Everlasting.co.nr is a friendly MapleStory guild and community

Re: Popup when logged in

Sure, just put this in your announcement:

<script type="text/javascript">
document.alert('Hey, this is an important message!');
</script>

Re: Popup when logged in

thanks! its working

but lets say i wanted to add php so that every wednesday it would pop up
does the annoucement support php?

www.Everlasting.co.nr is a friendly MapleStory guild and community

Re: Popup when logged in

Not that I know of. Then you'd have to edit header.php or so. Or login.php smile