The forum is now partially fixed but apparently .org is in more than one place...
The rest of the web site will be fixed after the forum is working.
We are doing maintenance work
- HanduMan
- Member
- Posts: 115
- Joined: Thu Jan 01, 1970 12:00 am
What is the purpose of that new link upper left saying "http://forum.longturn.net" but actually points to longturn.org which appears to be quite unsafe to visit IMO?
- HanduMan
- Member
- Posts: 115
- Joined: Thu Jan 01, 1970 12:00 am
OK, now the text has been changed to "Longturn Forum" as the title for this forum, but the link is still pointing to longturn.org.HanduMan wrote:What is the purpose of that new link upper left saying "http://forum.longturn.net" but actually points to longturn.org which appears to be quite unsafe to visit IMO?
Also the forum description under the title is a hyperlink to forum.longturn.org.html wrote:<a href="http://longturn.org/">Longturn forum</a>
I'm pretty sure there is some setting in the admin control panel of this forum for changing or removing those links.html wrote:<a href="http://forum.longturn.org/">Discussions about Longturn games, LT rulesets and other topics of interest</a>
- HanduMan
- Member
- Posts: 115
- Joined: Thu Jan 01, 1970 12:00 am
Checked the header.php file for hard-coded links? In the current version (just downloaded 1.5.11) the forum title part links to "index.php" and description part to nothing.Corbeau wrote:Everything that exists in the settings has been changed from .org to .net. Wieder has been trying to fix this for months, including diving into the database, but no luck so far.
header.php wrote: // START SUBST - <pun_title>
$tpl_main = str_replace('<pun_title>', '<h1><a href="index.php">'.pun_htmlspecialchars($pun_config['o_board_title']).'</a></h1>', $tpl_main);
// END SUBST - <pun_title>
// START SUBST - <pun_desc>
$tpl_main = str_replace('<pun_desc>', '<div id="brddesc">'.$pun_config['o_board_desc'].'</div>', $tpl_main);
// END SUBST - <pun_desc>