MyBB Community Forums

Full Version: How to add desciption to a forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So when people search for me in google my website link will have a description
Add this to your headerinclude template after this
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />

<meta name="description" content="You can put a description of your website in these quotes" />
<meta name="keywords" content="put, some, keyword, here, separated, by, commas" />
(2011-08-01, 11:22 PM)Camgaertner Wrote: [ -> ]Add this to your headerinclude template after this
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />

<meta name="description" content="You can put a description of your website in these quotes" />
<meta name="keywords" content="put, some, keyword, here, separated, by, commas" />

thanks btw does anyone know how i can change where it says forums http://prntscr.com/2hvip and make it say something else whats the code for it ?
also how can i add an icon on the top bar such as this http://prntscr.com/2hvlf
For the "Forums" thing, you have to edit your global.lang.php file i think.

For the second (icon on the top bar) read this:
http://en.wikipedia.org/wiki/Favicon#Accessibility
(2011-08-02, 12:26 AM)Sama34 Wrote: [ -> ]For the "Forums" thing, you have to edit your global.lang.php file i think.

For the second (icon on the top bar) read this:
http://en.wikipedia.org/wiki/Favicon#Accessibility

so i shout add the icon part in my header include ?
(2011-08-02, 12:34 AM)alsoyoutube Wrote: [ -> ]so i shout add the icon part in my header include ?

Yes.
(2011-08-02, 12:26 AM)Sama34 Wrote: [ -> ]For the "Forums" thing, you have to edit your global.lang.php file i think.

For the second (icon on the top bar) read this:
http://en.wikipedia.org/wiki/Favicon#Accessibility

No, the "Forums" thing can be changed in Admin CP>Configuration>General Configuration>
(2011-08-02, 01:08 AM)Camgaertner Wrote: [ -> ]
(2011-08-02, 12:26 AM)Sama34 Wrote: [ -> ]For the "Forums" thing, you have to edit your global.lang.php file i think.

For the second (icon on the top bar) read this:
http://en.wikipedia.org/wiki/Favicon#Accessibility

No, the "Forums" thing can be changed in Admin CP>Configuration>General Configuration>
thanks