Jump to content

I want to add an external link or category from within my site in this field and I do not know how you can help me


faresmon200

Recommended Posts

  • faresmon200 changed the title to I want to add an external link or category from within my site in this field and I do not know how you can help me
  • 1 month later...
21 minutes ago, viper said:

how to edit top menu?

Please go to Website UI -> Language files -> default and find this block:

header.network_name =
header.network_sites.1.name = Site1name
header.network_sites.1.link = http://google.com
header.network_sites.2.name = Site2name
header.network_sites.2.link = http://google.com

 

  • Thanks 1
Link to comment
Share on other sites

You need to modify header template for this. In Website UI -> Page components -> include_header_general.tpl inside this block:

{{if $lang.enable_header_network=='true'}}
...
{{/if}}

Add target="_blank" to <a> tag. But please note that some adblockers may automatically disable all links with this attribute.

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...