Author Topic: [REQUEST Mod] Msg on Download for guests  (Read 4287 times)

0 Members and 1 Guest are viewing this topic.

Offline M@2T

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://4images.aliciakeysfan.com
[REQUEST Mod] Msg on Download for guests
« on: December 20, 2002, 02:07:00 PM »
Hi there, some of my members seem always as the same thing, "why is the download button disabled?"

I was wondering if this is a way to re-write the download button for guests, rather than just disabling it and changing the image to greyed out.

Rather than that could we make a litle msg box come up saying.  "To download these images you must firstly register".   I don't think this should be too hard, just I have no idea how to go about it.

Many Thanx
Matt

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
[REQUEST Mod] Msg on Download for guests
« Reply #1 on: December 20, 2002, 04:36:25 PM »
Search includes/functions.php for this line:
Code: [Select]
$download_button = "<img src=\"".get_gallery_image("download_off.gif")."\" border=\"0\" alt=\"\" />";
There you can add whatever text you want to display to the alt like so:
Code: [Select]
$download_button = "<img src=\"".get_gallery_image("download_off.gif")."\" border=\"0\" alt=\"You must first register in order to download\" />";

Offline bernd

  • Full Member
  • ***
  • Posts: 214
    • View Profile
[REQUEST Mod] Msg on Download for guests
« Reply #2 on: December 21, 2002, 12:28:23 AM »
take a look here as well http://www.4homepages.de/forum/viewtopic.php?t=2225

I've put a small javascript snippet in there to create a a pop up if someone clicks on the button.

HTH + cheers,
Bernd

Offline M@2T

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • http://4images.aliciakeysfan.com
[REQUEST Mod] Msg on Download for guests
« Reply #3 on: December 23, 2002, 01:46:31 PM »
Great stuff :), many thanx for this, makes sence though, becasue there is no way they would know that they have to register!...Cheers  8)