MyBB Community Forums

Full Version: Direct link in a template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I'm having some trouble putting a direct link in the header of my forums.


Currently the HTML looks like this

<left> 
                                        <a href="www.blast-corps.net/home">Home</a>
                                        <a href="{$mybb->settings['bburl']}/index.php">Forums</a>
                                        <a href="http://www.blast-corps.net/streams">Streams</a>
					<a href="{$mybb->settings['bburl']}/memberlist.php">Members</a>
                                        <a href="http://www.blast-corps.net/aboutus">About Us</a>
                                        <a href="http://www.blast-corps.net/recruitment">Recruitment</a>
                                </left>

But When I click on the links it appends blast-corps.net/forums before anything in the HTML, is there a way to avoid that?

Blast Corps
I don't understand the problem.
same here i saw your website everything working just fine
please explain OP
regards,
The link should include a protocol. E.g.

<a href="http://www.blast-corps.net/home">Home</a>
(2012-07-24, 02:39 AM)bgrella Wrote: [ -> ]I don't understand the problem.

Did you go to the forum and click on the header links?


It appends the forum website before the HTML link I have

http://blast-corps.net/forums/www.blast-corps.net/home

is where the links go, I just want it to be

www.blast-corps.net/home

Also your post was pretty helpful before you edited it, thanks for noticing that I didn't have the powered by mybb there.... oh wait....

(2012-07-24, 02:46 AM)Nathan Malcolm Wrote: [ -> ]The link should include a protocol. E.g.

<a href="http://www.blast-corps.net/home">Home</a>


Thank you, I actually had the http added originally but it was working for me for whatever reason. Guess I forgot to reload the page or something.

Thanks, sorry to waste your time~

EDIT: Having changed the template around its still being weird for the home link, guess it was just a time thing aka something is being slow
I went to your forum and the links were working fine. Hence my "I don't understand the problem". It appears I was not alone in the confusion.