Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [discusswireless] Installing Meta Tags

Quote Reply
Re: [discusswireless] Installing Meta Tags In reply to
First thing you want to do is add fields to your category table, so from your main admin page, Tools, then click on Category on the left. Add text fields for each meta tag you want to add. You can then add the data to each category via Forums at the top of your admin pages.

Then edit category_view.html to add in the tags, something like:

<%if cat_description%>
<meta name="description" content="<%cat_description%>">
<%endif%>

You could do something similar for individual forums as well, in which case you'd want to add the fields to the forum table and modify forum_view.html
Subject Author Views Date
Thread Installing Meta Tags discusswireless 5530 Jun 2, 2004, 11:14 AM
Thread Re: [discusswireless] Installing Meta Tags
agaffin 5411 Jun 2, 2004, 12:04 PM
Thread Re: [agaffin] Installing Meta Tags
discusswireless 5400 Jun 3, 2004, 1:48 PM
Thread Re: [discusswireless] Installing Meta Tags
discusswireless 5406 Jun 3, 2004, 1:51 PM
Thread Re: [discusswireless] Installing Meta Tags
agaffin 5399 Jun 3, 2004, 2:01 PM
Thread Re: [agaffin] Installing Meta Tags
discusswireless 5391 Jun 3, 2004, 2:48 PM
Thread Re: [discusswireless] Installing Meta Tags
agaffin 5385 Jun 3, 2004, 3:48 PM
Thread Re: [agaffin] Installing Meta Tags
discusswireless 5378 Jun 3, 2004, 7:47 PM
Post Re: [discusswireless] Installing Meta Tags
discusswireless 5362 Jun 4, 2004, 9:46 AM