» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 66
2 members and 64 guests
akunamat, daucceems
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Browser caption with topic title - How to? within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; HI guys, First of all, sorry if this is being posted in the wrong section. I just wanted to know ...



Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-19-2006, 06:38 AM
Junior Member
 
Join Date: Nov 2005
Posts: 12
Browser caption with topic title - How to?
HI guys,

First of all, sorry if this is being posted in the wrong section.

I just wanted to know how can i set the browser window caption using the topic title.
This way each topic would have its own browser window caption.
This is just to improve search engines indexing...

TIA all
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-19-2006, 10:04 PM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
Re: Browser caption with topic title - How to?
Originally Posted by krubach
HI guys,

First of all, sorry if this is being posted in the wrong section.

I just wanted to know how can i set the browser window caption using the topic title.
This way each topic would have its own browser window caption.
This is just to improve search engines indexing...

TIA all
I'm a little lost with what you mean by browser window caption? Is there any way to give us a url to a specific example or perhaps a screenshot?

Thanks.
__________________


My Daughter Rules!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-19-2006, 10:16 PM
Junior Member
 
Join Date: May 2005
Posts: 242
He means he wants the title of the Browser page show the title of the caption. :roll:

To be able to control the <title></title> of the browser to match the text title of the page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-20-2006, 06:54 PM
Junior Member
 
Join Date: Nov 2005
Posts: 12
Yup... that's right.
I just want to know which files should i edit so i can achieve that.

If you look closely, you should notice that the browser window title (caption) right when posting in this topic shows "nukemods.com Forums-posting-Browser caption with topic title - How to? - [Microsoft Internet Explorer]".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-20-2006, 07:03 PM
dar63's Avatar
Moderator
 
Join Date: Oct 2002
Location: UK
Posts: 473
Like this?

http://phpnuke-uk.net/modules.php?na...t=6049#3284 3

I use http://phpnuke-uk.net/downloadview-d...ic_Titles.html
__________________
http://phpnuke-uk.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-21-2006, 03:51 AM
Junior Member
 
Join Date: Nov 2005
Posts: 12
Exactly!
Thanks a lot. I'll check that out.

Anyway, i'm sure i can modifythe <title> tag content somewhere in phpnuke's files....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-23-2006, 12:02 PM
Junior Member
 
Join Date: May 2005
Posts: 242
In nuke php files you can have this

$pagetitle = "TITLE YOU WANT ON PAGE";
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-23-2006, 12:08 PM
Junior Member
 
Join Date: Nov 2005
Posts: 12
Originally Posted by myrtletrees
In nuke php files you can have this

$pagetitle = "TITLE YOU WANT ON PAGE";
:roll:

Yes... but what i want is that the title string should be retrieved from the topic title currently being displayed...

For instance... if this nuke had that tweak, we should be reading on the browser window: "nukemods.com - Foruns - Browser caption with topic title - How to?"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-23-2006, 01:55 PM
Junior Member
 
Join Date: May 2005
Posts: 242
ok..for the Forums to show the Topic title in the title bar fo the browser, do this:

open

modules/Forums/viewtopic.php

add this
Code:
$page_title = $lang['View_topic'] .' - ' . $topic_title;
after this line
Code:
include_once("includes/bbcode.php");
I have it working here:
http://www.barefootski.com/ftopict-11.html

ACTUALLY it works in my version in most all of the Forums. I think I have the latest updates. Nuke 7.6 with 3.2PL and phpBB 2.0.21
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-23-2006, 02:33 PM
dar63's Avatar
Moderator
 
Join Date: Oct 2002
Location: UK
Posts: 473
FFS

I gave you a link to an addon to do it, why is it still being discussed????
__________________
http://phpnuke-uk.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing The Modules Title Bar mauldus Site design 2 10-05-2004 12:57 PM
javascript upgrade browser warning splitzero Nuke 7.x - General 1 08-25-2004 01:55 PM
Theme subSystemgreen produces browser "Error on Page&qu offshore Theme packs 1 06-27-2003 02:10 PM
Edited post caption Br00klynzzfinest Purged Topics 2 04-09-2003 11:19 AM
Which browser do you prefer and Why? mikem Open topics 6 04-09-2003 01:08 AM


All times are GMT -5. The time now is 07:13 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31