Topic: Popup when logged in
is it possible for me to add like a popup when users login about an important event
thanks
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → Popup when logged in
is it possible for me to add like a popup when users login about an important event
thanks
Sure, just put this in your announcement:
<script type="text/javascript">
document.alert('Hey, this is an important message!');
</script>
thanks! its working
but lets say i wanted to add php so that every wednesday it would pop up
does the annoucement support php?
Not that I know of. Then you'd have to edit header.php or so. Or login.php
PunBB Forums → PunBB 1.2 discussion → Popup when logged in
Powered by PunBB, supported by Informer Technologies, Inc.