MyBB Community Forums

Full Version: Whre To Insert a POP-Up Code ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please Somebudy tell me where to insert a Pop-up Code (I Want It on the first page *index)

Ive tryed to insert it but give me Errors.. Thank You in Advence !!!
If it's on the index only, and you are putting in HTML or Javascript, then you can put it in the 'index' template

Admin CP --> Templates --> Modify/Delete --> Expand your template set -->Index Page Templates --> index
Popup 1
Open the template index and search for
<body>
Replace with
<body onload="alert('Your text here!')">

Popup 2
Open the template index and search for
<body>
Replace with
<body onload="javascript:window.open('http://www.mybboard.com', 'Title', 'menubar=no,status=no,toolbar=no,resizable=no,scrollbars=yes,width=400,height=300');void(0);">
Manny Thanx !

>> FILLED <<