I always like to see the page title on every board I visit.
I guess this board had that mod installed, but it's not working.
The one on the oldboard is working, but here you can only see http://coppermine.sourceforge.net/board/posting.php?mode=newtopic&f=12
as page title.
I saw the html source and fount two title tags an empty one and a correct one below.
<title></title>
<link rel="stylesheet" type="text/css" href="/style/default.php"><link rel="shortcut icon" href="http://coppermine.sourceforge.net/favicon.ico">
...
<meta http-equiv="Content-Style-Type" content="text/css">
<title>coppermine.sourceforge.net :: Post a new topic</title>
Someone care to fix this?
I can see titles alright - guess someone fixed it
Internet Explorer - not working
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbatamweb.net%2Fmodules%2FCoppermine%2Falbums%2Fuserpics%2F10003%2Fie.jpg&hash=dda53cd4eeb2922c503db6d5a3e8ba07cf583e3d)
Avant Browser - not working
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbatamweb.net%2Fmodules%2FCoppermine%2Falbums%2Fuserpics%2F10003%2Fab.jpg&hash=3d8ea706f34e1119488280b5df8dbe46b6975b22)
Mozilla Firebird - Hey! It works on Firebird.
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbatamweb.net%2Fmodules%2FCoppermine%2Falbums%2Fuserpics%2F10003%2Ffb.jpg&hash=4c0a952840409d00f99eb55c7a90c91ad417297a)
Avant Browser is an IE based browser so maybe it's just another M$'s bug?
Still, double title tag in the html source is not correct.
the title is not being displeayed in IE
GauGau
sengsara is correct there are two title tags hence the problem
fixed this issue by commenting out the lineinclude_once("/home/groups/c/co/coppermine/includes/title.inc.php");
in /home/groups/c/co/coppermine/htdocs/board/includes/page_header.php
GauGau