keywords and site discription

Started by swampy, May 13, 2006, 12:03:07 PM

Previous topic - Next topic

swampy

keywords and site discription, is there a way to change them?

much thanks in advance


redone

Open up your index.template.php for the theme you are using and edit the keywords etc in there.

:)

Coroner

Quote from: RedOne on May 13, 2006, 01:04:02 PM
Open up your index.template.php for the theme you are using and edit the keywords etc in there.

:)

I know this is an old thread but I don't have this? I accidentally left the default "My Community" and have no way of changing it? Where would I change it with the latest version or do I need to some how change manually in the data base?

Please help!!!!!!!!!!!!!!!!!!!

Coroner

I have run out of options! Can anyone please give me some direction as to how I can change this? I even opened the actual index.php and didn't find anything but when I source the page, it clearly shows <title> My Community</title>.

Please help!

Adrian Malacoda

To change the title of the forum, go to the Admin Center then, in the menu, select Server Settings under the Configuration header. Then go to the Forum Title textbox and change it to whatever you want.

Coroner

Thank you for the reply. In my state of panic I missed that. It's changed but I would like to ask another question.

How can I change the font? I put this code in "<font face="lcd" color="yellow">1925</font>" and it works but in the top left corner of the page I get "1925 - Index" />"

Maybe there's a file I should ftp and edit with the font change rather then attempt it in the acp?

Please let me know.

Thanks!

greyknight17

Just change it in /Themes/default/index.template.php:

Code (Search for) Select
<span style="font-family: Verdana, sans-serif; font-size: 140%; ">', $context['forum_name'], '</span>';

Code (Replace with) Select
<span style="font-family: Verdana, sans-serif; font-size: 140%; color: yellow; ">', $context['forum_name'], '</span>';

Replace the font-family with lcd if that's the one you want to use.

Coroner

Thanks for the reply. The theme I'm using Helios Multi doesn't have that line in it? I change it in the default but nothing changes on the board. I'm attaching the index.template.php file for your review.

Thanks!

Coroner

#8
Well I got it to hook by removing the quotes in the acp under server settings but now the browser reads "<font face=lcd color=yellow>1925</font>"? I'm sure there's a way to fix this?

Please let me know....

Advertisement: