Recommend this page to a friend! |
Download .zip |
Info | Videos | View files (12) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-02-08 (9 years ago) | Not enough user ratings | Total: 1,549 This week: 1 | All time: 2,459 This week: 1,047 |
Version | License | PHP version | Categories | |||
multiuser_tagcloud 1 | GNU General Publi... | 4.3 | Databases, Content management |
Description | Author | ||||||||||||||
This class can be used to manage clouds of tags added by multiple users. |
|
Tag Cloud =================== Version 1.0 - January 2007 --------------------------- Copyright (C) 2007 Dmitry Sheiko Requirements: PHP version 4.1.x+ (http://www.php.net) MySQL 4.x.x (http://mysql.com) Works with UNIX and Windows both The 2006 year is marked by everywhere using of tag clouds. So this package allows to add your tag cloud to an external blog, even in the case when you haven’t access to the blog’s DB and FTP. You can install this package on your server and launch admin.php script. Than you will be able to import RSS of your blog into index DB-table and assign tags to blog’s posts. Now you should just add HTML code (see sample.html) into your external blog. You can use this package also if your blog has many users. How to install 1) Unpack files into a folder on your server 2) Create a DB 3) Setup configuration: open config.inc.php, assign your DB-connection data, interface language (en or ru), charset (utf-8), authorization data of blog’s users (for admin panel), number of blog's post title per page, name of the user, whose tag clouds is shown. 4) Launch admin.php, import RSS and assign tags to blog’s posts 5) Add HTML code (see sample.html) into your blog How to synchronize the Tag Cloud DB with your blog DB Use TagCloud API to synchronize tags DB and blog’s DB: $TagClouds->updateRecord( $link, $title, $user ) - to add/update a record $TagClouds->deleteRecod( $link, $user ) - to delete a record $TagClouds->deleteAllRecords($user) - todelete all records Files: sample.html - sample of Tag Cloud integration admin.php - administrative panel config.inc.php - configuration script tagcloud.lib.php - class library showcloud.php - tag cloud generator tagcloud.js - JS library en.lang.php - Englsih language of user interface ru.lang.php - russian language of user interface buttom.gif, left.gif, top.gif - elements of graphical design Yours sincerely, Dmitry Sheiko, http://www.cmsdevelopment.com, senior web developer at Red Graphic Systems (www.redgraphic.com) |
Videos | ||
Files |
File | Role | Description |
---|---|---|
admin.php | Appl. | administrative panel |
bottom.gif | Icon | icon |
config.inc.php | Conf. | configuration script |
en.lang.php | Conf. | English language of the interface |
left.gif | Icon | icon |
readme.txt | Doc. | description and how to install |
ru.lang.php | Conf. | Russian language of the interface |
sample.html | Output | sample of Tag Cloud integration |
showcloud.php | Example | tag cloud generator |
tagcloud.js | Data | JS library |
tagcloud.lib.php | Class | class library |
top.gif | Icon | icon |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.