Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [adunphy] meta tags on forum views

Quote Reply
Re: [adunphy] meta tags on forum views In reply to
Yep, sounds custom - when I set up our forums, I wanted the ability to add meta data, so I added similar fields. For displaying them, something like this should work (put them in the head area of forum_view.html):

Code:
<%if forum_keywords%>
<meta name="keywords" content="<%forum_keywords%>">
<%endif%>

Repeat for the description tag (changing the variable names to whatever your fields are named).
Subject Author Views Date
Thread meta tags on forum views adunphy 2941 May 3, 2004, 9:52 AM
Post Re: [adunphy] meta tags on forum views
agaffin 2835 May 3, 2004, 11:58 AM