Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dreamweaver type PHP editor


Iniquityclothing

Recommended Posts

Posted

Hi folks is there such a thing as a design based osCommerce/PHP editor out there? For example in Dreamweaver you click on code after loading in say index.php and boom there it is, the php code all highlighted etc. What i want is to be able to click on the design tab, as opposed to code, see "index.php" as it would be displayed online and edit it that way, so for example if i want red text i would type some text and use the text toolbar to change the colour, Simple!!

I dont know alot about PHP and something like this would be fantastic. basically its a WYSIWYG program of some sort any ideas?

I have seen some awesome osC sites but i wouldnt even know ere to begin making mine look professional!

 

Cheers for reading,

View recent 'helpfull' threads:

 

403 Error problems | Ultimate SEO (contribution support)

Posted

I believe that there is no such thing and can't be - index.php is NOT a page, it's a program that constructs many pages.

 

There are only two ways to change the color of your text depending on how your text color is defined. You may find it in some of the programs but mostly you will find it on stylesheet.css in the catalog directory for the store and on styleshee.css in the admin directory for the admin area.

 

You can change colors of all texts and both regular and links, headings, bars, etc. from those two stylesheets.

Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!!

 

Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience.

 

The quickest way to learn is to forget to BACKUP!

Posted

No, there's no WYSIWYG editor for PHP.

 

But as you get more comfortable with php, you'll see that you can easily edit all of your files online using a text editor with built in FTP capabilities. Then just keep your browser open on the page you're editing, and just refresh after you've made a change.

 

As for font colors, most of them are handled in the CSS, and it's easy enough to change them. For other, more complicated changes, you'll need to learn how to edit php in text only mode.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted
No, there's no WYSIWYG editor for PHP.

 

But as you get more comfortable with php, you'll see that you can easily edit all of your files online using a text editor with built in FTP capabilities. Then just keep your browser open on the page you're editing, and just refresh after you've made a change.

 

As for font colors, most of them are handled in the CSS, and it's easy enough to change them. For other, more complicated changes, you'll need to learn how to edit php in text only mode.

 

Great stuff thats all i wanted to know, i didnt wana wade through lotsa notepad php's if there was an easier way of doing it! but thats cool thanks for letting me know!

View recent 'helpfull' threads:

 

403 Error problems | Ultimate SEO (contribution support)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...