Great service but forum navigation needs improvement...

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
nforchange said:
I always access the forum via a bookmark which is under a folder called forums why not try that?
Or you could just click the big X10hosting logo ;)
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Still working on the nav :) Shop\Apply have been added.

-Corey
 

CKG690

New Member
Messages
190
Reaction score
0
Points
0
IMO the only problem is not being able to get to the forums index from the home page.
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Corey or Auvee pse look for the code below... I am not really sure where the file where the code could be found but it should be located where the portal is located...

search for <!-- breadcrumb, login, pm info -->

PHP:
<div class="navbar" style="font-size:10pt"><a href="http://www.x10hosting.com?" accesskey="1"><img class="inlineimg" src="http://www.x10hosting.com/aria/misc/navbits_start.gif" alt="" border="0" /></a> <strong>x10Hosting Forums</strong></div>

Please change to

PHP:
<div class="navbar" style="font-size:10pt"><a href="http://www.x10hosting.com?" accesskey="1"><img class="inlineimg" src="http://www.x10hosting.com/aria/misc/navbits_start.gif" alt="" border="0" /></a> <strong><a href="http://www.x10hosting.com/index.php?">x10Hosting Forums</a></strong></div>

thanx should solve all your worries about accessing the forum via the Portal...
 
Top