[SORU] PM confirm box
14
●1.453
- 14-06-2006, 01:05:57Benim tercihlerim phpBB'den yana, phpbb de böyle bir özellik sonradan eklenebiliyr ama sadece "yeni mesaj var" diye bir uyarı çıkıyor, oysa vb de gönderen ve konu da yazıyor.
Uykulu uykulu birkaç yeri daha kurcalayınca açmaya başardım, çift tarayıcı kullanarak PM gönderdim, confirm box un x butonuna basar basmaz ESC ile yüklemeyi kestim, kaynaktan jd kodu aldım.
<script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script><script type="text/javascript"> <!-- // script to show new private message popup if (confirm("You have a new private message.\n\nSender: ALEXIS\nTitle: 'rtgty'\n\nClick OK to view it, or cancel to hide this prompt.")) { // Output when OK is clicked if (confirm("Open the message in a new window?\n\n(Press cancel to open in the current window.)")) { var winobj = window.open("private.php", "pmnew", "statusbar=yes,menubar=yes,scrollbars=yes,toolbar=yes,location=yes,directories=yes,resizable=yes,top=50,left=50"); if (winobj == null) { alert("Unable to open a new browser window,\n This might be due to a 'popup blocker'"); } } else { window.location = "private.php"; } } // end pm popup script //--> </script>Geriye de phpbb için php kodları yazmak kaldı...
Başlığıma mesaj yazan herkese teşekkürler, bu arada "3.6.0 Beta 1" 'i sizin deyimizle marez biyerden bulmuştum, sırf kod için.