Skip to main content
Participant
May 1, 2010
Pregunta

Dreamweaver CS5 where are the joomla linked php files

  • May 1, 2010
  • 6 respuestas
  • 22889 visualizaciones

In a demo I saw a guy access the index.php file of wordpress and all the included / required php files come up, it was stated that this was the case for joomla! as well - is this the case? Because i follow the same steps as the guy in the movie, but with joomla and I don't get any php files to show...

Este tema ha sido cerrado para respuestas.

6 respuestas

Participant
January 11, 2011

i read this entire thread and after a lot of unrealeted debate the origional question was never answered. so, after some research i found a tutorial on youtube that did answer it, and here it is:

http://www.youtube.com/watch?v=lsjkbfC58_8

at 6:27 the presenter gets the 'restricted access' page which he quickly resolves by deleting some of the url in the address field, shortening the address to http://localhost:8888/yoursitename/

Participant
August 31, 2010

Also here is the proof that Dreamweaver CS5 is neither designed to work with drupal. http://drupal.org/node/768848

I think Adobe must be a little bit more honest saying that it ONLY works for wordpress for now. But soon for Joomla , drupal and others.

well, when you only want to increase your sales, what the hell right?

Participant
August 31, 2010

The conclusion is simple. Dreamweaver CS5 is not designed to work with joomla. It only works with wordpress (that's probably why we have never seen video tutorials with joomla)

Joomla is designed to restrict access to pages directly. That's probably  why you`ll never see a .php file related.

Probably we'll have to wait to DW CS6 or 7.

If someona have a proof that I'm wrong, please post it here.

Thanks

Participant
August 31, 2010

You are incorrect. Right from your Home Screen in DW CS5 you'll see a link to a Dynamically-Related files tutorial.

Here's the page: http://tv.adobe.com/watch/inside-the-dreamlabs/dreamweaver-cs5-dynamicallyrelated-files/

It states in the description: You can now design dynamic PHP applications like WordPress, Drupal and  Joomla within Dreamweaver CS5.

Participant
August 31, 2010

Thank Dave for the link. But still, this is a wordpress how-to video. Do you have one to do exactly the same  with Joomla?

Cheers

Participant
July 5, 2010

I am having pretty much the same issue with a Joomla site in DW CS5. Basically from what I can see, the CSS files are not loading even though DW knows they are there because they are available as linked files. But when I go in "inspect" mode, the CSS pane is completely empty. The template displays fine though so DW knows the CSS files are links to the page I am in.

For the past 5 years I cobbled up together a system in DW to do exactly this but requiring a simple "view Source" a local save and a search and replace to link the CS and JS files to the "static Sandbox" I created. That method is only slightly slower than this one if DW actually behaved. Since so far it doesn't, I'll be forced to keep working with my old method but I'll have the advantage of live view and inspect, which on a static page will work just fine and they will probably save me several trips to Firebug.

But I'll keep on working on this issue and with the experience I have in DW with Joomla if it is possible I am confident that I will figure it out. Right now I am basically a hair from having it work. I believe it's just a bit off due to the peculiar (for DW) path to the CSS files. Basically, I think DW expects them in a different place according to the Joomla code. Again, I believe that's due to the fact that the real index.php file in Joomla is the template file and that one is connected to the css files. But the new features force you to work with the global index.php file which is outside of the template system.

It may be as easy as moving the CSS files temporarily outside or teach DW how to fetch the right link.

I'll be waiting for the official Adobe tutorials on the matter and see if they have figured out something by then. If not I'll update my post here and let everyone know.

Participating Frequently
July 5, 2010

Thanks for the info...

Good to know if I have problems with other templates... 

So for my CSS and JS are working for me....

Participating Frequently
July 3, 2010

Did you ever get the Joomla php files to show up?  I am using Dreamweaver cs5 and im having the same issue.

David_Powers
Inspiring
July 3, 2010

Since I originally replied to this thread in May, I have installed a Joomla site. Dreamweaver CS5 finds the dynamically related files without problem.

Participating Frequently
July 3, 2010

Hi Dave,

I discover all my dynamic files fine...

I am even able to make changes to my .css and my .js files fine....

The problem -- when I actually want to change a "word or phase" on a page - no luck...

I click the Live Code button the left panel turns yellow and I see the "word or phase" I want to change --- As i know when the background is yellow we cant edit that.

So I click off the live code and the code for the "word or phase" disappears.

So I search and search for the "word or phase" in the code.... and i cant find it. Via the specfic .php page containing the content.

I see my front page folder --- I click on both the index.html and the default item.php files but the result is "restricted access"

I am working with a basic default joomla template.  http://creativematters-usa.com/joomla_2_10/

What am I missing?  I just cant find my  "word or phase" content so i can change...  My guess Joomla is set up different that wordpress?

David_Powers
Inspiring
May 1, 2010

I don't have Joomla! installed, but I have tested it with both Drupal and WordPress. If you have a testing server set up, Dreamweaver should recognize Drupal, Joomla!, or WordPress instantly when you select Site > Site-Specific Code Hints.

See http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html for details on setting up a testing server for PHP in CS5.

Participating Frequently
May 1, 2010

I get all of the linked files in Joomla but "Inspect" is not working for me - nothing shows or changes in the CSS Styles Panel when hovering over various elements. Wordpress and Drupal test fine for me both on showing linked files and "Inspect". Unfortunately I use Joomla more than either of the other CMS's.

The Joomla site shows as it should in Live VIew/Live Code which says DW understands the path to the template and its CSS. Hope there's a fix for this.

Participating Frequently
May 2, 2010

Everything worked on a couple of other Joomla sites I have including both "Inspect" and show of linked files. The site I was having trouble with apparently has some errors.