SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
July 06, 2008, 01:44:14 am

Login with username, password and session length
Members
Total Members: 3824
Latest: Raghu
Stats
Total Posts: 12115
Total Topics: 2212
Online Today: 140
Online Ever: 399
(March 21, 2008, 10:16:14 pm)
Users Online
Users: 1
Guests: 142
Total: 143
Sponsored Links
EasyEditMetaData
Author: Karl Benson
Submitted by: karlbenson
Author Website:http://www.youposted.com
Date Submitted: 2007-08-08
Last Updated: 2007-08-08
Supported Version: 1.1.3, 1.1.2, 1.1.1
Short Description
Easy Edit Meta Data
Downloads:
Title Downloads FileSize (bytes)
101EasyEditMetaData_v1.0.zip2483453

Detailed Description:
Enables you to edit the meta data which appears in your pages including description, keywords, author and copyright meta tags via a new tab in the features and options menu.

Installs automatically on Default, Classic and Babylon skin.

NOTE: Its ONLY necessary to install this mod on the skin viewed by guests and robots as only robots for searchengines find meta data useful.

It requires two quick manual edits to install on most skins.

FIND this
Code:
<meta name="description" content="', $context['page_title'], '" />


REPLACE with
Code:
';
echo (!empty($modSettings['meta_description'])) ? ' <meta name="description" content="'. $modSettings['meta_description'] .'" />' : '<meta name="description" content="'. $context['page_title'] .'" />


AND FIND this
Code:
, '
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />


REPLACE with
Code:
;
echo (!empty($modSettings['meta_keywords'])) ? '
<meta name="keywords" content="'. $modSettings['meta_keywords'] .'" />' : '';
echo (!empty($modSettings['meta_copyright'])) ? '
<meta name="copyright" content="'. $modSettings['meta_copyright'] .'" />' : '';
echo (!empty($modSettings['meta_author'])) ? '
<meta name="author" content="'. $modSettings['meta_author'] .'" />' : '';
echo '



Bookmarks:
BlinkList  del.icio.us  Digg it  Furl  ma.gnolia  Netvouz  RawSugar  Shadows  Simpy  Spurl  Yahoo MyWeb 
Latest Ratings: [Add Rating]
Recent
[July 05, 2008, 10:58:56 pm]

[July 05, 2008, 10:57:15 pm]

[July 05, 2008, 09:34:49 pm]

[July 05, 2008, 07:22:13 pm]

[July 05, 2008, 05:03:22 pm]

[July 05, 2008, 04:53:48 pm]

[July 05, 2008, 04:24:02 pm]

[July 05, 2008, 11:27:08 am]

[July 05, 2008, 11:21:25 am]

[July 05, 2008, 11:00:12 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Valid XHTML 1.0! Valid CSS!
Page created in 1.018 seconds with 17 queries.