Can you change the line of code stopping chat in the portal

The friendliest place on the web for anyone with an interest in aquariums or fish keeping!
If you have answers, please help by responding to the unanswered posts.

AMDPhenomX4

Aquarium Advice FINatic
Joined
Jan 3, 2009
Messages
544
Location
Charlton, MA
To change this, click Admin at the bottom of the page then once in the Admin CP click Styles & Templates in the left sidebar and then Style Manager.
Click the Arrow next to All Style Options to select Edit Templates. Double click Navigation / Breadcrumb Templates then after the automatic refresh, scroll back down and click navbar underneath it.
Then search for the lines as follows.
This line is by default in the navbar template. It may however be in main css. Change this
Code:
<a href="addonchat.php"

to

Code:
<a href="./forums/addonchat.php"

This way, the URL has no involvement, but after a user logs into the site, they can instantly go to chat, and there are no more issues.

Mgamer wanted me to add that

on the Portal No longer works.
 
./ is relative, but I did change it to /forum/addonchat.. and it appears to be resolved wherever I try it.

Fixed the link to the store too.

Thanks for the heads up!
 
For me, it appears the "who's chatting" under the chat button doesn't work under the portal

Not Found

The requested URL /addonchat_who.php was not found on this server.
 
Back
Top Bottom