How to change Web Browser TITLE? How to change Web Browser TITLE?
 

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

How to change Web Browser TITLE?

Started by scottycdl, January 05, 2006, 12:18:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scottycdl

With CM 143, which file do we edit to change the TITLE of the web browser page, as it appears in Internet Explorer?

Currently, it is set to "HOME", and I need it to be something sensible so search engines can index it.

Cheers

Link to site is http://www.pdistudios.com/cpg143/index.php

Casper

#1
It will show whatever is set in your config, general settings, gallery name.  Just fill that in, don't leave it blank.

Note, you may need to remove the {GAL_NAME} from your theme template.html if it exists, if it mucks up your page.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

scottycdl

OK, problem is, I do not *have* a config.php file. Weird....

Is it called something else, perhaps?

ecto

He didn't mean config.php, he meant your gallery config (the Config button in the admin menu)

scottycdl

Oh good grief! How embarrassing   ;D

OK, I mananged to fix it.

Sheesh............

Of course, I knew this all along, right?     ::)

Casper

Thanks ecto,

don't worry scotty, we all have those 'DOH' moments. Ask Nibbler, I've had a couple tonight on another subject.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

modrewriteman

I have a similar question.  Where would I find the code to edit the title to remove "Last additions" from the title. And, I'd also like to remove the / or at least put a space between it and the images filename.

modrewriteman

Ok, I found where to remove Last additions, but I can't find where to add a space after the /. 

Nibbler

displayimage.php

pageheader($album_name . '/' . $picture_title, $meta_keywords, false);

Posting questions on threads already marked as solved is not generally a good idea.