elasion Posted November 7, 2005 Share Posted November 7, 2005 Hi i would like to change the: define('TEXT_MAIN', '... comming soon...'); line in english.php to show my special offer html document i spent last 2 days doing. I Tried just inserting all the HTML in where is says ...comming soon... but none of the pictures show and all the style is messed up. Is there a more efficent way to do this? On this new document i made i have put buy buttons on them, waht code would i use to link them with the selected product. just a small example would do on both parts, i just need pointed in right direction. THanks guys, Gerard Link to comment Share on other sites More sharing options...
elasion Posted November 7, 2005 Author Share Posted November 7, 2005 just so you have a better idea of what i am talkin about i would like to put http://nfury.com/spage/nfurysystems.htm Under "Welcome Guest.... blah blah" and in between the categories and special offers and bestsellers. How would i go about this? Link to comment Share on other sites More sharing options...
CentralMass Posted November 7, 2005 Share Posted November 7, 2005 you should be able to do this with no problem but you will need to cancel out all of the quotes... example <img src=" needs to be <img src=\" This tells the page to treat the " as html and not php. Need Hosting? Just ask! Link to comment Share on other sites More sharing options...
elasion Posted November 7, 2005 Author Share Posted November 7, 2005 hi done what you said, still does not work? does it have something to do with the site being on ssl Link to comment Share on other sites More sharing options...
elasion Posted November 7, 2005 Author Share Posted November 7, 2005 http://www.nfury.com this is still how it is looking. Link to comment Share on other sites More sharing options...
elasion Posted November 7, 2005 Author Share Posted November 7, 2005 some one must be able to help? Link to comment Share on other sites More sharing options...
hosepipe Posted November 7, 2005 Share Posted November 7, 2005 i'm pretty sure you: go to /includes/languages/english/index.php define('TEXT_MAIN', 'place your HTML here!' whatever HTML you place here gets rendered in index.php (so as long as you put images into /images and reference them as images/image.jpg all should be fine). the other files in this folder work in a similar way, it's actually quite easy to make fairly radical layout changes here by nuking the columns and inserting tables etc... hope that's useful. j. some one must be able to help? Link to comment Share on other sites More sharing options...
elasion Posted November 7, 2005 Author Share Posted November 7, 2005 that doesnt work :S Link to comment Share on other sites More sharing options...
elasion Posted November 8, 2005 Author Share Posted November 8, 2005 still needing this one solved Link to comment Share on other sites More sharing options...
queasyprawn Posted November 8, 2005 Share Posted November 8, 2005 I'm trying to do this as well. Link to comment Share on other sites More sharing options...
Sowdy Posted November 8, 2005 Share Posted November 8, 2005 I'm trying to do this as well. Did you manage to get this sorted? Link to comment Share on other sites More sharing options...
elasion Posted November 8, 2005 Author Share Posted November 8, 2005 Did you manage to get this sorted? still cant get this workng :( please anyone help? Link to comment Share on other sites More sharing options...
Guest Posted November 8, 2005 Share Posted November 8, 2005 http://www.nfury.com this is still how it is looking. I just went to your link, and the text on your index.php page looks exactly like the .htm file you showed. Is this not the problem you are trying to fix? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.