Change <head></head> in DotNetNuke without Host Access

自闭症网瘾萝莉.ら 提交于 2019-12-05 21:19:21

If you are talking about making changes within the

<head></head>

section of the document, you can set this up on a page-by-page basis in the page settings. From a global basis there isn't really a way to do it, unless you want to modify default.aspx directly in the core.

It really depends on the changes you wish to make to your header. In any case though, you would need additional functionality added by someone else. For example, if you simply want to inject content into the header, you can use an injection module to inject anything you want into the page header. Or, you can do this through a skin. Unfortunately, like Mitchel said, without some configuration you are limited in available options.

You'll need to determine where the content is coming from. If it's in the skin, then you'll need to edit the skin files via FTP (probably in /Portals/_default/Skins or /Portals/[Portal ID]/Skins).

If it's just a module in a header pane, then you can use your admin access to update the module (unless you need to change something that's not configurable in the module).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!