Jump to content
WebFlake
  • 0

How to remove forums pagetitle?


phillyian

Question

7 answers to this question

Recommended Posts

  • 3

You could just go into your Admin Control Panel > Customization > Themes > Edit HTML & CSS > Templates > globalTemplate and then locate this:

<title>{expression="output.getTitle( $title )"}</title>

Then you can remove everything between the <title> tags and then insert a custom title.
For example:

<title>WebFlake</title>

However the side effect of this is that if you change the title of your website, it will not auto update, you just will have to go fix it manually.

  • Upvote 3
Link to comment
Share on other sites

  • 1

why many people remove this ? is a important part of SEO ....

I'm not sure. I don't mind it. But I could see if you wanted to change it to something longer like <title>WebFlake - Get all your premium resources here</title> without changing the site name. I just knew how you could do it so I figured I would just answer the question.

Link to comment
Share on other sites

  • 0

Add the following to your Custom.css:
 
body[data-pageapp=forums][data-pagelocation=front][data-pagemodule=forums][data-pagecontroller=index] .ipsPageHeader 
{
    display:none;
}

You only remove the header Forums though, not the Forums - Website Name here though.

http://altislife.co.uk has done it ;s?

does anyone know how to do this completely?

Link to comment
Share on other sites

  • 0

You could just go into your Admin Control Panel > Customization > Themes > Edit HTML & CSS > Templates > globalTemplate and then locate this:

<title>{expression="output.getTitle( $title )"}</title>

Then you can remove everything between the <title> tags and then insert a custom title.
For example:

<title>WebFlake</title>

However the side effect of this is that if you change the title of your website, it will not auto update, you just will have to go fix it manually.

Thank you very much <3

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...