Customizing SMF > Building Your Community and other Forum Advice

How can i link my home page with my forum

(1/1)

histechs:
Hi,
How can i link my home page with my forum,so that when people click on forum it link them to my forum.
my home page is www.edunaija.com [nofollow]
my forum is www.edunaija.com/forum [nofollow]
Thanks in anticipation

JohnS:
I see you have already attempted to link to the forum from your home page but the link does not work. This is because ypu have an error in your code.

Find the line:

--- Code: ---<td valign="top" bgcolor="#FFFFFF">Use our forum to meet students in various schools,to express your plight.<a href="www.edunaija.com/forum"><img src="btn_more_hover.gif" width="54" height="12" />
--- End code ---

Change it to :

--- Code: ---<td valign="top" bgcolor="#FFFFFF">Use our forum to meet students in various schools,to express your plight.<a href="http://www.edunaija.com/forum"><img src="btn_more_hover.gif" alt="Click to go to the Forum" width="54" height="12" border="0" />
--- End code ---

But also your forum is not at the URL you have given, have you got the forum installed in a folder called forum if not what folder is it installed in, you will have to change the word 'forum' in the link URL to whatever folder it is actually installed in.

histechs:
Thanks for your urgent response

Navigation

[0] Message Index

Go to full version