aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Collapse)AuthorAgeFilesLines
* Changing of votes ... possible new icons for "new votes since last view" in ↵Paul S. Owen2003-08-291-8/+13
| | | | | | viewforum git-svn-id: file:///svn/phpbb/trunk@4455 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various bits and pieces ... this isn't really what I wanted M-2 to look like ↵Paul S. Owen2003-08-271-46/+24
| | | | | | but hum ho git-svn-id: file:///svn/phpbb/trunk@4441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix topic count queryPaul S. Owen2003-08-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4392 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong icon for global announcementsPaul S. Owen2003-07-041-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated MCP link, fixed the query the obtain "normal" topicsLudovic Arnaud2003-07-021-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4191 89ea8834-ac86-4346-8a33-228a782c2dd0
* Global announcements ... sort of work ... well they seem to, need to look at ↵Paul S. Owen2003-06-231-21/+16
| | | | | | possbility of splitting topics table in two git-svn-id: file:///svn/phpbb/trunk@4167 89ea8834-ac86-4346-8a33-228a782c2dd0
* only small addition for further use...Meik Sievertsen2003-06-211-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4162 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly read tracking (re-)fixes ... it works again ... I'll try not to break ↵Paul S. Owen2003-06-191-50/+71
| | | | | | it a second time ... other changes for Firebird compatibility git-svn-id: file:///svn/phpbb/trunk@4148 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few minor updatesPaul S. Owen2003-06-051-3/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4080 89ea8834-ac86-4346-8a33-228a782c2dd0
* more fun with cookiesPaul S. Owen2003-05-241-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4054 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wasn't stripping slashes from the cookies ... that will account for some of ↵Paul S. Owen2003-05-231-3/+3
| | | | | | the erroneous mark read, nothing changes issues. Add name="" to image generation ... for "on" event handlers, etc. git-svn-id: file:///svn/phpbb/trunk@4052 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, changed jump to first unread as per Ashe's ↵Paul S. Owen2003-05-231-9/+7
| | | | | | suggestion/request ... hope people don't start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates ... feedback wrt any performance impacts happily accepted. git-svn-id: file:///svn/phpbb/trunk@4051 89ea8834-ac86-4346-8a33-228a782c2dd0
* Only set start = 0 when first sorting ... else it screws everything up :)Paul S. Owen2003-05-201-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4031 89ea8834-ac86-4346-8a33-228a782c2dd0
* More functions added ...Paul S. Owen2003-05-201-4/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4025 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yet more mildly fudged code ... just to get something up, minor ↵Paul S. Owen2003-05-111-3/+5
| | | | | | fixes/updates elsewhere git-svn-id: file:///svn/phpbb/trunk@4004 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed forum_link_track to forum_flags for storage of additional info [ ↵Paul S. Owen2003-05-081-7/+7
| | | | | | pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting git-svn-id: file:///svn/phpbb/trunk@3989 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed nav_linksPaul S. Owen2003-05-041-8/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3978 89ea8834-ac86-4346-8a33-228a782c2dd0
* hhmm, sort of explains the weird post count behaviour of recent days ...Paul S. Owen2003-05-041-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3974 89ea8834-ac86-4346-8a33-228a782c2dd0
* page header/footer become functions, forum passwords (I know, I know but it ↵Paul S. Owen2003-05-031-8/+6
| | | | | | appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs). git-svn-id: file:///svn/phpbb/trunk@3969 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, forum links, "improve" forum management, cleanups, blah ↵Paul S. Owen2003-05-021-10/+43
| | | | | | blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32 git-svn-id: file:///svn/phpbb/trunk@3961 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes, and tests ... marking/tracking is not complete ... ↵Paul S. Owen2003-04-261-66/+93
| | | | | | tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due git-svn-id: file:///svn/phpbb/trunk@3953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some undefined variablesLudovic Arnaud2003-04-241-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3947 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replaced time limited display code ... sorting now checks last vote time, ↵Paul S. Owen2003-04-221-32/+47
| | | | | | voting in a topic bumps it as if it were posted too. git-svn-id: file:///svn/phpbb/trunk@3922 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable/disable display of moderator listingsPaul S. Owen2003-04-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3842 89ea8834-ac86-4346-8a33-228a782c2dd0
* 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