Wicher Site Admin
Joined: 16 Dec 2005 Posts: 1144 User's local time: 2024 Sep 11 - 9:46 AM Country IP : Country of choice:
Was This Post Helpful?
Users postingpoints:
Posts points:
Post gradiation:
|
Posted: Tue Feb 27, 2007 12:43 pm Post subject: |
Wicher
*Delete this user
Items with prefix * are permanent. | Close |
|
|
Code: |
-
- #################################################################
- ## MOD Title: TopicTitle to WebUrl
- ## MOD Author: Wicher < N/A > (N/A) http://www.wichersmods.nl
- ## MOD Description: This mod makes it possible to give the topic title an url to a
- ## website or page outside your board.
- ## This option can be set trough the forum and group permissions.
- ## The messagebox can be used as field for a title description
- ## with all bbcode function that normally would work in the normal message.
- ##
- ## MOD Version: 1.1.3
- ##
- ## Installation Level: easy
- ## Installation Time: 45 minutes
- ##
- ## Files To Edit: posting.php
- ## search.php
- ## viewforum.php
- ## viewtopic.php
- ## admin/admin_ug_auth.php
- ## admin/admin_forumauth.php
- ## admin/admin_forums.php
- ## includes/auth.php
- ## includes/functions_post.php
- ## language/lang_english/lang_admin.php
- ## language/lang_english/lang_main.php
- ## templates/subSilver/posting_body.tpl
- ## templates/subSilver/search_results_topics.tpl
- ## templates/subSilver/subSilver.cfg
- ## templates/subSilver/viewforum_body.tpl
- ## templates/subSilver/viewtopic_body.tpl
- ##
- ## Included Files: add_topic_view.php
- ## templates/subSilver/images/info.gif
- ## templates/subSilver/images/info_big.gif
- ## templates/subSilver/images/outsidearrow.gif
- ## templates/subSilver/images/lang_english/editthistopic.gif
- ##
- ## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
- ##
- ##############################################################
- ## For security purposes, please check: http://www.phpbb.com/mods/
- ## for the latest version of this MOD. Although MODs are checked
- ## before being allowed in the MODs Database there is no guarantee
- ## that there are no security problems within the MOD. No support
- ## will be given for MODs not found within the MODs Database which
- ## can be found at http://www.phpbb.com/mods/
- ##############################################################
- ## Author Notes:
- ## This mod has been tested on phpbb 2.0.22
- ##
- ##############################################################
- ## MOD History:
- ##
- ## 2007-08-04 - Version 1.1.3
- ## - Took away the edit button from the topic that has a weburl with retained topic
- ## 2007-08-04 - Version 1.1.2
- ## - Added possibility to also put https, ftp and ftps url's
- ## 2007-08-04 - Version 1.1.1
- ## - Added more functionallity to the mod.
- ## 2007-03-07 - Version 1.1.0
- ## - fixed somethings and resubmitted to phpbb
- ## 2007-03-06 - Version 1.0.0
- ## - Submitted to phpbb
- ## 2007-03-01 - Version 0.0.5
- ## - Fixed some things in search
- ## - added choice whether to open in same window or in new window
- ## 2007-02-28 - Version 0.0.4
- ## - Added url title description, with bbcode functions
- ## - Changed modname into "TopicTitle to WebUrl"
- ## 2007-02-27 - Version 0.0.3
- ## - Added forum and group permissions
- ## 2007-02-27 - Version 0.0.2
- ## - edits in search
- ## - added new icon ( thanks to DualFusion)
- ## - url views are now counted
- ## 2007-02-24 - Version 0.0.1
- ##
- ##############################################################
- ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
- ##############################################################
|
Download TopicTitle_to_WebUrl_1.1.3
Do not confuse below example with viewing a topic.
This mod has effect on viewing forums.
What you see here are topictitles from which the first has a rather large topic description, just for showing that bbcodes are working in the topic descriptions.
Viewforum demo:
Forum permissions demo:
Group permissions demo:
Please give your comments on this mod.
Tested on:
- phpbb 2.0.22 [ ok ]
- phpbb 2.0.22 with Simple Subforums installed [ ok ]
- phpbb 2.0.22 with Subforums Plus installed [ ok ] _________________
Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x
Last edited by Wicher on Mon Aug 06, 2007 10:51 am; edited 5 times in total |
|