This is a discussion on Images Path ... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I may be 1 of the first who signed into this site 2 years ago.. think I got pretty long ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I may be 1 of the first who signed into this site 2 years ago.. think I got pretty long with my site. Now, I have to change some images to make my server secure. SO ploease how do I change if I have a part like this: Quote:
Quote:
INTO something like Quote:
Pleeeeeeeeeeease help me as soon as possible. And thank you for this great Forum like always |
|
#2
| |||
| |||
| I am not sure I understand your question. do you want to turn the HTML into PHP?
__________________ There\'s something about fireman, day and night they are always fireman! |
|
#3
| |||
| |||
| It looks like you are trying to add a new box You should create the new box, by say for example copy the information.php and save it as for example newbox.php Then go into column_left.php or column_right.php depending on which side you want to put it on and insert the following code: Code: include(DIR_WS_BOXES . 'newbox.php'); It will create the top of the box for you. This is done through a class and the information is passed on to the class from the following line: Code: $info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);
new infoBoxHeading($info_box_contents, false, false);
__________________ There\'s something about fireman, day and night they are always fireman! |
|
#4
| ||||
| ||||
| Looks to me like he has hardcoded some images & is getting that - "Page contains not secure items" message in IE. when he goes to SSL. If that is the case go to: http://wiki.oscommerce.com/WarnSecurity
__________________ HTH Neil www.12website.com "You can have everything in life that you want if you will just help enough other people get what they want." Zig Ziglar |
|
#5
| |||
| |||
| Hi everybody, thank you for your support, I was waiting for the email notification to tell me that somebody replied to my mail .. but I didn't get that email ( or maybe too many spams these days and I accidentally deleted it) Anyway, it is as dearest neil said, i added some boxes to my store, and was adding simple HTML code. Now that I bought own SSL server, people are getting WARNING notification when they log on and when https is on they get warnings. So I had to do what i hate most is change all my URL of images into Quote:
I will try to follow step by step the link of neil and hope it will work out. Thank you again for the support, and I am glad to be back after 1,5 year of being away. Regards, Arames |
|
#6
| |||
| |||
| Please anybody help me ..... I am desperate. I finally got a secure server and now want to change the normal path of my images. for example i changed in a box called "express.php" the lines I had: Quote:
Quote:
Ang I get this Quote:
How can I change the pathe of my images ???? Please help me !!!! |
|
#7
| |||
| |||
| Please still depseratly waiting for an answer... p.s: If anybody can help I will be glad to make a small contribution to his paypal account. Regards, Arames |
|
#8
| ||||
| ||||
| If you change: Code: <img border="0" src="http://www.mysite.com/shop/images/infobox/corner_right_left.gif" width="11" height="14" align="left"><font face="Verdana" size="2"> </font> Code: <img border="0" src="images/infobox/corner_right_left.gif" width="11" height="14" align="left"><font face="Verdana" size="2"> </font> Non-secure will load as: "http://www.mysite.com/shop/images/infobox/corner_right_left.gif" Secure will load as: "https://www.shariedsecuresite.com/~mysite/shop/images/infobox/corner_right_left.gif" |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyone With E-Path? | damien101 | osCMax v2 Customization/Mods | 1 | 03-24-2007 05:33 AM |
| Path to images wrong after install | cwinter | osCommerce 2.2 Installation Help | 2 | 12-14-2004 06:37 AM |
| change path to images to absolute reference | mkraft | osCMax v1.7 Installation | 5 | 04-24-2004 01:17 AM |
| Image path, where to change? | misterjonl | osCommerce 2.2 Modification Help | 2 | 10-08-2003 07:23 PM |
| path errors | dogfood | osCommerce 2.2 Installation Help | 0 | 05-07-2003 02:43 PM |