Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    May 2009
    Location
    from parts unknown
    Posts
    74
    Plugin Contributions
    0

    Default Re: changing user greeting

    Its been done
    also done in some other ways too.

    thanks to all who read
    thanks to all for advice...a total of 0

    gotta say this forum isnt really any help at all
    LMAO

  2. #2
    Join Date
    May 2009
    Location
    from parts unknown
    Posts
    74
    Plugin Contributions
    0

    Default Re: changing user greeting

    update......

    i had some trouble with displaying the users local time...in php
    so i swapped to a crappppy javascript to save time as my holiday time is rapidly coming to an end.

    yeah......its real dirty but hey it works

    Code:
    <SCRIPT LANGUAGE="Javascript">
    <!--
    {
    	helixtime = new Date()
    	hrstime = helixtime.getHours()
    	if (hrstime < 7){timemsg = "You're up <B>really</B> early! "}
    	if (hrstime > 6 && hrstime <12){timemsg = "Good morning! "}
    	if (hrstime > 11 && hrstime <18){timemsg = "Good afternoon! "}
    	if (hrstime >17){timemsg = "Good evening! "}
    	document.write(timemsg)}
    // -->
    </SCRIPT>

  3. #3
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: changing user greeting

    Hey, this mod deserves a thank you.

    THANK YOU. Very nice touch.

    Now where do I put this code please?

    Thanks

    Rob
    if elephants could fly, I'd be a little more optimistic....

 

 

Similar Threads

  1. v154 changing the greeting
    By adb34 in forum General Questions
    Replies: 6
    Last Post: 12 Sep 2015, 02:41 PM
  2. v150 changing the position of greeting text
    By zzahid in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Mar 2012, 01:24 AM
  3. User greeting references duplicated
    By familynow in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Nov 2011, 02:52 PM
  4. Changing FTP user
    By rivercottage in forum General Questions
    Replies: 3
    Last Post: 8 Oct 2010, 06:37 PM
  5. Changing the link of the Greeting message
    By KaeFeE in forum General Questions
    Replies: 4
    Last Post: 6 Feb 2007, 10:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg