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
Quote Reply
Re: [akula] dynamic meta tags help needed In reply to
Here are a few threads which may help you find a solution:

http://www.gossamer-threads.com/perl/gforum/gforum.cgi?post=56635;search_string=defining%20titles;#56635

http://www.gossamer-threads.com/perl/gforum/gforum.cgi?post=154794;search_string=DB%20Field%20in%20HTML%20title%20Tag;#154794

http://www.gossamer-threads.com/perl/gforum/gforum.cgi?post=57591;search_string=Different%20Title%20for%20Each%20Record;#57591

I hope this helps

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/