gnu-social/plugins/TagCloud
Alexei Sorokin 9d87c37ac1 [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax
The "LIMIT $offset, $limit" syntax is only supported by MySQL and MariaDB.
2021-07-16 19:44:35 +01:00
..
actions TagCloud turned into plugin (performance issues on large installs) 2016-08-27 15:24:25 +02:00
lib [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax 2021-07-16 19:44:35 +01:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +01:00
README [TagCloud] Add Readme 2021-07-16 19:44:34 +01:00
TagCloudPlugin.php [TagCloud] Add Readme 2021-07-16 19:44:34 +01:00

README

Add "tag clouds" in the UI

Installation
============
add "addModule('TagCloud');"
to the bottom of your config.php

Settings
========
No settings.