Implement Solve Media anti spam

Phoca Guestbook - creating guestbooks in Joomla! CMS
stefaan
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 03 Mar 2013, 22:52

Implement Solve Media anti spam

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49138
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Implement Solve Media anti spam

Post 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
If you find Phoca extensions useful, please support the project
Post Reply