======================================================= <br />Before you upload the files of newman and webmagazine to your webspace: <br /> open them all in your editor. <br /> Why? <br /> To fix some errors/typos. <br />I use ConText to edit php files. <br />Find: gid <br />Replace by: id <br />Find: thumbnail <br />Replace by: picture <br />There are about ten errors. <br />In the partners.php is a typo: <br />patrner has to be partner <br /> <br />Now upload newman (all files in the folder: newman) and run install. <br /> <br />If succesfull: delete install. <br /> <br />Now ftp from your webspace to your computer the db.inc.php file <br />This file has to go in the webmagazine folder. <br />Open the db.inc.php file. <br />Look at the gallery path url <br />$gallery_url = "./newman/gfx/gallery/"; <br />look if after gallery there is the / <br />change the root ./ to ../ <br />$gallery_url = "../newman/gfx/gallery/"; <br /> <br />Now upload webmagazine. <br />(all files in the folder: webmagazine) <br />In your root you have the folders newman and webmagazine. <br />If you open your siteadres followed by webmagazine and you cannot see <br />the uploaded images change the db.inc.php file. <br />You can use the full http path: <br />$gallery_url = "
http://yoursite.com/newman/gfx/gallery/&quot;; <br />if this does not work: <br />$gallery_url = "../newman/gfx/gallery/"; <br /> <br />In newman
http://yoursite.com/newman/ <br />you edit your content, storys, images, items and so on. <br />It is you manager. <br />You can allow other people to update and add items and news. <br />Newman is not the public part. <br /> <br />Webmagazine is what people see: your news and images. <br />
http://yoursite.com/webmagazine/ <br /> <br />Now if it is running you can give webmagazine your own layout. <br />Center the page, own logo and so on. <br />But do not use the original files to edit. <br />Copy all the files in a new folder on your computer and use these to <br />edit. If you mess it up, you still have have your original files. <br /> <br />If you are new to php find some tutorials, so you can understand what the <br />code means and what is where. <br /> <br />Good Luck. <br />--------------