Quote:
Originally Posted by popo I'm not seeing any external frame on the page.
Could this be a Firefox issue? |
There is nothing wrong with my mood. Firefox works as well. But there is one thing.
If you updated libs/html1.php (
http://pligg.svn.sourceforge.net/vie...v&revision=622 )your frame page will be like this ;
example :
This is what pligg will send you :
http://www.qxygene.net/out.php?href=...urkey/marmaris
but it goes to
http://www.qxygene.net/out.php?url=h...key%2Fmarmaris
which is not so good
so who use this mod fix the line at updated html1.php
If ($x == "outurl") {return my_pligg_base."/out.php?url=" . rawurlencode($var1);}
to
If ($x == "outurl") {return my_pligg_base."/out.php?href=".$var1;}
REgards