phpony Posted November 29, 2010 Posted November 29, 2010 File Name: (RI) Meta EverywhereFile Submitter: Aoyagi RitsukaFile Submitted: 29 Nov 2010File Updated: 30 Nov 2010File Category: Hooks and Plugins Overriding and setting up title, meta "keywords" and "description" for any page in IP.Board. Simple and clean, just check a screenshot. Right after installation follow to "ACP > System Settings > Hooks > (RI) Meta Everywhere" and set up a groups who can set a meta for a pages.Click here to download this file
phpony Posted November 30, 2010 Author Posted November 30, 2010 I've noted yesterday, that in some cases 255 symbols is not enough to hold an URLs for non-latin language boards. It happens because of url encoding, when each symbol is represented by % and 2 digits. To solve this problem I've changed table structure a little:ALTER TABLE `meta` CHANGE `url` `url` VARCHAR( 555 ) NOT NULL If you already installed the hook and have problems with long urls (custom meta for them is not applying) - you can execute this query at "Support > SQL Management > SQL Toolbox" (not loosing any data) or just reinstall the hook (with loosing all data). Please note, that VARCHAR with length > 255 is supported only with MySQL 5.0.3+. Hook file in IPS Marketplace were updated. If you don't have any problems and running English-speaking board - don't bother yourself with this.
Buskopan Posted March 26, 2011 Posted March 26, 2011 Замечательный хук. Спасибо. Если менять ключевые слова тем и описание они возвращаются в исходный вариант после появления новых постов на теме. Так задумано или баг?
iWeb Posted May 27, 2011 Posted May 27, 2011 This is nice! It would be even better if you had an option where only topic authors are able to change their own meta tags, instead of globally everywhere. :)This is nice! It would be even better if you had an option where only topic authors are able to change their own meta tags, instead of globally everywhere. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.