ma77th3gr34t Student

 Virtual Cash: 40
Joined: 28 Feb 2007 Posts: 75
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 6:24 am Post subject: Page titles |
|
|
I saw a thing to change page titles in the howtoforum for more incoming links. Do I just cut and paste that after where it says {PAGE_TITLE}?
Or is there more to it than that.
the link is:
http://howtodoit.myfastforum.org/Page_Titles_about144.html
thanks
Matt
|
|
| Back to top |
|
 |
CodyT07 Guru

 Virtual Cash: 2530
Joined: 22 Mar 2006 Posts: 3418 Location: Smyrna, Rutherford County, Tennessee Add Karma
 rated by 21 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 6:42 am Post subject: |
|
|
You delete the {PAGE_TITLE} and in its place you put the code listed in how to do it instead. _________________
Number 92, Right Guard Offensive Line. Smyrna Bull Dog FOOTBALL
TemplateTester and Link Exchange |
|
| Back to top |
|
 |
ma77th3gr34t Student

 Virtual Cash: 40
Joined: 28 Feb 2007 Posts: 75
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 7:24 am Post subject: |
|
|
ok so this is what i currently have:
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/myfs_78offsuit1/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
i delete starting at {PAGE_TITLE} to 78offsuit1/ and copy and paste what that code is there which is this:
<!-- BEGIN switch_user_logged_out -->
<title>{PAGE_TITLE}</title>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<title>{SITE_NAME}: {PAGE_TITLE}</title>
<!-- END switch_user_logged_in -->
i dont need to change anything here do I?
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 42960
Joined: 22 May 2005 Posts: 19353
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 1:57 pm Post subject: |
|
|
If you are using the editor account to test, then you can see for yourself the results without messing up the template the users are seeing.
Repeating the instructions back at us, does not really tell us what you will actually do. I think with a bit of reading what is being done is very apparent and logical and thus easy to understand and get right.
Read the lines of code and think about what they are about! _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
davecov Student

Joined: 03 May 2006 Posts: 80
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
ma77th3gr34t Student

 Virtual Cash: 40
Joined: 28 Feb 2007 Posts: 75
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 5:14 pm Post subject: |
|
|
so there is an error in the code? Admin can you confirm this for me that there is the error that dave said and then i just copy and paste it in place of the current code? or do i make any changes to the code? This is my first code where i have to replace some text and i want to make sure that i understand correctly what i am doing. like in my previous post i delete from {page_title to the end of that sequence or just delete {page_title} and thats it?
|
|
| Back to top |
|
 |
davecov Student

Joined: 03 May 2006 Posts: 80
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 42960
Joined: 22 May 2005 Posts: 19353
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
ma77th3gr34t Student

 Virtual Cash: 40
Joined: 28 Feb 2007 Posts: 75
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 5:41 pm Post subject: |
|
|
thank you.
this is what it now looks like:
{NAV_LINKS}
<title>{SITENAME}: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/myfs_78offsuit1/
I am sorry for all the silly questions i just didnt think that the begin and end and all that stuff went. But now i understand alot better on how to change these things....I think.
Thank you for all your help
Matt
ps. if it looks wrong let me know....lol
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 42960
Joined: 22 May 2005 Posts: 19353
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 5:55 pm Post subject: |
|
|
The BEGIN/END stuff of it is the whole point of the exercise, davecov simply reported an extra underscore that should not have been there.
You replace the existing page title line with the BEGIN.... END lines. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 27730
Joined: 04 Sep 2005 Posts: 11059 Location: Hampshire,England Add Karma
 rated by 84 members
Add Comment
Show Comments
 |
Posted: Thu Mar 01, 2007 10:03 pm Post subject: |
|
|
Sorry about that i see it has been changed already  _________________
http://www.saynoto0870.com/
XXVIII/ I/ MCMLXXI |
|
| Back to top |
|
 |
ma77th3gr34t Student

 Virtual Cash: 40
Joined: 28 Feb 2007 Posts: 75
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Fri Mar 02, 2007 7:00 pm Post subject: |
|
|
ok so this is what iu now have is this right?
<title><!-- BEGIN switch_user_logged_out -->
<title>{PAGE_TITLE}</title>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<title>{SITE_NAME}: {PAGE_TITLE}</title>
<!-- END switch_user_logged_in --></title>
<!-- link rel="stylesheet" href="templates/myfs_78offsuit1/
|
|
| Back to top |
|
 |
Nick(NR) Moderator

 Virtual Cash: 7800
Joined: 06 May 2006 Posts: 4032 Location: Medway, Kent Add Karma
 rated by 30 members
Add Comment
Show Comments
 |
Posted: Fri Mar 02, 2007 7:07 pm Post subject: |
|
|
| ma77th3gr34t wrote: | ok so this is what iu now have is this right?
<title><!-- BEGIN switch_user_logged_out -->
<title>{PAGE_TITLE}</title>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<title>{SITE_NAME}: {PAGE_TITLE}</title>
<!-- END switch_user_logged_in --></title>
<!-- link rel="stylesheet" href="templates/myfs_78offsuit1/ |
use this, you don't need to tag the switches:
| Code: | <!-- BEGIN switch_user_logged_out -->
<title>{PAGE_TITLE}</title>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<title>{SITE_NAME}: {PAGE_TITLE}</title>
<!-- END switch_user_logged_in -->
<!-- link rel="stylesheet" href="templates/myfs_78offsuit1/ |
_________________ CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.
I'm better than Jose! |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 42960
Joined: 22 May 2005 Posts: 19353
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
Posted: Fri Mar 02, 2007 7:13 pm Post subject: |
|
|
But what is that link bit? Which looks broken?
All that needs to be done is to replace the existing title line with a bit of code that is inherently quite understandable if you read the code. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
ma77th3gr34t Student

 Virtual Cash: 40
Joined: 28 Feb 2007 Posts: 75
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Fri Mar 02, 2007 7:21 pm Post subject: |
|
|
Thanks nick.
Its working now cause it took me right out of the header saying you have successfully upgraded or something like that. Thank you everyone for all your help. I am going to read alot more cause i am still not quite understanding this stuff.
Matt
|
|
| Back to top |
|
 |