- b2evolution CMS User Manual
- Developer Reference
- How to... (Customize)
- How To use Pop-Up Comments in your evoSkin
How To use Pop-Up Comments in your evoSkin
How To use Pop-Up Comments in your evoSkin
- Open up your Skin or evoSkin’s
_main.index.php
file. - In the
<header>...</header>
section of the file, add this bit of code:<?php comments_popup_script() // Include javascript to open pop up windows ?>
- Copy the
_popup.php
from the originalb2 skin into your new skin’s folder. - Open up
_popup.php
and customize it to your liking.