aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/posting_body.html
Commit message (Collapse)AuthorAgeFilesLines
...
* template updatesMeik Sievertsen2004-10-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5014 89ea8834-ac86-4346-8a33-228a782c2dd0
* - [mcp] let quickmod work in topic_viewMeik Sievertsen2004-08-041-13/+27
| | | | | | | - more logical placement of load/save buttons in posting git-svn-id: file:///svn/phpbb/trunk@4959 89ea8834-ac86-4346-8a33-228a782c2dd0
* - remove output buffering options from download.php (not needed anymore)Meik Sievertsen2004-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | - optimized viewtopic.php a little bit - removed the create_function (was consuming too much memory) from viewtopic - check for manually added convert[.exe] program name to imagemagick path in admin_attachments - reduced filesize checking for imagemagick program (some installations require less than 20k) - added checked="checked" for "not selected" topic icon - moved parse_text_display function from functions_posting.php to functions.php (see comment above function) - check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options) - rewrote attachment thumbnail functions - utilize GD2 functions if available, more uptodate checks... - changed final thumbnail size calculation - define S_ROW_COUNT within template class itself - added SID to template vars in page_header - added ability to view topic/forum within admin_viewlogs - added optional acl checking to make_jumpbox, no need to duplicate the function for this small need - added custom body file for confirm_box git-svn-id: file:///svn/phpbb/trunk@4920 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed topic icon display (correct radio box checked, only visible in first ↵Meik Sievertsen2004-06-241-1/+1
| | | | | | post) git-svn-id: file:///svn/phpbb/trunk@4919 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove front-end gcp links, alter forum rules title style, remove karma ↵Paul S. Owen2004-06-061-1/+1
| | | | | | output for ucp frontend git-svn-id: file:///svn/phpbb/trunk@4910 89ea8834-ac86-4346-8a33-228a782c2dd0
* - forum rules + link to forum rulesMeik Sievertsen2004-05-301-4/+5
| | | | | | | | | - three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb... - some bugfixes within admin_forums and other files - new admin_board layout (much safer, security wise) git-svn-id: file:///svn/phpbb/trunk@4903 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-156/+203
| | | | | | | NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
* colour swatch for signaturePaul S. Owen2004-02-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4828 89ea8834-ac86-4346-8a33-228a782c2dd0
* inline attachment capability...Meik Sievertsen2004-02-081-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: smilie parsing in signaturesMeik Sievertsen2004-01-251-19/+20
| | | | | | | added: edit notes git-svn-id: file:///svn/phpbb/trunk@4767 89ea8834-ac86-4346-8a33-228a782c2dd0
* posting new topics... should work again. :)Meik Sievertsen2004-01-101-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4736 89ea8834-ac86-4346-8a33-228a782c2dd0
* More attempts at "modern markup"Paul S. Owen2004-01-071-19/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@4726 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes ... note that this is not text book markup ... so don't ↵Paul S. Owen2004-01-041-150/+97
| | | | | | complain! If you have suggestions on how to improve it feel free to comment in the relevant forum @ area51 git-svn-id: file:///svn/phpbb/trunk@4714 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished drafts, one bit is remaining though.Meik Sievertsen2003-11-161-11/+31
| | | | | | | | added file and disk space statistics. some minor changes here and there. git-svn-id: file:///svn/phpbb/trunk@4668 89ea8834-ac86-4346-8a33-228a782c2dd0
* finish bump topic feature...Meik Sievertsen2003-11-011-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4634 89ea8834-ac86-4346-8a33-228a782c2dd0
* sticky/announcement time limitMeik Sievertsen2003-10-101-7/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@4546 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged topic and post reviewMeik Sievertsen2003-10-091-76/+108
| | | | git-svn-id: file:///svn/phpbb/trunk@4543 89ea8834-ac86-4346-8a33-228a782c2dd0
* topic type selection moved to template.Meik Sievertsen2003-09-151-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@4505 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial draft functionality, loading (and a bunch of other stuff) is not ↵Meik Sievertsen2003-09-041-2/+24
| | | | | | implemented yet + bugfixes. git-svn-id: file:///svn/phpbb/trunk@4467 89ea8834-ac86-4346-8a33-228a782c2dd0
* enable globalising within posting screenMeik Sievertsen2003-08-301-1/+20
| | | | | | | not sure about forum statistics updates at the moment. git-svn-id: file:///svn/phpbb/trunk@4460 89ea8834-ac86-4346-8a33-228a782c2dd0
* Limit display of "secondary" submit/preview/cancel/save rowPaul S. Owen2003-07-301-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4337 89ea8834-ac86-4346-8a33-228a782c2dd0
* path change for js srcPaul S. Owen2003-07-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moving again ... I think this time will be the last ... famous last wordsPaul S. Owen2003-07-241-0/+331
git-svn-id: file:///svn/phpbb/trunk@4323 89ea8834-ac86-4346-8a33-228a782c2dd0