- 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.phpfile. - 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.phpfrom the originalb2 skin into your new skin’s folder. - Open up
_popup.phpand customize it to your liking.