Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 05:51:52 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: One more snippet: Title & Description - for news also  (Read 1736 times)
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« on: October 28, 2007, 05:34:24 PM »

Jepp - one more:
This snippet is a replacement for almost the complete html-head section:
It creates:
Charset-Tag
Title (on postings: the posting-title)
meta-description (posting: the first ca 140 chars of short-content)
meta-keywords
<meta name="language" content="..."/>
<meta name="generator" content="CMS: websitebaker; w ww.websitebaker.org"/> wink
<meta http-equiv="imagetoolbar" content="no"/>
favicon link (WB_URL/favicon.ico - where it should be anyway)
on search-page:
<meta name="robots" content="noindex,nofollow">


It's kind of beta, but I think it works well, "thorn" help me a lot.


call: ...<head>
<?php simplepagehead(); ?>
<link rel="stylesheet" type="text/css" href=".....

for additional parameters check the readme.txt (english).
« Last Edit: July 24, 2008, 07:10:41 AM by chio » Logged

*weg*
Argos
Moderator
**
Offline Offline

Posts: 2161


WWW
« Reply #1 on: July 23, 2008, 03:11:16 PM »

Thanks for this snippet! I found other useful stuff on your website as well.
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #2 on: July 24, 2008, 07:09:57 AM »

Note: The newest version is here from now on:
http://websitebaker.at/wb/module/simple-pagehead.html

freeSbee made some major changes, so the snippet also supports Bakery, GoCart and image Gallery
Logged

*weg*
aldus

Offline Offline

Posts: 1238


« Reply #3 on: July 24, 2008, 10:27:02 AM »

nice - but could you/the coder insert a message/step out line after the
"modul-in-array" question [line 71] instead of going on and getting unuseable results and errors.
Code:
if(array_key_exists($module_name, $module)) {
/** some code **/
} else {
return ("Sorry - this modul [".$modul_name."]is not supported by this function.");
}
whatever - we are in the need of "error-messages" or warnings like that.

Regards
Aldus
Logged
chio
WebsiteBaker Org e.V.

Offline Offline

Posts: 2264


« Reply #4 on: July 24, 2008, 01:56:19 PM »

Thanks for the hint - but there ist no need for a warning.

1.) The snippet tries to get a description from the module.
2.) If step 1 fails and $the_description is _still_ empty -> Get Page Desription.
Code:
if ($the_description == '') {
            $the_description = $wb->page_description;
        }

If a module is NOT supported the snippet does the same as the usual head-section would do.
Logged

*weg*
aldus

Offline Offline

Posts: 1238


« Reply #5 on: July 24, 2008, 02:14:24 PM »

ok - i see it - overread it at the first - tricky
the "else" is never called.

Regards
Aldus
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!