aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12217] Add more template events to viewtopic_body.htmlrxu2014-02-211-1/+3
| | | | | | | | Add viewtopic template events before/after the posts, after the sorting options to allow adding contents to respective places (like advertisement and so on). PHPBB3-12217
* [ticket/12169] Allow displaying profile fields on memberlistJoas Schilling2014-02-101-1/+0
| | | | | | | We can not sort by profile field values atm. And also I'm not sure whether this is possible at all. PHPBB3-12169
* [ticket/11241] Fix the disappearing dropdown when responsive changes take effectCesar G2013-12-061-2/+2
| | | | PHPBB3-11241
* [ticket/11241] Add border to dropdown menu options.Cesar G2013-12-061-43/+2
| | | | PHPBB3-11241
* [ticket/11241] Add events & var for extensions to dropdown.Cesar G2013-12-061-1/+3
| | | | PHPBB3-11241
* [ticket/11241] Use DEFINE for the block.Cesar G2013-12-061-3/+4
| | | | PHPBB3-11241
* [ticket/11241] Consolidate topic actions into "Topic tools" dropdown.Cesar G2013-12-061-10/+41
| | | | PHPBB3-11241
* Merge pull request #1788 from VSEphpbb/ticket/11935Nathan Guse2013-11-041-1/+2
|\ | | | | [ticket/11935] Fix invalid HTML and Errors
| * [ticket/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-291-1/+1
| |\ | | | | | | | | | PHPBB3-11935
| * \ Merge branch 'develop' into ticket/11935Matt Friedman2013-10-201-47/+46
| |\ \
| * | | [ticket/11935] Fix invalid HTML usage of <label> tag in prosilverMatt Friedman2013-10-191-1/+2
| | | | | | | | | | | | | | | | PHPBB3-11935
* | | | Merge pull request #1826 from imkingdavid/ticket/11975Nathan Guse2013-11-041-1/+1
|\ \ \ \ | | | | | | | | | | [ticket/11975] Add ACP link next to MCP link in header
| * | | | [ticket/11975] Remove copy/paste fail, fix testsDavid King2013-11-021-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-11975
| * | | | [ticket/11975] Change shortened ACP/MCP label to Administer/ModerateDavid King2013-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also utilizing the new data-responsive-text attribute PHPBB3-11975
| * | | | [ticket/11975] Make link text shorter on smaller resolutionsDavid King2013-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11975
| * | | | [ticket/11975] Add ACP link next to MCP link in headerDavid King2013-11-021-1/+2
| | |_|/ | |/| | | | | | | | | | PHPBB3-11975
* | | | Merge remote-tracking branch 'prototech/ticket/11899' into developDhruv2013-11-041-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11899: [ticket/11899] Give indication of activity after voting in poll.
| * | | [ticket/11899] Give indication of activity after voting in poll.Cesar G2013-10-171-1/+1
| |/ / | | | | | | | | | PHPBB3-11899
* | | [ticket/11956] Hide author on mobile devicesVjacheslav Trushkin2013-10-241-1/+1
| |/ |/| | | | | | | | | Hide duplicate author name in posts on mobile devices PHPBB3-11956
* | [ticket/11552] Responsive postVjacheslav Trushkin2013-10-191-5/+3
| | | | | | | | PHPBB3-11552
* | [ticket/11552] Move post subject before buttonsVjacheslav Trushkin2013-10-191-1/+2
| | | | | | | | PHPBB3-11552
* | [ticket/11552] Change order of postbody and postprofileVjacheslav Trushkin2013-10-191-46/+46
|/ | | | PHPBB3-11552
* [ticket/10383] Update the results without the overlay popup.Cesar G2013-10-071-1/+2
| | | | PHPBB3-10383
* [ticket/10383] AJAXify poll votingCesar G2013-10-061-12/+10
| | | | PHPBB3-10383
* Merge pull request #1651 from cyberalien/ticket/11782Nathan Guse2013-09-051-20/+23
|\ | | | | Fix layout of notices in posts
| * [ticket/11782] Change p.rules to p.post-notice in templatesVjacheslav Trushkin2013-08-111-20/+23
| | | | | | | | PHPBB3-11782
* | [ticket/11796] Replace pagination with pagination.htmlVjacheslav Trushkin2013-08-161-11/+1
|/ | | | PHPBB3-11796
* [ticket/9550] Add template event viewtopic_body_postrow_custom_fields_afterrechosen2013-08-021-0/+1
| | | | | | | | | | | | Adds the append counterpart of a template event required for the karma extension. It allows adding data after the custom fields under the username and avatar next to every post. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Per suggestion of nickvergessen, add a counterpart for every append or prepend event. PHPBB3-9550
* [ticket/9550] Add template event viewtopic_body_postrow_custom_fields_beforerechosen2013-08-021-0/+1
| | | | | | | | | | | Adds a template event required for the karma extension. It allows adding data before the custom fields, under the username and avatar next to every post. Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Used by the karma extension to add a karma score indication that allows users to see how respected the post author is. PHPBB3-9550
* [ticket/9550] Add template event viewtopic_body_post_buttons_beforerechosen2013-08-021-0/+1
| | | | | | | | | | | | Adds the prepend counterpart of a template event required for the karma extension. It allows adding post buttons to posts (next to the quote and edit buttons). Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Per suggestion of nickvergessen, add a counterpart for every append or prepend event. PHPBB3-9550
* [ticket/9550] Add template event viewtopic_body_post_buttons_afterrechosen2013-08-021-0/+1
| | | | | | | | | | | Adds a template event required for the karma extension. It allows adding post buttons to posts (next to the quote and edit buttons). Explanation from http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44379: Used by the karma extension to add thumbs up/down icons that allow users to give karma on posts. PHPBB3-9550
* [ticket/9657] Add new line after opening diffJoas Schilling2013-07-111-2/+4
| | | | PHPBB3-9657
* Merge remote-tracking branch 'phpbb/develop' into ↵Joas Schilling2013-07-111-4/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * phpbb/develop: (704 commits) [ticket/11630] Improvements to the PHP lint pre-commit hook [feature/auth-refactor] Move auth providers to separate directory [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling. [ticket/11619] Some tests for get_remote_file(). [ticket/11617] Remove spaces and tabs from empty lines [ticket/11617] Missing U_ACTION in acp_captcha.php [feature/auth-refactor] Fix code style issue [feature/auth-refactor] Fix comment grammar [feature/auth-refactor] Fix the actual cause of test failures [ticket/10838] Fix URL for wiki and remove irrelevant line [ticket/10838] Remove php 5.4 and builtin server references [ticket/10838] Fix missing data [ticket/10838] separate database used mentioned in unit tests [ticket/11585] Make $auth_admin class property [feature/auth-refactor] A possible fix for the functional test failures [ticket/11566] Subsilver template error displayed after table headers [ticket/11566] Remove extra pair of brackets from conditional statement [ticket/11566] Check that guest doesn't have reporting permission by default [ticket/11566] Add captcha to report post template in subsilver [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init ... Conflicts: phpBB/docs/sphinx.sample.conf phpBB/feed.php phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/viewforum_body.html
| * [ticket/9341] Use U_PREVIOUS and U_NEXT in template filesDhruv2013-06-221-3/+3
| | | | | | | | PHPBB3-9341
| * [ticket/11010] Change input type to search for search formsVjacheslav Trushkin2013-05-201-1/+1
| | | | | | | | | | | | | | | | Change input type to search for search forms Replace search placeholder JS with placeholder attribute Add style for search placeholder PHPBB3-11010
| * [ticket/11461] Add template event in the footer of view topic pagesMatt Friedman2013-03-191-0/+1
| | | | | | | | PHPBB3-11461
* | [ticket/9657] Remove AJAX from delete button and approval/restore formJoas Schilling2013-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | When a post is being deleted and the user goes to the next page, the first post of that next page is now on the page before. So the user performing the action will skip the post. Until we found a good solution to fix this, we just remove the AJAX from these features. For more information see http://tracker.phpbb.com/browse/PHPBB3-11340 PHPBB3-9657
* | [ticket/9657] Finish subsilver2 viewforum and viewtopicJoas Schilling2013-03-121-1/+1
| | | | | | | | PHPBB3-9657
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2013-03-031-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * 'develop' of https://github.com/phpbb/phpbb3: (480 commits) [ticket/6723] Show info that message has been deleted before delivery [ticket/11385] Fix issue with migration module tool not getting extension module info [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working [ticket/11386] Forgot to get the migration classes [ticket/11386] Update tests with new constructors for ext.manager/migrator [ticket/11386] Use finder to find migration files [ticket/11363] Fix to make get_module_infos get from all extensions [ticket/11381] Make finder able to search in all available extensions [ticket/11103] Revert whitespace changes [ticket/11103] Few more minor language things [ticket/11103] Don't call generate_board_url many times [ticket/11103] Case time in queries as an int [ticket/11103] Fix effectively installed check [ticket/11103] Remove padding from notifications for now. [ticket/11363] Fix a couple bugs and throw errors if the file not found [ticket/11372] Migrator should only check if effectively installed if not [ticket/11363] Load module info files for extensions too [ticket/11103] Notifications Migration file ... Conflicts: phpBB/includes/functions_posting.php phpBB/includes/mcp/mcp_queue.php phpBB/includes/search/fulltext_mysql.php phpBB/includes/search/fulltext_native.php phpBB/includes/search/fulltext_postgres.php phpBB/includes/search/fulltext_sphinx.php phpBB/install/database_update.php phpBB/styles/prosilver/template/ajax.js
| * [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Windows Live Messenger is still in use in china which accounts for ~20% of world population. Revert WLM dropping which has been merged under the assumption that WLM data and features are completely useless. This commit reverts commits - 460470229d972b93ef5a98b0d1d97a2a970d684f - 9affd6f7e7b95442f1ef14894858d8213f3fbd2a which have been merged by d59431691c27c73fba8ae9934b84b34a13280dd2. PHPBB3-11201
| * [ticket/11328] Replace long buttons text with short textVjacheslav Trushkin2013-01-161-2/+2
| | | | | | | | | | | | Replace long buttons text with short text, like it was on images PHPBB3-11328
| * [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-111-2/+1
| | | | | | | | | | | | | | | | WLM will be shutdown in March 2013. Skype is the new replacement. But as Skype uses a different login ID and service, the values in this field are useless. So we can safely remove the field and the links/functions we create. PHPBB3-11201
* | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-12-201-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission-rebase * 'develop' of https://github.com/phpbb/phpbb3: (544 commits) [feature/events] Fix improperly named event in documentation [feature/events] Fix alphabetization of events [feature/events] Put events in alphabetical order [feature/events] Make EVENTS.md lowercase [ticket/11285] Use more granularity in dependency checks in compress test [ticket/10880] The m_approve permisson no longer implies f_noapprove. [ticket/10803] Show failure message until user dismisses it [ticket/10954] Add missing semi-colon [ticket/10954] Make sure to mark subforums unread and add small fixes [feature/events] Use ` to escape HTML tags in markdown [feature/events] Remove HTML tags from markdown so they don't get parsed [ticket/10954] Miscellaneous coding fixes [feature/events] Remove extraneous space [feature/events] Add markdown template event documentation file [feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2) [feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2) [feature/events] Fix typo in event name [ticket/10763] Use self when calling get_extension() in filespec class [feature/events] Fix more subsilver2 events [feature/events] Fix some subsilver2 events ... Conflicts: phpBB/install/database_update.php phpBB/posting.php
| * [feature/events] Adding viewtopic_topic_title_prepend template eventMichael Cullum2012-12-171-1/+1
| | | | | | | | PHPBB3-9550
| * [ticket/11197] Prefix the css classes for the small arrow with "arrow"Marc Alexander2012-11-131-2/+2
| | | | | | | | | | | | | | | | It does not make sense to have classes named "right" and "left" produce a small arrow next to text. It should be made clear that an arrow will appear. PHPBB3-11197
* | [feature/soft-delete] Remove the "Deleted by" message when restoring a postJoas Schilling2012-12-101-1/+1
| | | | | | | | PHPBB3-9567
* | Merge remote-tracking branch 'remotes/phpbb/develop' into ↵Joas Schilling2012-11-101-20/+20
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-merge-develop # By Oleg Pudeyev (45) and others # Via Oleg Pudeyev (42) and others * remotes/phpbb/develop: (289 commits) [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. [ticket/11050] make all properties protected in all search backends [ticket/11050] get_common_words() returns empty array for sphinx [ticket/11050] fix tidied search query docblock language [ticket/11050] fix min/max length docblock language [ticket/11050] multi sentences separated by period in docblocks [ticket/11050] fix separated spelling in docblock [ticket/11050] fix split words doc block language [ticket/11050] remove class word from docblocks ... Conflicts: phpBB/install/database_update.php phpBB/install/schemas/mssql_schema.sql phpBB/language/en/acp/permissions_phpbb.php phpBB/styles/prosilver/template/posting_editor.html
| * [ticket/10780] Use L_COLON for "download all attachments".Andreas Fischer2012-11-101-2/+2
| | | | | | | | PHPBB3-10780
| * [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-17/+17
| | | | | | | | | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
| * [ticket/11018] Always display previous/next links if we can display oneJoas Schilling2012-10-171-1/+1
| | | | | | | | PHPBB3-11018