Wicher Site Admin
Joined: 16 Dec 2005 Posts: 1144 User's local time: 2024 Sep 11 - 11:37 AM Country IP : Country of choice:
Was This Post Helpful?
Users postingpoints:
Posts points:
Post gradiation:
|
Posted: Thu Dec 07, 2006 1:13 am Post subject: |
Wicher
*Delete this user
Items with prefix * are permanent. | Close |
|
|
Quote: |
#################################################################
## MOD Title: Guest See Only First Post
## MOD Author: Wicher < N/A > (N/A) http://www.wichersmods.nl
## MOD Description: This mod shows only defined number of posts in a topic to users that are not logged in.
## Admin can define number of posts to show in ACP/General Admin/Configuration
## ( or in ACP/Forum Admin/Management )
## as well as the message that has to be showed to the not logged in user.
## In the ACP/Forum Admin/Management you can choose if you want to use this function per forum.
## and if you want to use it along with announcements sticky's or polls.
## Bot Indexing Mod 1.3.1 ( http://www.phpbb.com/phpBB/viewtopic.php?t=473524 )
## is also compatible with thus preventing bots like google to show up in the
## stats for this mod in the ACP/GSOFP stats.
##
## MOD Version: 1.1.9
##
## Installation Level: easy
## Installation Time: 20 minutes
##
## Files To Edit: - index.php
## - login.php
## - profile.php
## - viewforum.php
## - viewtopic.php
## - search.php
## - admin/admin_board.php
## - admin/admin_forums.php
## - includes/constants.php
## - includes/usercp_register.php
## - language/lang_english/lang_main.php
## - templates/subSilver/viewtopic_body.tpl
## - templates/subSilver/subSilver.cfg
## - templates/subSilver/admin/board_config_body.tpl
## - templates/subSilver/admin/forum_admin_body.tpl
##
## Included Files: guest_see_only_first_post.php
## admin/admin_GSOFP_stats.php
## includes/bignum.php
## templates/subSilver/guest_see_only_first_post.tpl
## templates/subSilver/admin/admin_GSOFP_body.tpl
## templates/subSilver/images/num_back.gif
## templates/subSilver/images/less.gif
## templates/subSilver/images/more.gif
## templates/subSilver/images/switch_on.gif
## templates/subSilver/images/switch_off.gif
## templates/subSilver/images/g_blank.gif
## templates/subSilver/images/lang_english/guest_see_only_first_post.gif
## templates/subSilver/images/lang_english/limited_view.gif
## templates/subSilver/images/lang_english/unlimited_view.gif
## templates/subSilver/images/lang_english/a_on.gif
## templates/subSilver/images/lang_english/a_off.gif
## templates/subSilver/images/lang_english/s_on.gif
## templates/subSilver/images/lang_english/s_off.gif
## templates/subSilver/images/lang_english/p_on.gif
## templates/subSilver/images/lang_english/p_off.gif
## templates/subSilver/images/lang_english/reset.gif
## templates/subSilver/images/lang_english/reset_all.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.21 and 2.0.22
##
## Many, many thanks to Dogs and Things for testing every single update i made for
## this mod during development and for bringing idea's to my attention.
## This realy did speed things up.
##
##
##############################################################
## MOD History:
##
## 2007-02-21 - Version 1.1.9
## - new images for forum admin.
## 2006-12-28 - Version 1.1.8
## - Changes in admin_forums.php.
## 2006-12-28 - Version 1.1.7
## - Replaced two mixtup images for the global announce addon.
## 2006-12-28 - Version 1.1.6
## - Took bug out viewtopic.php when installing the global announce addon.
## 2006-12-27 - Version 1.1.5
## - again new images for forum admin. Again Code changes in subSilver.cfg.
## 2006-12-26 - Version 1.1.4
## - new images for forum admin. Code changes in subSilver.cfg.
## 2006-12-24 - Version 1.1.3
## - Forums admin now re-opens at forum wich setting has been changed.
## 2006-12-19 - Version 1.1.2
## - See Contrib update_1.1.1-1.1.2.txt
## 2006-12-19 - Version 1.1.1
## - Added choice howmany post to view in forum admin
## You can choose wether to override the setting in General Admin/Configuration.
## 2006-12-19 - Version 1.1.0
## - One change in viewforum.php, at modline 324
## 2006-12-18 - Version 1.0.9
## - Changes in Admin Stats Page, Added reset buttons
## 2006-12-16 - Version 1.0.8
## - Minor change in viewtopic.php, modline 442
## - Bug fixes in Global Announcements Mod Addon
## 2006-12-16 - Version 1.0.7
## - Added addon for Global Announcement Mod
## - Added Reset in GSOFP Stats
## 2006-12-15 - Version 1.0.6
## - Important change in viewtopic.php!!
## 2006-12-15 - Version 1.0.5
## - Added tooltips in forum admin
## 2006-12-15 - Version 1.0.4
## - Cosmetic change in forum admin:
## Only change for that is subSilver.cfg and uploading the new gif images
## 2006-12-12 - Version 1.0.3
## - Code change in viewtopic.php
## Adding Bot Indexing Mod 1.3.0 support did do harm for those who did not have that installed.
## Its still supported but in antother way.
## Change is on modline 428 (only the "FIND" and "BEFORE, ADD" action)
## - Added addon for simple subforums mod in Contrib folder.
## 2006-12-12 - Version 1.0.2
## - Added Administration Stats how many actual registered via registrationlink
## and logged in via loginlink
## - Another little change in board_config_body.tpl
## - Change in lang_main.php
## - Moved guest_see_only_first_post.php to includes/guest_see_only_first_post.php
## - Added choice wether to limit announcements, stickies and / or polls
## - Added includes/bignum.php for displaying big nimbers in stats
## - Added support for Bot Indexing Mod 1.3.0
## - Some things i dont remember.
## 2006-12-09 - Version 1.0.1
## - Added Administration Stats how many clicked the registrationlink, loginlink and how
## many times the box has been shown.
## - Little change in board_config_body.tpl
## - Little change in lang_main.php
## 2006-12-09 - Version 1.0.0
## - Added tooltip in viewforum pagination.
## 2006-12-08 - Version 0.0.9
## - Changes in index.php and viewforum.php, icon newest post alt text will state user has to log in first before
## they can view the latest post of that forum if limited view is set and if there are more
## post then given allowed to view.
## 2006-12-08 - Version 0.0.8
## - Changes in viewforum.php regarding pagination.
## - Ruled out pagination al together in viewtopic when postviews are limited and a guest is viewing.
## - Select boxes dont work for guests if guest postviews are limited.
## 2006-12-08 - Version 0.0.7
## - In topics with less or equal posts then given max view in the ACP,
## guests wont see the alertbox anymore.
## - Now showing total number of replies to the topic instead of only total
## number of posts in one page.
## 2006-12-07 - Version 0.0.6
## - Took some bugs out..
## 2006-12-07 - Version 0.0.5
## - Some cosmetic change to forum admin.
## 2006-12-07 - Version 0.0.4
## - Added choice per forum.
## - Added register link.
## 2006-12-06 - Version 0.0.3
## - fixed little buggie in search.php
## 2006-12-06 - Version 0.0.2
## - added login link.
## 2006-12-06 - Version 0.0.1
## - Started this thing.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
|
For demo go to http://www.wichersmods.nl
Download:
Guest_See_Only_First_Post-1.1.9.zip
Dont forget to execute GSOFP_1.1.9_db_install.php
Previous versions:
Guest_See_Only_First_Post-1.1.8.zip
Guest_See_Only_First_Post-1.1.7.zip
Guest_See_Only_First_Post-1.1.6.zip
Guest_See_Only_First_Post-1.1.5.zip
Guest_See_Only_First_Post-1.1.4.zip
Guest_See_Only_First_Post-1.1.3.zip
Uninstall previous version before installing this one.
Guest_See_Only_First_Post-1.1.2.zip
Guest_See_Only_First_Post-1.1.1.zip
example: http://www.wichersmods.nl/viewtopic.php?t=58
Log out if you are automatic logged in and return to above link. _________________
Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x
Last edited by Wicher on Sun Dec 21, 2008 11:27 am; edited 12 times in total |
|