I want to add solvemedia as anti spam filter on my website.
the file I'm editing is
components > com_phocaguestbook > views > phocaguestbook > tmpl > default.php
the code i want to add is (according to the solvemedia site)
Code: Select all
<?php
global $mainframe;
$mainframe->triggerEvent('onShowSolveMedia');
?>but now my layout is a bit messed up as you can see in
iniziocyclingteam.be/index.php?option=com_phocaguestbook&view=phocaguestbook&id=1&Itemid=224
the correct way is like this:
iniziocyclingteam.be/index.php?option=com_contact&view=contact&id=1%3Awebmaster&catid=12%3Abestuur&Itemid=124
Can you give me a hint ? (running joomla 1.5 and latest version of the guestbook)
Thank you

