Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JForum
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
JForum
Meta tags
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi!
I was wondering where
forum.page.metatag.keywords
and
forum.page.metatag.description
were used?
Your application is a godsend!!
Thanks to all JForum team's members 8)
[originally posted on jforum.net by Exo7]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
They are used in the file header.htm, which is the base template for JForum
Rafael
[originally posted on jforum.net by Rafael Steil]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks for the reply Rafael,
but I still can't find
metaKeywords
(2.1.7 and 2.1.8 )
context.put("metaKeywords", SystemGlobals.getValue(ConfigKeys.FORUM_PAGE_METATAG_KEYWORDS));
<#setting number_format = "#"/> <#setting datetime_format = dateTimeFormat/> <#assign logged = logged?default(false)/> <#assign language = language?default("en_US")/> <#assign hasCodeBlock = hasCodeBlock?default(false)/> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=${encoding}" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <style type="text/css">@import url( ${contextPath}/templates/${templateName}/styles/style.css?${startupTime} );</style> <style type="text/css">@import url( ${contextPath}/templates/${templateName}/styles/${language}.css?${startupTime} );</style> <#if hasCodeBlock> <style type="text/css">@import url( ${contextPath}/templates/${templateName}/styles/SyntaxHighlighter.css?${startupTime} );</style> </#if> <title>${pageTitle?default("JForum")?html}</title> </head> <body class="${language}">
[originally posted on jforum.net by Exo7]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can add these two lines yourself in the header.htm:
<meta name="description" content="${metaDescription}" /> <meta name="keywords" content="${metaKeywords}, jforum, jforum java, jforum forum, forum java, java jforum, java forum, forum, Andowson Chang, bulletin board" />
[originally posted on jforum.net by andowson]
Being a smart alec beats the alternative. This tiny ad knows what I'm talking about:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Puzzling question from Mughal and Rasmussen
Static Initializers.
Interesting classpath question
question
A Poll, a Poll, a very simple Poll!
More...