I have Installed third part Guestbook on my server in different folder but together with CMSMadeSimple. The guest book independently running fine, and can be accessed by
www.mysite.com/guestbook but problem is that when I try to embed my guestbook to one of page in my site with
Code: Select all
{embed url="http://www.mysite.com/guestbook"}
then it did not show the guestbook then I defined 'User-defined tag' since guestbook is in php, and put this tag in my page. it work for first page. The problem now is that, when I click any of the link in guestbook, it takes me out of my actual site, and only guestbook start working.
I want my guestbook appear like this embeded forum here, when you click any topic, this forum display within defined place.(some sortof frame like)
Help me!!!