PDA

View Full Version : Adding hard links to my site in the sidebar


byalik
07-13-2011, 06:35 PM
Is there an easy way/mod to add links to other sites by placing them in the sidebar of the forum, cms, blog, etc...?

borbole
07-13-2011, 07:50 PM
Is there an easy way/mod to add links to other sites by placing them in the sidebar of the forum, cms, blog, etc...?

Add them with the <a href tag.

i.e.

<a href="https://vborg.vbsupport.ru">Link Description</a>

Or if you want the link to open in a new window add target="_blank". Like this:

<a href="https://vborg.vbsupport.ru" target="_blank">Link Description</a>

And replace:

https://vborg.vbsupport.ru

With the urls that you want to add.

byalik
07-13-2011, 11:11 PM
but then I have to add the same code to 3 separate sections (cms, blog, forum). Is there another way of doing it other than manually