Are there no ordinary meta desc and keys in G3?

stevoz

Joined: 2010-08-02
Posts: 8
Posted: Mon, 2010-10-18 20:31

I've installed this module but i cant see any changes. Do I have to manually edit /views/page.html.php or does the wind theme not support this feature? Is this suppose to add description and keywords to the admin panel somewhere? It says it adds it to a theme and Ive read this post a couple times but i guess im just not getting it.

 
MarkRH

Joined: 2007-05-25
Posts: 241
Posted: Wed, 2010-10-27 11:02

How funny, I wrote my own custom code to do what this does; although, mine is not of a module nature. Guess I should have looked here first. Probably keep what I have.

Thanks,
Mark H.

Using Gallery 3.0+(git) - gallery.markheadrick.com

 
rWatcher
rWatcher's picture

Joined: 2005-09-06
Posts: 722
Posted: Fri, 2010-10-29 06:24
dsanchez wrote:
it should be

<meta name="keywords" content="<?= $metaTags ?>" />
<meta name="description" content="<?= $metaDescription ?>" />

(at the end of the file metadescription_block.html.php)

Cheers!

Fixed, thanks :)

stevoz wrote:
I've installed this module but i cant see any changes. Do I have to manually edit /views/page.html.php or does the wind theme not support this feature? Is this suppose to add description and keywords to the admin panel somewhere? It says it adds it to a theme and Ive read this post a couple times but i guess im just not getting it.

It add's some extra HTML code to the top of the web pages. It's not visible to people, but it's helpful to search engines. If you press the View Source button in your web browser you can see the extra code.

 
mandoline

Joined: 2010-11-11
Posts: 2
Posted: Sun, 2010-12-12 12:28

Hi there,
I've downloaded the zip in last page of this thread 29/10/2010 but when I activate the module I'm getting blank page...if I take a look on source code, it gets stucked at:

Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>XXX</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/themes/wind/css/themeroller/ui.base.css" media="screen,print,projection" />
<link rel="stylesheet" type="text/css" href="/themes/wind/css/screen.css" media="screen,print,projection" />
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="/themes/wind/css/fix-ie.css" media="screen,print,projection" />
<![endif]-->
<style type="text/css">
.g-view #g-content #g-album-grid .g-item {
width: 85px;
height: 96px;
/* 0.4 */
}
</style>
<script type="text/javascript">
var MSG_CANCEL = "Cancel";
</script>

... and then nothing else cames up, just blank.
I'm using Wind theme as base.
Any help would be appreciated!
Thanks!