mondobongo3 Posted September 13, 2010 Share Posted September 13, 2010 I don't want do REMOVE the text, so I don't want to edit TEXT_GREETING_GUEST. What I want is to move it somewhere else, because now it's displayed on main content, where is $content placeholder. Can I assign a different placeholder to that and put it somewhere else? If it is possible, please tell me how to do it. Thank you very much! Quote Link to comment Share on other sites More sharing options...
Guest Posted September 13, 2010 Share Posted September 13, 2010 It sounds like you are using STS or BTS, if that is the case then you should be asking this question in the dedicated thread or those contributions. Having said that, the usual placement for the greeting is in the main area of the page. You could add a log in box to a column if you want but other than that, I don't know where you would want that text. Chris Quote Link to comment Share on other sites More sharing options...
mondobongo3 Posted September 13, 2010 Author Share Posted September 13, 2010 It sounds like you are using STS or BTS, if that is the case then you should be asking this question in the dedicated thread or those contributions. Having said that, the usual placement for the greeting is in the main area of the page. You could add a log in box to a column if you want but other than that, I don't know where you would want that text. Chris Sorry for placing the question here. It would be great that a subforum to be opened for STS, as it became an important feature. Well, I want to place the greeting in the header, not main page. In the meantime I found how: I commented this in index.php and added in my template. <?php //echo tep_customer_greeting(); ?> But there is still a problem. If I simply add the code it works ok <span id="greet"><?php echo tep_customer_greeting(); ?></span> But, if I set some properties in CSS for #greet ,the links for log in and create an account don't work anymore. Is like plain text. Why this happens? It should let me to override the general settings for fonts and href... Quote Link to comment Share on other sites More sharing options...
Guest Posted September 13, 2010 Share Posted September 13, 2010 Read the STS forum here: http://www.oscommerce.com/forums/topic/295660-contribution-sts-v4/ Chris Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.