Page 1 of 1

Implement Solve Media anti spam

Posted: 03 Mar 2013, 22:59
by stefaan
Hello,

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');
		?>
I removed the <?php and ?>

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

Re: Implement Solve Media anti spam

Posted: 06 Mar 2013, 19:20
by Jan
Hi, I didn't do such changes yet, so unfortunatelly cannot say what can be wrong there, check again if the html code is valid for the site. :idea:

Jan