doushou7169 2015-01-02 23:16
浏览 23
已采纳

Joomla - 如何判断{{}}链接到哪个?

I've been tasked with updating a page on our Joomla-powered website. Finding the page is easy enough from the contents area, but the two sections I need to edit are not on the page. Instead I find two markers: {{2}} and {{3}}. My assumption are these are placeholders for modules, but I can't for the life of me find any modules that contain the content I need to edit.

Is there a way to figure out what these place holders point to?

Joomla version is 2.5.

  • 写回答

1条回答 默认 最新

  • douyanzhou1450 2015-01-04 00:48
    关注

    The curly brackets {} are typical of a Joomla Content plugin, however, normally there is more inside the brackets which can give clues to what the plugin is.

    If these tags are in an Article, then I would hazard a guess that a Content plugin using onContentPrepare is processing the article body and replacing their contents. The first step will be identifying the plugin, which in turn may lead to a component (under the Components menu).

    If that doesn't help — as this question is about Joomla specific implementation details, you may get a better result if you, try asking on the Joomla Q&A StackExhange site

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效