自定义模块上的 joomla 链接?

发布于 2024-10-25 18:12:04 字数 216 浏览 1 评论 0原文

您好,我是 joomla 的新手,对自定义模块上的 href 标签有疑问。

<a href="#">record1</a>

我的视图文件中有此内容,如何提供此 href 的链接? 当我更改 url 类型时,必须支持该链接(假设通过全局配置设置 seo 友好的 url)。我对此一无所知。是来自数据库的链接还是静态的?又如何呢?

Hi I am new in joomla and have a question about href tag on custom module.

<a href="#">record1</a>

I have this on my view file and how can i give a link on this href?
the link must be support while i change the url type suppose seo friendly urls by global configuration. I have no idea about it. is link from database or statically? and how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

楠木可依 2024-11-01 18:12:04

看一下 JRoute,这是编写 Joomla URL 的简单方法。如果您使用 Joomla SEF url 或第 3 方 SEF 组件(如 sh404SEF),您的 url 将被自动重写。

Take a look at JRoute, simple way to write Joomla URLs. Your urls will be rewritten automatically if you use Joomla SEF urls or 3rd party SEF components like sh404SEF.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文