====== phpbblinks Plugin ====== ---- plugin ---- description: Sets a default title to a specific phpBB3 author : Dominik Eckelmann email : deckelmann@gmail.com type : action lastupdate : 2009-10-20 compatible : 2009-02-14b depends : conflicts : similar : tags : links, phpbb downloadurl: https://github.com/dom-mel/phpbblinks/zipball/master bugtracker : https://github.com/dom-mel/phpbblinks/issues sourcerepo : https://github.com/dom-mel/phpbblinks/ ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. * http://dominik.onsteroids.org/dwplugins/phpbblinks.tar The current development trunk is available at [[https://github.com/dom-mel/phpbblinks/tree/master]] ==== Changes ==== {{rss>https://github.com/dom-mel/phpbblinks/commits/master.atom date}} ===== Description ===== This plugin search in new wiki pages for links to your phpBB. If it found one it checks if it has a title. If it has no title it sets the thread name as the default title. This plugin is tested with PHPBB3 and works only with MySQL. ===== Configuration ===== ^ Config ^ Description ^ | enable | Enables this plugin | | boardurl | The absolute URL to your board, for Example ''%%http://www.your.board/subdir/%%'' | | integration | Set to true if you want to use the integration mode | | host | your database host - you only need this in the normal mode | | user | your database user - you only need this in the normal mode | | pass | your database password - you only need this in the normal mode | | db | the database name - you only need this in the normal mode | | pre | phpBB table prefix - you only need this in the normal mode | | linktxt | this text will be set in front of the topics | ==== Stand alone ==== You have to set the host, user, pass, db and pre option. In this mode the plugin uses the MySQL data given in the config. ==== Integration mode ==== In this mode the plugin requires a [[:tips:integrate_with_phpbb3]] like integration. In this mode you don't need to provide the MySQL credentials, you just have to set the ''integration'' checkbox.