Re: PHP to HTML?
Hi Ben,
email and PM sent.
cheers
You are not logged in. Please login or register.
Hi, I just released our new video tutorial course on Flash CS4.
Stefan
Hi Ben,
email and PM sent.
cheers
I took a look at the index.php file you sent over... I'm not seeing anything in it that would cause the site to pop up in browser (rather than localhost). However, some of the code present in the file, such as this:
<?php
# --------------------------------------------------------------------------------------------------------
include(INSTALL_PATH.'templates/footer.php'); ?>
Might indicate that the site uses a CMS of some sort or required installation. There is probably a config file somewhere that you may need to edit to use the correct paths, and if the site does use a CMS, it most likely also uses a database (which you would need to export from the web hosting and get set up on your own machine.)
You may want to look at "system/system.php" and see if that contains the config data, since that is included in the index file.
My impression is that this may be a bit over your head, to be honest. It seems like it is a bit more complicated than a simple PHP site, and that's why you are running into issues trying to set it up to edit it. What exactly are you trying to do, assuming you can get it set up properly on your computer?
Check your PMs - just responded.
Sorry for the absence - can I re-open this thread please?
For the moment, we are content to make some minor changes, whilst considering the best way forward. One job I wish to do is edit the meta data (as it's really poor).
I have discovered that this (and possibly others) function can be effected by logging into the site as an Administrator, in a web browser. Having done so, I can go onto each web page and click on 'page setup' and see the meta (Title, Keywords and Description). If I hover over each, it says 'click to edit' and it allows me to make changes BUT I cannot see how to save the changes.
Can anyone kindly advise me how to save any changes please?
This will really depend on what content management system you are using -- there isn't any way to easily tell. If it is something that was custom created (rather than based on a freely available or paid system) you'd really have to go back to the original creator of the CMS.
It's possible that the CMS uses AJAX to save the data, so it is immediately saved after you change it, but the only way I could tell is by logging into the system myself and testing it.
Thanks for that, I will try to ascertain what (if any) CMS is being used, if I can reach the original designer (not easy!).
If I have no success, I may have to take you up on your kind offer.
cheers
I have made some progress: I can now change and save the meta data, so that's positive.
Apparently there is no CMS for the site, which is a shame. We have recently subscribed to a web design company for our business site, which provides a CMS that not only makes working on the site really easy, it provides a library of web designs which allows us to change the entire design of our site with a couple of mouse clicks, whenever we wish - great!
To be able to acquire the easy functionality of a CMS on my sons site (the one written in php), would be marvellous but I have been given to believe that adding a CMS to a 'flat file website' (whatever that means) is a considerable task.
Any thoughts/comments on the last points please?
Depends on the CMS that you choose. In general, I would say yes, adding a CMS to a static HTML site can take some work, because it often requires basically remaking the entire site within the CMS and re-adding all the content.
On the other hand, you might look at something like CushyCMS (http://www.cushycms.com/) which basically allows you to define certain editable areas in the site. I'm not sure if it will allow you to edit meta data, but it might be worth a look.
Something like Perch (http://grabaperch.com/) might be worth a look too, though that will require a little more work than CushyCMS.
Thanks, that looks like a possible solution, I will have a thorough read about it.
much obliged.
Posts [ 51 to 59 of 59 ] - Views [ 6614 ]
Copyright © 1996-2009 Killersites.com
[ Generated in 0.093 seconds, 9 queries executed ]