[Fixed]: Page Title on coppermine board missing [Fixed]: Page Title on coppermine board missing
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Fixed]: Page Title on coppermine board missing

Started by sengsara, November 22, 2003, 04:06:13 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sengsara

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?
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbatamweb.net%2F4leechers%2Fsengsaraatgmail.gif&hash=5023c7ba1bc4142435e406735fee30bc611c5a03)

Tarique Sani

I can see titles alright - guess someone fixed it
SANIsoft PHP applications for E Biz

sengsara

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.
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbatamweb.net%2F4leechers%2Fsengsaraatgmail.gif&hash=5023c7ba1bc4142435e406735fee30bc611c5a03)

Joachim Müller

the title is not being displeayed in IE

GauGau

Tarique Sani

sengsara is correct there are two title tags hence the problem
SANIsoft PHP applications for E Biz

Joachim Müller

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