this is the new Advanced Links Mod. It let's you add Link-Banners to your Site and display them on the Index-Page. People can submit Links and the Admin can choose to add them or not in the Admin Panel. The Mod was originally created by OOHOO, but he stopped development and now the mod is completed by me. Also thanks to ddonker from Portedmods for helping with the Admin Stuff.
Code: Select all
##############################################################
## MOD Title: Advanced Links Mod
## MOD Author: stefan2k1 < sp@phpbb2.de > (Stefan Paulus) http://www.phpbb2.de
## CRLin (Demo 1: http://mail.dhjh.tcc.edu.tw/~gzqbyr/Hestia/links.php)
## (Demo 2: http://mail.dhjh.tcc.edu.tw/~gzqbyr/phpBB/links.php)
## MOD Description: Display links (with logo) on the forum index page.
## MOD Version: 1.2.2
##
## Installation Level: (Easy)
## Installation Time: 8-10 Minutes
## Files To Edit: index.php, constants.php, index_body.tpl, lang_admin.php
## Included Files: links.php
## links.js.php
## link_register.php
## admin/admin_links.php
## admin/admin_links_cat.php
## admin/admin_links_config.php
## language/lang_english/lang_main_link.php
## language/lang_english/lang_admin_link.php
## language/lang_english/email/link_add.tpl
## templates/subSilver/links_body.tpl
## templates/subSilver/links_index.tpl
## templates/subSilver/links_popnew.tpl
## templates/subSilver/links_search.tpl
## templates/subSilver/links_js_body.tpl
## templates/subSilver/admin/admin_links_body.tpl
## templates/subSilver/admin/admin_links_edit_body.tpl
## templates/subSilver/admin/admin_link_cat_body.tpl
## templates/subSilver/admin/admin_link_cat_delete_body.tpl
## templates/your_template/admin/admin_link_cat_edit_body.tpl
## templates/your_template/admin/admin_link_cat_new_body.tpl
## templates/your_template/admin/admin_link_config_body.tpl
## images/links/web_logo88a.gif
## images/links/phpBB_88a.gif
## images/links/phpbb-tw_logo88a.gif
## images/links/phpbb2_de_logo.gif
## images/links/forum_images_banner_88x31.gif
## images/links/no_logo88a.gif
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: This Mod was originally created by OOHOO, most Credits are given to him.
## Credits also go to ddonker from www.portedmods.com to help with the Admin Stuff.
## The Mod got several enhancements and Bugfixes since Version 1.1.0.
## Administration has more comfort and no need of editing Config Files anymore.
##
##############################################################
## MOD History:
##
## 2002-04-25 - Version 1.1.0
## - initial Release by OOHOO
## 2003-01-19 - Version 1.1.1
## - added links_install.php and missing Code in readme
## 2003-06-15 - Version 1.2.0
## - Enhancements and Bugfixes, phpBB 2.0.4 compatible
## 2003-12-03 - Version 1.2.1
## - enhancements, Site Category showed first and Search Site
## - while Link added, send e-mail or notify on private message to site admins
## 2004-05-10 - Version 1.2.2
## - lock user submit site, Administration can submit site from ACP
## - allow submit site without banner
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
See a Demo of the Index View here (Scroll to the bottom)
See a Demo of the Links View here
Download Advanced Links Mod 1.2.2 here
Bye
Stefan