News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

How to set the title of the pages in proper format.

Started by SwapsRulez, June 15, 2008, 11:29:19 AM

Previous topic - Next topic

SwapsRulez

Hi there,
I'm running a SMF 2.0 Beta 3.1 forum here

http://www.project-bb.org/

my problem is about the title of the main page. its

Project-BB.org : Engineering Students Lounge for Projects, Seminars, Syllabus, Question Papers, College Assignments

its perfectly worked ok when i set my forum name to that from

Admin - > Server Settings -> Forum Title

But in link tree, its showing that long name, i do want the name Only Project-BB.org there.
coz the links tree becomes too much lengthy when i'm in any topic & it doesnt looks well.

Which edits do i need to make for achieving that ? Any help will be appreciated.
Thanks in advance. :)
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

Oldiesmann

Sources/Load.php

Find
Code (Lines 1481-1485) Select
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $context['forum_name']
));


Replace
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => 'Project-BB.org'
));
Michael Eshom
Christian Metal Fans

SwapsRulez

Quote from: Oldiesmann on June 15, 2008, 10:35:06 PM
Sources/Load.php

Find
Code (Lines 1481-1485) Select
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $context['forum_name']
));


Replace
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => 'Project-BB.org'
));


Thanks, worked like a charm. :)
Project-BB.org : Educational Forum For Engineering, Diploma & Technical Students

The Engineering, Diploma & All technical students lounge for Free Projects, Seminars, Syllabus, Question Papers, College Assignments, Placement Papers, E-Books, Company Information & other technical stuffs.

Advertisement: