The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do you get the site name and whatever forum you are in to appear in browser bar?
Can't figure that one out... thx all I have currently is just the forum name, but would like to add the site name at the beginning...
|
#2
|
||||
|
||||
What is it exactly you are seeing in the browser bar, when viewing a forum?
|
#3
|
||||
|
||||
Forum name only. I would like the [site name] - [forum name]
|
#4
|
||||
|
||||
It should not be like that by default, have you added something to htaccess that may be causing it, or a mod?
|
#5
|
||||
|
||||
I'm using friendly urls. I can post the htaccess if that helps?
addhandler x-httpd-php-cgi .php4 addhandler x-httpd-php5-cgi .php5 addhandler x-httpd-php5-cgi .php RewriteEngine on # This file is only needed if you have set the Forum Component URL in your admincp and you are # using the mod_rewrite option for friendly urls. If this is the case, copy this file # to your forum component stub directory. # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component directory. # RewriteBase /forum-stub-directory/ # If you are having problems with the rewrite from content/ to content.php, uncomment this line to turn MultiViews off. Options -MultiViews RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # Forum RewriteRule ^threads/.* showthread.php [QSA] RewriteRule ^forums/.* forumdisplay.php [QSA] RewriteRule ^members/.* member.php [QSA] RewriteRule ^blogs/.* blog.php [QSA] RewriteRule ^entries/.* entry.php [QSA] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] # Check MVC result RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)$ - [NC,L] RewriteRule ^(.*)$ - [R=404,L] RewriteCond %{SERVER_PORT} !443 RewriteRule (.*) https://XXXXXXXXXXXXXXXX.com [R=301,L] |
#6
|
||||
|
||||
Bump
|
#7
|
||||
|
||||
This is on the forumdisplay page? Edit the FORUMDISPLAY template:
<title>{vb:raw foruminfo.title_clean} add to it like this: <title>{vb:raw $vboptions.bbtitle} - {vb:raw foruminfo.title_clean} |
Благодарность от: | ||
tbworld |
#8
|
||||
|
||||
Thx. Where is this in the back end (admincp)??
--------------- Added [DATE]1381527811[/DATE] at [TIME]1381527811[/TIME] --------------- I would actually like it for EVERY page, including CMS, blog, etc... |
#9
|
||||
|
||||
That is a template - Style Manager > edit templates
If you want it for every page, then you need to add that to every page template you want it added to. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.) |
#10
|
||||
|
||||
Thx
--------------- Added [DATE]1381529252[/DATE] at [TIME]1381529252[/TIME] --------------- Oh, is this good or bad for SEO...? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|