Choose your screen resolution: Auto adjust 800x600 1024x768 Login

Recommendations

gallery-120x35
gallery_themes_demo
logo_g2-sites
jg-banner-120-40
Joomla Toplist



Dec
03
2004
Refer a Friend Print E-mail
Written by Kai   
Refer a friend is another script I found in the Gallery forum. It allows your users to open a popup window in the Gallery that will send a referral email to a friend. You can put this simple popup in the Gallery's header or footer.

Note that the Refer a Friend script needs Register_Globals ON in your server confiruration, but Mambo and Gallery 1.5 recommend Register_Globals OFF.

Please backup your original files!

1. download refer_a_friend.zip
2. open mailto.php and edit $GLOBALS variables at the top of the script
3. upload mailto.php to your Gallery directory
4. modify Gallery's view_photo.php (or/and view_album.php) and find the java script section
    The java script section should look like this:

CodeCode:
<script language="javascript1.2" type="text/JavaScript">
function doPrintService(input).....
..............


5. Paste the following code at the end of this section

CodeCode:
// begin mailto popup

function openform(url) {

var url = url + "?url=" + escape(document.location.href)
var NS = (document.layers) ? true : false;
var IE = (document.all) ? true : false;

if(NS) {
window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=500,height=310,screenX=220,screenY=0");
} else if(IE) {
window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=500,height=280,left=220,top=0");
} else {
window.open(url,"","scrollbars=no,menubar=no,personalbar=no,width=500,height=280,left=220,top=0");
}

// end mailto popup

}
</script>



5. Then edit the inline_photo.header.default in the html_wrap directory of Gallery to include the link on the page.

CodeCode:
<a href="javascript:openform('http://www.yourdomain.com/gallery/mailto.php');">Email</a> this page to a friend


Save the file as inline_photo.header

Thats it.

If you want to show the link on other pages, edit the photo.header or album.header for example.
You can see a demo (no email will be send) of the refer a friend popup in my Gallery.

Please read the Copyrights and Distribution in the readme.txt of refer_a_friend.zip

Download:
icon Refer A Friend (2.82 KB)


 


 


Login Form





Lost Password?
Admin