aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved back gen_sorting() to mcp.phpLudovic Arnaud2003-04-091-3/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@3792 89ea8834-ac86-4346-8a33-228a782c2dd0
* Centralised sortingLudovic Arnaud2003-04-031-31/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3786 89ea8834-ac86-4346-8a33-228a782c2dd0
* show the attach icon in viewforum. added cached extensions (we need them ↵Meik Sievertsen2003-04-011-0/+1
| | | | | | within viewtopic) git-svn-id: file:///svn/phpbb/trunk@3777 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lang string name changes for topic title prefixesPaul S. Owen2003-04-011-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3773 89ea8834-ac86-4346-8a33-228a782c2dd0
* Switched up "real" and "normal" counts. (doh)Ludovic Arnaud2003-03-301-3/+3
| | | | | | | Changed sorting by time to use topic_last_post_time rather than topic_last_post_id. git-svn-id: file:///svn/phpbb/trunk@3763 89ea8834-ac86-4346-8a33-228a782c2dd0
* icon name changePaul S. Owen2003-03-291-22/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@3747 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed topic count for users who can view unapproved itemsLudovic Arnaud2003-03-291-2/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3741 89ea8834-ac86-4346-8a33-228a782c2dd0
* Using real counts when displaying unapproved items to keep the page count ↵Ludovic Arnaud2003-03-281-56/+26
| | | | | | accurate. git-svn-id: file:///svn/phpbb/trunk@3738 89ea8834-ac86-4346-8a33-228a782c2dd0
* Output total posts/topicsPaul S. Owen2003-03-251-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3712 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move to sql_query_limitPaul S. Owen2003-03-201-6/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3686 89ea8834-ac86-4346-8a33-228a782c2dd0
* Paul did a whoopsiePaul S. Owen2003-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved login procedure to a function enabling "inline" login links ... no ↵Paul S. Owen2003-03-171-3/+3
| | | | | | more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php git-svn-id: file:///svn/phpbb/trunk@3650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added indicators for reported and/or unapproved items. Note that moderators ↵Ludovic Arnaud2003-03-131-1/+5
| | | | | | with m_approve permission can now read unapproved topics and posts normally. git-svn-id: file:///svn/phpbb/trunk@3640 89ea8834-ac86-4346-8a33-228a782c2dd0
* New template var for future use.Ludovic Arnaud2003-03-061-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3600 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved "viewprofile" to memberslist ... consolidation incompletePaul S. Owen2003-03-051-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3598 89ea8834-ac86-4346-8a33-228a782c2dd0
* Action for searchbox ... obviously doesn't work at present since search is ↵Paul S. Owen2003-02-281-0/+1
| | | | | | yet to be overhauled .... git-svn-id: file:///svn/phpbb/trunk@3578 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed a very potential cross-site scripting issue that would have for sure ↵Ludovic Arnaud2003-02-281-2/+2
| | | | | | ended up on security sites. git-svn-id: file:///svn/phpbb/trunk@3573 89ea8834-ac86-4346-8a33-228a782c2dd0
* Potential (display) support for global announcements ... various issues ↵Paul S. Owen2003-02-271-4/+3
| | | | | | still need to addressed wrt posting/replying/etc. git-svn-id: file:///svn/phpbb/trunk@3567 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sort order changes and other minor changes to viewtopic/viewforumPaul S. Owen2003-02-271-31/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@3566 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, simple case of "idiotitis paulicus" ... be gone double announcementsPaul S. Owen2003-02-261-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3549 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow style designer the option of seperating off announcements to make them ↵Paul S. Owen2003-02-261-6/+16
| | | | | | more prominent ... note some changes in here also relate to potential solutions for global announcements, viewtopic has not been commited yet git-svn-id: file:///svn/phpbb/trunk@3547 89ea8834-ac86-4346-8a33-228a782c2dd0
* Generally related to post tables mergePaul S. Owen2003-02-261-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3538 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates of various types, sizes, colours and accessories ...Paul S. Owen2003-02-251-171/+158
| | | | git-svn-id: file:///svn/phpbb/trunk@3531 89ea8834-ac86-4346-8a33-228a782c2dd0
* internal html compliance updatesPaul S. Owen2003-02-231-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3519 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use different folder images for posted to topicsPaul S. Owen2003-02-211-19/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@3502 89ea8834-ac86-4346-8a33-228a782c2dd0
* More capitalised lang strings, fixed some unset or incorrect variablesLudovic Arnaud2003-02-171-49/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@3469 89ea8834-ac86-4346-8a33-228a782c2dd0
* S_TOPIC_ICON output to indicate whether topic/post icons are enabled for ↵Paul S. Owen2003-01-311-0/+1
| | | | | | this forum git-svn-id: file:///svn/phpbb/trunk@3444 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not display table headers when no subforum is shownLudovic Arnaud2003-01-311-6/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Case changes, fix forum_id in nav, fix forum_id in posting success msgPaul S. Owen2003-01-301-7/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@3422 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty ↵Ludovic Arnaud2003-01-221-46/+1
| | | | | | icons table. git-svn-id: file:///svn/phpbb/trunk@3359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Icon updatesPaul S. Owen2003-01-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3357 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache topic icons ... being used in three places, two high traffic areas ... ↵Paul S. Owen2003-01-211-59/+26
| | | | | | probably worth caching, alter word censor to one var array ... hopefully this doesn't break anything :D git-svn-id: file:///svn/phpbb/trunk@3347 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* EOL should be fixed nowLudovic Arnaud2003-01-131-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3315 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial Lastread support. Mind the schema and config changes\!Bart van Bragt2002-11-271-19/+62
| | | | git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ↵James Atkinson2002-11-211-2/+2
| | | | | | even think about trying to use it. git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache moderator names? Output moderators for all forums in viewforum. Alter ↵Paul S. Owen2002-11-181-15/+22
| | | | | | a few things in templates git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
* Output moderator list for forumsPaul S. Owen2002-11-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3059 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove some L_ var assignmentsPaul S. Owen2002-11-151-14/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3056 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forgot to strip tags to prevent some browsers from displaying raw tags ↵Paul S. Owen2002-11-131-1/+1
| | | | | | rather than removing/interpreting them git-svn-id: file:///svn/phpbb/trunk@3031 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum description to templatePaul S. Owen2002-11-131-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3029 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up viewforum/index, altered template class to replace missing lang ↵Ludovic Arnaud2002-11-081-28/+54
| | | | | | strings with a nicely formatted text, pre-implemented topics prefetching and broke some things. git-svn-id: file:///svn/phpbb/trunk@3018 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums update take #1Ludovic Arnaud2002-11-071-390/+305
| | | | git-svn-id: file:///svn/phpbb/trunk@3010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Experimental: link to the first unread post without redirectionLudovic Arnaud2002-11-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3009 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-051-79/+140
| | | | git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various, typically posting related updatesPaul S. Owen2002-11-011-62/+65
| | | | git-svn-id: file:///svn/phpbb/trunk@2997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-17/+17
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Posting and acl option updatesPaul S. Owen2002-10-281-15/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@2972 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-167/+119
| | | | | | bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor bugfix (subforums template was called even if there only were empty ↵Ludovic Arnaud2002-10-111-1/+11
| | | | | | | | | subcats). Jumpbox got its "Select a forum" entry back. git-svn-id: file:///svn/phpbb/trunk@2952 89ea8834-ac86-4346-8a33-228a782c2dd0