inherit
237803
0
May 26, 2020 8:35:08 GMT -8
jimmyboy
77
October 2016
jimmyboy
|
Post by jimmyboy on Oct 4, 2016 8:36:57 GMT -8
Okay, so I'm using your default theme. But I'm having trouble fixing one tiny thing and that's the site title in the browser tabs. I don't want it to show 'home' when I'm in the home section..I just want it to show my website name. How is this accomplished?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 4, 2016 14:16:13 GMT -8
Hi, jimmyboy . This is done using the layout templates section rather than the headers & footers. In Themes > Layout Templates > Forum Wrapper find this line: Change it to this:
|
|
inherit
237803
0
May 26, 2020 8:35:08 GMT -8
jimmyboy
77
October 2016
jimmyboy
|
Post by jimmyboy on Oct 4, 2016 14:50:51 GMT -8
Thank you
|
|
inherit
238233
0
Oct 26, 2016 10:58:00 GMT -8
AlienPhobic
11
October 2016
madeofmetal
|
Post by AlienPhobic on Oct 22, 2016 20:43:20 GMT -8
Hi, jimmyboy . This is done using the layout templates section rather than the headers & footers. In Themes > Layout Templates > Forum Wrapper find this line: Change it to this: I have a similar problem, I Have a theme from nonexsistant forums on proboards themes, he has his to share with others, but in my browser tab and in others, It shows my logo to the left but the words say Noneexsistant forums.net instead of Fatalityxl.freeforums.net What should i do? where do i go you seem to be knowledgeable about this stuff. maybe you can help me? I put in alot of time with that theme and would really rather not have to start over. See what im saying, even though my forum name is Fatality it is showing up as NonExsistant Servers? just tell me where to go i tried finding what you told the other person but it was not there maybe because mine is different?
|
|
Kami
Forum Cat
Posts: 40,199
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,199
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 22, 2016 20:46:20 GMT -8
AlienPhobic - Have you looked in your forum settings? Admin > Settings > Forum Settings > Forum Title.
|
|
inherit
238233
0
Oct 26, 2016 10:58:00 GMT -8
AlienPhobic
11
October 2016
madeofmetal
|
Post by AlienPhobic on Oct 23, 2016 23:05:04 GMT -8
AlienPhobic - Have you looked in your forum settings? Admin > Settings > Forum Settings > Forum Title. yes i thought of that, and it currently says mortal kombat fatality like i want it too. but when i look at browser tab while at home section of forum it says "NonExsistant Servers". and i know the name of NonExsistant Servers is the Theme i used to build my theme. but dont know where to change it so it don't show up like that when i pay to make my Forum go live on a dot com domain? do you know how to change this in coding? As you can see the name of my site is correct, the browser tab is not when its on home and forum section. and yes to confirm for you i did go to: Admin>Settings>Forum Settings>Forum Title at top and changed it to Mortal Kombat Fatality and It is still doing this and thats why I am here, because I have no clue how to Code HTML and figured one of you would know what the problem is and would know how to use either HTML or CSS and be able to tell me what to look for and what to paste in there.
|
|
Kami
Forum Cat
Posts: 40,199
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,199
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 23, 2016 23:10:51 GMT -8
If that is the name of the theme you are using, it's quite likely they've added some content that forces the title of the forum to be that.
Go to admin > structure > layout templates > forum wrapper.
Starting on the third line should be this:
<head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head>
Make sure that the portion I marked in red is the same on your forum as it is here.
EDIT: I just checked your view source and they definitely did change it. Instead of being structured properly, it's been replaced with <title>NonExistant Servers</title>, so going to the above location and changing the line with the bit I marked in red above.
|
|
inherit
238233
0
Oct 26, 2016 10:58:00 GMT -8
AlienPhobic
11
October 2016
madeofmetal
|
Post by AlienPhobic on Oct 25, 2016 14:53:55 GMT -8
If that is the name of the theme you are using, it's quite likely they've added some content that forces the title of the forum to be that.
Go to admin > structure > layout templates > forum wrapper.
Starting on the third line should be this:
<head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head>
Make sure that the portion I marked in red is the same on your forum as it is here.
EDIT: I just checked your view source and they definitely did change it. Instead of being structured properly, it's been replaced with <title>NonExistant Servers</title>, so going to the above location and changing the line with the bit I marked in red above.
Thank you, i was looking farther down and seen NonExsistant Forums and was gonna change it, I'm glade I waited for you, that fixed it and fixed all my problems, I really do appreciate it. It seems like HTML is not that hard to read, and i should learn it soon. It could probably help me alot with many things. How would you suggest i learn it for free? and what is the best way to learn it? PS. I changed my name from MadeOfMetal to: AlienPhobic I have one more question for you! How do I create my own plugins? the build feature, do i need to use CSS or HTML or can i use the Graphical user interface tabs? And how can i add sidebar features to my front page, like Search bar and stuff like that on the front page with forum?
|
|
inherit
238233
0
Oct 26, 2016 10:58:00 GMT -8
AlienPhobic
11
October 2016
madeofmetal
|
Post by AlienPhobic on Oct 25, 2016 15:09:20 GMT -8
If that is the name of the theme you are using, it's quite likely they've added some content that forces the title of the forum to be that.
Go to admin > structure > layout templates > forum wrapper.
Starting on the third line should be this:
<head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head>
Make sure that the portion I marked in red is the same on your forum as it is here.
EDIT: I just checked your view source and they definitely did change it. Instead of being structured properly, it's been replaced with <title>NonExistant Servers</title>, so going to the above location and changing the line with the bit I marked in red above.
Thank you, I want to ask you how to add Active tiles to the front page? like moving or like a cycling picture effect or threads effect. how it can cycle through a huge box view of a thread for example look at Testyourmight.com thery have that, then they also have certain boxes on the right side, i would like some similar things, but want it to also be different. I made a new forum because most of the MK forums have users that get special treatment and break the rules without punishment, and have their friends making fun of others and new members. and i wanted to create a place for members to have a safe and freindly enviornment so they don't have to worrie about special treatment or others harrassing them and getting away with it. if you can help me that would be great. I also appreciate all your help so far:)
|
|
Kami
Forum Cat
Posts: 40,199
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,199
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 25, 2016 15:18:08 GMT -8
AlienPhobicIf you need further assistance, I recommend you making your own thread per each issue. As it is, this thread has already been marked as resolved because the originating poster's issue was taken care of. Plugins use javascript. As far as learning HTML, I'd recommend starting here: www.w3schools.com/I definitely recommend looking around the template board index, looking at the plugin development board, etc, for the answers to your questions before asking (:
|
|