Gossamer Forum
Home : Products : DBMan : Customization :

dynamic meta tags help needed

Quote Reply
dynamic meta tags help needed
hi,

i tried to use dbman and able to configure and customize it easily. this is nice because i don't have deep knowledge of perl...

this forum helped me a lot but i have a last issue which i could not find a solution yet.

i want to use dynamic meta tags in my search results pages according to the records. for example;

in sub html_view_success {

<html>
<head>

i want to use;

<title>$rec{'ID'}, $rec{'Title'}</title>
<description>$rec{'Description'}</description>

instead of static title for all pages

<title>$html_title: Search Results</title>

so, how can i call parameters from database to page head section for each record? i have tried many things but not working...

thanks in advance
Subject Author Views Date
Thread dynamic meta tags help needed akula 2609 Jun 24, 2008, 2:44 AM
Post Re: [akula] dynamic meta tags help needed
LoisC 2503 Jun 24, 2008, 10:46 AM