MyBB Community Forums

Full Version: Links in menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://spamheaven.co
In the menu (where it has 'Portal', 'Spammer List', etc.) when I try to link to an external link (not a directory of my board (http://spamheaven.co) it doesn't work. For example, to link to my blog, (which is at blog.spamheaven.co) when I try to put it, the URL becomes this: http://spamheaven.co/blog.spamheaven.co - how do I make it just blog.spamheaven.co?
I've never tried to do this before so I'm just going to give you something to try.

Try changing the blog.spamheaven.co to blog.
(2015-05-29, 11:22 PM)Ben C Wrote: [ -> ]I've never tried to do this before so I'm just going to give you something to try.

Try changing the blog.spamheaven.co to blog.

Already tried that. It makes it 'http://spamheaven.co/blog'.
Try:

<a href="blog.{$mybb->setting['bburl']}" class="index">Blog</a>  
(2015-05-29, 11:48 PM)Ben C Wrote: [ -> ]Try:

<a href="blog.{$mybb->setting['bburl']}" class="index">Blog</a>  

Didn't work either. Made it http://spamheaven.co/blog.
Umm.. Where is the protocol if it's an external link?
<a href="http://blog.spamheaven.co" class="index">Blog</a>
(2015-05-30, 01:13 AM)Destroy666 Wrote: [ -> ]Umm.. Where is the protocol if it's an external link?
<a href="http://blog.spamheaven.co" class="index">Blog</a>

There we go. Thanks. Smile