Forum Moderators: coopster
Alright, I have extensive HTML experience, but have not actually worked on a website in more than 4 years...so php is foreign to me. I'm working for a non-profit that has a beautiful but completely worthless website that requires a lot of work to be functional for the organization. The web designers are outrageously expensive, and they are incredibly difficult to deal with.
My main problem isn't understanding the php, but finding the pages. I used to keep my html files in one folder, my images in another, and what little scripting I did in a third folder. There are a million folders in public_html!
Because I've had difficulty setting up an internal testing server, I use their HORRIBLE admin panel to add pages and/or make changes to the site. However, when I edit the html, the panel converts it to wysiwyg and it generates all these errors. I wanted to find the page in the file manager to edit it directly, but the code doesn't register any of the changes I've made. Also, pages that I've created have the link of pages.php?page=32...and I can't find them in the public_html folder.
Any idea where they might be?
Sorry my message was so long! Thank you for taking the time to read it and thank you in advance for any support.
If you don't want to start from scratch, look on your CMS (where you enter the information for new pages). You should see a button that says "Code" or "Html" where you actually enter the page content. My guess is that you're entering code into a WYSIWYG editor instead of into its direct code entry counter part.
I will have to pry this information out of our web development company...they are absolutely unprofessional. Getting ftp access from them, instead of just a simple wysiwyg program hosted on their site, was like pulling teeth. I did see a folder that was titled "Joomla" before they "changed" my access by giving me "more" options...and suddenly a lot of these files disappeared. I can't even get the template.php page!
But thank you very much. If I went to them without knowing what I was talking about, then they'd certainly jerk me around. Have a wonderful day! :)
I've been doing the whole damn site using the html function. Whatever CMS they're using has been modified by them, using their own code (or so they say).
What that has led to is a really really crappy CMS experience with almost no functionality. I can't even re-order links whenever they're added through the CMS underneath a heading on the java-powered nav bar!
However much I'd love to redesign the site in html, they will not pay me for that. I've just gotta keep plugging along as is...besides, it's opened me up to a new world of coding that I haven't looked at in years. I'm excited about learning new ways to do things.
Thanks for all your help!