2013-12-29, 06:39 PM
I have installed Dvz_shoutbox plugin but it only works when the code ({$dvz_shoutbox}) is in the index template. If I put it in the header template (where I need it) the shoutbox doesn't show up.
Shoutbox show only in index template
|
2013-12-29, 06:39 PM
I have installed Dvz_shoutbox plugin but it only works when the code ({$dvz_shoutbox}) is in the index template. If I put it in the header template (where I need it) the shoutbox doesn't show up.
2013-12-29, 06:53 PM
You need to edit the plugin, eval the variable with global_start hook.
Edit: delayed response
open the plugin file (./inc/plugins/dvz_shoutbox.php) in a code editor like notepad++ find code replace with below code and save the file now you can check whether adding the code {$dvz_shoutbox} to the header template works ..
|
« Next Oldest | Next Newest »
|