UBB.Dev
How do I ad a tittle, description, and keywords to thread pages

--- i see the file says---

<!-- <? //UBBTREMARK -->
<!-- echo <<<UBBTPRINT -->
<!-- START OF header.tmpl TEMPLATE -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{$ubbt_lang['READ_DIRECTION']}">
<head>
$headerinsert
$refresh
<meta http-equiv="Content-Type" content="text/html; charset={$ubbt_lang['CHARSET']}" />
<link rel="stylesheet" href="$stylesheet" type="text/css" />
<link rel="shortcut icon" href="{$config['images']}/favicon.ico" />
$javascript
<title>{$config['title']}: $inputTitle</title>
</head>
<body>
<!-- END OF header.tmpl TEMPLATE -->
<!-- UBBTPRINT -->
<!-- /* UBBTREMARK */ ?> -->

--------------

how do you edit that, or where do the tittles, description, and keywords go?

thanks
Posted By: JoshPet Re: page tittle, description. and keywords - 08/16/2003 6:46 AM
You can insert META tags into the "header-insert"

Adin -> Edit 'header-insert'

Like here we have:

<meta name="description" content="Where UBB.Threads developers come for answers." />
<meta name="keywords" content="php, mysql, bulletin boards, forums, BBS, internet, online, discussion groups, newsgroups, ubb.threads, phpbb, vb, vbulletin, UBB, wwwthreads, ultimate bulletin board, customize, Perl, CGI, UNIX, NT, affordable, hacking, Infopop, community, UltimateBB, scripts, phpnuke, postnuke, threads, topics" />


The page title is the title of your site that you define in the config file.
Posted By: J.C. Re: page tittle, description. and keywords - 08/16/2003 6:47 AM
before </head> add:

<META name="KEYWORDS" content="">
<META name="DESCRIPTION" content="">
<META name="ROBOTS" content="">
<META name="resource-type" content="">
<META http-equiv="expires" content="">
<META name="author" content="">
<META name="copyright" content="">
<META name="revisit-after" content="">
<META name="distribution" content="">
<META name="rating" content="">
© UBB.Developers