forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: sammeh on November 28, 2006, 09:58:34 pm

Title: coppermine with Mpush not working with i.e.
Post by: sammeh on November 28, 2006, 09:58:34 pm
hey guys

I know there is no support for phpnuke but im looking for support with the coppermine module (well not really coppermine as such)

ive recently added mpush to my site so people can send images from coppermine (which is integrated into phpnuke) to there mobile!

the only code mpush gave me was a html line so i searched around and found a php code to adapt to my displayimages.php

the code is :

Code: [Select]


$pic_html.= "<center>
<a href=\"#\" onClick=\"javascript: window.open('http://mpush.txtnation.com/req.php?account=birmingham&image="
.$CONFIG["ecards_more_pic_target"].
'/'.
$picture_url .
"&caption=".$CURRENT_PIC_DATA['caption'].
"','_MPUSH','width="
.$CURRENT_PIC_DATA['pwidth']
.", height="
.$CURRENT_PIC_DATA['pheight']
.", titlebar=1, resizable=1, scrollbars=1');\">
Send to my mobile
</a>
</center>";


but that doesnt work in internet explorer BUT it does in firefox.

MPush say its because the link is being created over two lines or something!

Any help is greatly appreciated!

Sam
Title: Re: coppermine with Mpush not working with i.e.
Post by: sammeh on November 28, 2006, 09:59:41 pm
also forgot to say:

sorry if i posted in the wrong section!
Title: Re: coppermine with Mpush not working with i.e.
Post by: kegobeer on November 28, 2006, 11:32:13 pm
Sorry, we can't offer any help with the nuke port of Coppermine.