简体   繁体   English

如何访问Joomla上的文件?

[英]How to access files on Joomla?

I am in a critical condition. 我处于危急状态。 I was paying a developer in India who left the project but now I need to access the php pages. 我付了一个离开项目的印度开发人员,但现在我需要访问php页面。

I have explored the joomla site using the admin login but i can't find how he is displaying the html/php pages. 我使用管理员登录探索了joomla网站,但我找不到他是如何显示html / php页面的。

Please help! 请帮忙!

I assume you're looking for the front-end template for the website. 我假设你正在寻找网站的前端模板。

Using FTP or whatever control panel go to the Joomla folder, look for a folder called templates - it should be one of the folders in there. 使用FTP或任何控制面板转到Joomla文件夹,查找名为templates的文件夹 - 它应该是其中一个文件夹。

To check what the name of the current template is, go to the admin panel and look in the template menu. 要检查当前模板的名称,请转到管理面板并查看模板菜单。

If your developer has also made any custom components, the front-end part would be somewhere in the components folder, and the backend bit would be in administrator->components . 如果您的开发人员也制作了任何自定义组件,则前端部分将位于components文件夹中的某个位置,后端位将位于administrator->components

You need to read some Joomla tutorials. 你需要阅读一些Joomla教程。 There are many places that can be used to "display the html/php". 有很多地方可以用来“显示html / php”。

First you have the template files that determine how the site looks and what module positions are available to be used. 首先,您有模板文件,用于确定网站的外观以及可以使用的模块位置。 Generally there is one template in use but there can be multiples. 通常有一个模板在使用,但可以有倍数。

Next you will have components where the content is entered. 接下来,您将拥有输入内容的组件。 At a minimum it is likely that you are using the com_content (articles/categories) and it is very likely there are others being used. 至少您可能正在使用com_content(文章/类别),并且很可能正在使用其他人。

You will also have various modules that will display content in areas outside of the main content area. 您还将拥有各种模块,这些模块将在主要内容区域之外的区域中显示内容。 This will generally include menus, login forms, and other similar content. 这通常包括菜单,登录表单和其他类似内容。

Last, plugins can also have an effect on the content. 最后,插件也会对内容产生影响。 In some cases plugins inject content and in others they replace placeholders with content. 在某些情况下,插件会注入内容,而在其他情况下,插件会替换内容。

There are a lot of pieces to the puzzle that all come together to display the resulting web page, it's not just a simple question of accessing some files. 这个拼图有很多部分可以汇集起来显示生成的网页,这不仅仅是访问某些文件的简单问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM