XF 2.1 How can i do for do "NoFollow" New Tab In The Navbar

albertc.s

Member
Well the question is about How can i do for do "NoFollow" New Tab In The Navbar
I put one url in: admin.php?navigation/ but I will like that is url open in new window, (now open in the same window) so, some idea how to do?
thanks in advance
 
Use the Navigation manager and edit the link, in the extra attributes, you need "target" with a value of "_blank" also add "rel" with a value of "nofollow".
 
Use the Navigation manager and edit the link, in the extra attributes, you need "target" with a value of "_blank" also add "rel" with a value of "nofollow".
i tryed to put that: <a href=”https://facebook.com” target=”_blank”></a> in "url"
but when i click do: https://MYWEBSITE.com/<a href=”https://facebook.com” target=”_blank”></a>
don't open new window, dont open nothing....web say: Oops, some problems.
So, what do you think that i can put there?
 
Top Bottom