vortilon Posted February 5, 2007 Share Posted February 5, 2007 Hi All I have done this before but can't for the life of me do it now!! How do I edit out the image that resides to the right of "What's new here?" Also, where is the text, "Welcome guest! Would you like to log yourself in? Or would you prefer to create an account?" text live so I can edit it out? Thanks Paul Link to comment Share on other sites More sharing options...
GemRock Posted February 5, 2007 Share Posted February 5, 2007 Hi paul Q1: admin -> configuration -> Images, change Heading Image width/height to 1; Q2: in includes/languages/english.php. HTH Ken commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience. Link to comment Share on other sites More sharing options...
vortilon Posted February 5, 2007 Author Share Posted February 5, 2007 Hi paul Q1: admin -> configuration -> Images, change Heading Image width/height to 1; Q2: in includes/languages/english.php. HTH Ken Hi Ken Many thanks for your reply. However, I am still at a loss :'( Q1. I can not find where I should amend the width height. The image I am attempting to delete is called Table_background_default.gif. Q2. I can not find the text: "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" in the english.php file! I am trying to delete both the above items so that my "New Products" box moves up to the top of the page. Thanks Paul Link to comment Share on other sites More sharing options...
GemRock Posted February 5, 2007 Share Posted February 5, 2007 First, to help me or others understand where exactly your difficutly is, you should say clearly at what step you could not proceed, and what level of skill you have at the moment. q1: after you click Configuration under admin panel, you'd see on the left hand side an item called Images. click on it, on the right hand side column, you'd see Heading Image Width, and below it, Heading Image Height. click on each of them, one by one, and click Edit button, which would allow you to enter a value of 1 in place of the original values of 57 amd 40, respectively. I guess you not only want to get rid of the Table_background_default.gif but also any image may be shown by default at the same place of any pages, which is what most people who ask this question want to do. q2. it is on around line 286: define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); if you dont want it to show at all, then change it to: define('TEXT_GREETING_GUEST', ''); i.e., two single quotes. Ken commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.