macromedia.contribute.general_discussion
[Top] [All Lists]

Re: Send for review - sub directory

Subject: Re: Send for review - sub directory
From: "glockops" <webforumsuser@xxxxxxxxxxxxxx>
Date: Mon, 7 Jul 2008 18:12:21 +0000 (UTC)
Newsgroups: macromedia.contribute.general_discussion

I have the same problem and it's driving me crazy.
 So is there anyway to get Contribute to stop:
 A.) Putting drafts in sub directories?
 B.) Stop modifying absolute links, php includes, etc. into relative links?

 My problem is when a user edits a page and sends it for review (or saves a 
draft) Contribute will take all my Template's absolute paths (ie <?php 
include('/home/smwc/public_html/includes/footer.inc.php'); ?> and turns it into 
<?php include('../../home/smwc/public_html/includes/footer.inc.php'); ?> which 
obviously screws everything up.  

 When the draft is published then, none of the PHP includes work.  It's also 
doing this with stylesheets (src="/scripts/css/style.css" to 
src="../../scripts/css/style.css").

 I believe if I could just get it to store drafts in the root folder it might 
actually solve the problem (messy solution, but at least every page wouldn't 
break).


<Prev in Thread] Current Thread [Next in Thread>
  • Re: Send for review - sub directory, glockops <=