1
Ronaldus
Meta's do not show up...
  • 2004/10/31 21:23

  • Ronaldus

  • Friend of XOOPS

  • Posts: 389

  • Since: 2004/5/8 1


Hello there,

I use a custom theme on my site.
In source view the meta tags are empty.
I filled them in system admin --> meta's and footer.
In the custom theme's theme.html are the right tags (I think), for example: <meta name="keywords" content="<{$meta_keywords}>" />

What goes wrong here?

Thanks and greetings,

Ronaldus

2
brash
Re:Meta's do not show up...
  • 2004/10/31 23:41

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Might be an idea to compare you meta's against an XOOPS theme. Below is the head section of the default XOOPS theme;

le="color: #000000"><?php <head> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> <meta name="robots" content="<{$xoops_meta_robots}>" /> <meta name="keywords" content="<{$xoops_meta_keywords}>" /> <meta name="description" content="<{$xoops_meta_description}>" /> <meta name="rating" content="<{$xoops_meta_rating}>" /> <meta name="author" content="<{$xoops_meta_author}>" /> <meta name="copyright" content="<{$xoops_meta_copyright}>" /> <meta name="generator" content="XOOPS" /> <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> <link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" /> <link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" /> <!-- RMV: added module header --> <{$xoops_module_header}> <script type="text/javascript"> <!-- <{$xoops_js}> //--> </script> </head>

3
Ronaldus
Re:Meta's do not show up...
  • 2004/11/1 6:31

  • Ronaldus

  • Friend of XOOPS

  • Posts: 389

  • Since: 2004/5/8 1


Indeed a few differences.

I copied and pasted the official meta's.
It's working now!

Thanks Brash

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits