Link to Forum

RollerC

New Member
Messages
238
Reaction score
0
Points
0
I think there should be a link to the forums on the main page, as there isnt really teh need to go to apply then to the forums
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
a member suggested these some time back.. A few things got changed like the USHOP and APPLY buttons got added.. I would recommend you book mark the link to the forum or when you go to the portal click on the forum logo and it will lead you to the forum..

the thread is below..
http://x10hosting.com/showthread.php?t=4190
 

chaganlal1

New Member
Messages
2,014
Reaction score
0
Points
0
Just use index.php at the back of the x10hosting.com. Thats what i use as a bookmark and in firefox you can make it a button.
 

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
chaganlal1 said:
Just use index.php at the back of the x10hosting.com. Thats what i use as a bookmark and in firefox you can make it a button.
Or you can just click on the X10hosting logo at the top of the page ;)
 

c3nar1us

New Member
Messages
34
Reaction score
0
Points
0
maybe you can add new navbar and there put forums/home
i searched 5 minutes how to go in forums
 

c3nar1us

New Member
Messages
34
Reaction score
0
Points
0
here is tutorial how to add more buttons on aria skin in navbar
http://www.vbstyles.com/forum/showt...ghlight=dynamic (if you have licensed skin)

or you can create new navbar.
i did that on my forum
www.vietpages.biz/~c3nar1us/forums
you can see chat and arcade in new navbar
in your header template
add this code
PHP:
 <!-- second nav button row -->
<div align="center">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
	<tr align="center">	
		<td class="vbmenu_control"><a href="URL">LINKED TEXT</a></td>
	</tr>
	</table>
</div>
<!-- / second nav button row -->
 
Top