Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Need a little help :)

    I would like to remove the text on the main page that says, welcome guest but am not sure exactly how much I remove. In other words, the greeting they see when they enter the shopping cart. Do i just remove the text itself? or the entire line? If you could give me the exact piece i remove, it would be appreciated.

  2. #2
    Join Date
    Mar 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Need a little help :)

    Just remove the text and put something like "SIGN IN HERE" or "CREATE YOUR ACCOUNT NOW" or you want nothing ONLY take out the text!!!

  3. #3
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Need a little help :)

    does that include the comma before and after the text??

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Need a little help :)

    No. If the current content is
    Code:
    // Showcase vs Store
    if (STORE_STATUS == '0') {
      define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log in</a>?');
    } else {
      define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
    }
    replace it by
    Code:
    // Showcase vs Store
    if (STORE_STATUS == '0') {
      define('TEXT_GREETING_GUEST', '');
    } else {
      define('TEXT_GREETING_GUEST', '');
    }
    Why do you want to remove it completely?
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Need a little help :)

    thanks :)
    I am removing it entirely because i will be installing the new mod where folks can log in, create an account, or purchase without creating an account. :) Less confusion if I remove it :)

    thanks for the help!

 

 

Similar Threads

  1. Need a little Help
    By captonzoom in forum General Questions
    Replies: 6
    Last Post: 18 Jan 2013, 11:13 PM
  2. Need little help
    By river in forum Addon Language Packs
    Replies: 2
    Last Post: 21 Oct 2007, 01:57 AM
  3. Need a little help
    By ashmark in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Mar 2007, 05:13 AM

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