Page 1 of 1

Creating link from one site to another with module included

Posted: Thu Sep 24, 2009 7:19 pm
by raph
I have a shop module included on site with id=40.  When I'm browsing products I have links like this:

Code: Select all

http://strona.com/index.php?mact=ModuleName,cntnt01,default,0&cntnt01cat=szkliwione&cntnt01page=7&cntnt01returnid=40&hl=pl_PL
When I'm trying to create a link on other page (i.e. id=22) to page with id=40 with CreateLink() and I get somethink like this:

Code: Select all

http://strona.com/index.php?mact=ModuleName,m5,40,1&m5cat=Szkliwione&m5page=7&m5returnid=default&strona=default&hl=pl_PL
With that link It dosen't work properly? What am I doing wrong?