aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3615 from rxu/ticket/13846Marc Alexander2015-10-071-1/+3
|\ | | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopic
| * [ticket/13846] Fix softdelete feature workflow in viewtopicrxu2015-05-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - For permanent deletion of softdeleted post, disapprove mode has been changed to delete mode; - If post delete and softdelete are allowed, delete button triggers softdelete mode; - If a user can't permanently delete posts but can restore softdeleted posts, delete button won't be displayed for softdeleted posts. Subsilver2 is unaffected. PHPBB3-13846
* | Merge pull request #3716 from javiexin/ticket/13748Marc Alexander2015-10-071-1/+1
|\ \ | | | | | | | | | [ticket/13748] Wrong tooltip after poll vote change
| * | [ticket/13748] Wrong tooltip after poll vote changejaviexin2015-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Store the "voted" tooltip in an extra attribute in HTML, and use it with the JS that refreshes after poll vote. Use L_ language string instead of LA_ language string. PHPBB3-13748
| * | [ticket/13748] Wrong tooltip after poll vote changejaviexin2015-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Store the "voted" tooltip in an extra attribute in HTML, and use it with the JS that refreshes after poll vote. PHPBB3-13748
* | | [ticket/14126] Add viewtopic_topic_title_after template eventKailey Truscott2015-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag). PHPBB3-14126
* | | [ticket/14068] Add template events before and after poll paneljaviexin2015-08-221-0/+4
| | | | | | | | | | | | | | | | | | In viewtopic. PHPBB3-14068
* | | Merge pull request #3783 from Zoddo/ticket/14041Marc Alexander2015-08-201-0/+3
|\ \ \ | | | | | | | | | | | | [ticket/14041] Add viewtopic_dropdown_*_custom template event
| * | | [ticket/14041] Add viewtopic_dropdown_*_custom template eventZoddo2015-07-211-0/+3
| | |/ | |/| | | | | | | | | | | | | | | | Allows an extension to create a custom dropdown menu. PHPBB3-14041 PHPBB3-14042
* | | Merge pull request #3756 from rxu/ticket/14005Marc Alexander2015-08-091-1/+2
|\ \ \ | | | | | | | | | | | | [ticket/14005] Allow extensions control post buttons displaying
| * | | [ticket/14005] Allow extensions control post buttons displayingrxu2015-07-121-1/+2
| |/ / | | | | | | | | | PHPBB3-14005
* | | Merge pull request #3739 from javiexin/ticket/13982Marc Alexander2015-07-231-0/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | [ticket/13982] Add events around ranks Conflicts: phpBB/docs/events.md
| * | [ticket/13982] Add events around ranksjaviexin2015-07-041-0/+2
| |/ | | | | | | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. PHPBB3-13982
* | [ticket/13791] Add more post buttons template events to viewtopic_body.htmlrxu2015-05-011-0/+2
|/ | | | | | | The purpose is to allow adding custom post buttons outside of original post buttons conditionals/list in prosilver (for subsilver2 it's not the issue). PHPBB3-13791
* Merge remote-tracking branch 'Senky/ticket/9457' into 3.1.xCesar G2015-03-181-1/+1
|\ | | | | | | | | * Senky/ticket/9457: [ticket/9457] Add WAI-ARIA landmarks to the Prosilver template files
| * [ticket/9457] Add WAI-ARIA landmarks to the Prosilver template filesJakub Senko2015-02-161-1/+1
| | | | | | | | PHPBB3-9457
* | [ticket/13510] Add template even viewtopic_body_pagination_afterRMcGirr832015-02-261-1/+1
|/ | | | PHPBB3-13510
* [ticket/13512] Add template events before/after the post detailsrxu2015-01-171-0/+2
| | | | | | | Add template events to viewtopic_body.html to allow extensions adding content before/after the post details. PHPBB3-13512
* [ticket/13437] Add template event viewtopic_body_post_author_before/afterKailey Truscott2015-01-021-0/+2
| | | | PHPBB3-13437
* [ticket/12567] wrap to topJakub Senko2014-11-221-1/+1
| | | | PHPBB3-12567
* [ticket/13025] Add button template eventsJakub Senko2014-10-031-0/+8
| | | | PHPBB3-13025
* [ticket/13087] Correctly link to user profile when contact field has no URLJoas Schilling2014-09-241-1/+1
| | | | | | Broken by 975c5655f0e9b65b7de3f2b832f1ef660a473832 PHPBB3-13087
* [ticket/12598] Improve search box stylingPayBas2014-09-181-1/+2
| | | | PHPBB3-12598
* [ticket/13038] Add link to number of posts of user in viewtopicJakub Senko2014-09-081-1/+1
| | | | PHPBB3-13038
* [ticket/13024] Add template event viewtopic_body_postrow_post_content_footerTristan Darricau2014-08-301-0/+2
| | | | PHPBB3-13024
* Merge remote-tracking branch 'PayBas/ticket/12506' into develop-ascraeusCesar G2014-08-251-1/+1
|\ | | | | | | | | | | | | | | * PayBas/ticket/12506: [ticket/12506] Fix search result h3 margin [ticket/12506] Fix responsive profile min-height (no avatar) [ticket/12506] Reposition buttons to make room for "online" banner [ticket/12506] Reposition post-buttons for compact layout
| * [ticket/12506] Reposition post-buttons for compact layoutPayBas2014-08-071-1/+1
| | | | | | | | PHPBB3-12506
* | Merge pull request #2783 from hanakin/ticket/12862Andreas Fischer2014-08-231-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12862] Fix pop-up box wraps * hanakin/ticket/12862: [ticket/12862] Remove remaining simple-wrap id [ticket/12862] Resize popups consistently [ticket/12862] Add Border
| * | [ticket/12862] Resize popups consistentlyhanakin2014-07-301-3/+3
| |/ | | | | | | PHPBB3-12862
* | [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-10/+0
| | | | | | | | PHPBB3-12938
* | [ticket/12535] Make <a> adjust to the image widthPayBas2014-08-071-4/+8
|/ | | | PHPBB3-12535
* [ticket/12013] Add moderator tools icon.Cesar G2014-07-041-17/+15
| | | | PHPBB3-12013
* [ticket/12013] Update to use the new .button class.Cesar G2014-07-041-2/+2
| | | | PHPBB3-12013
* [ticket/12013] Use DEFINE instead of Twig's set.Cesar G2014-07-041-2/+2
| | | | PHPBB3-12013
* [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-041-10/+12
| | | | PHPBB3-12013
* Merge remote-tracking branch 'PayBas/ticket/12662' into develop-ascraeusCesar G2014-07-031-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12662: (29 commits) [ticket/12662] Hide quick-links when empty [ticket/12662] Fix white-space issue to make dropdowns uniform [ticket/12662] Remove last remaining linklist outside navbars [ticket/12662] Use data-last-responsive attr instead of hardcoded list [ticket/12662] Remove <li> container from logged_out_content event [ticket/12662] Username <span> fix for list columns [ticket/12662] Fix notifications dropdown positioning for RTL [ticket/12662] Update tests that utilize get_username_string [ticket/12662] Update subsilver2 index template event names [ticket/12662] Update events docs from b5 to rc1/rc2 [ticket/12662] Move dropdown container from <li> to new inner div [ticket/12662] Remove linklist container and update template events [ticket/12662] Add span containers to all usernames for consistency [ticket/12662] IE8 fixes [ticket/12662] Fix responsive positioning of notifications dropdown [ticket/12662] Remove inherited props from ddown-extendended [ticket/12662] Change CSS selectors to direct descendants for linklist [ticket/12662] Reorder icon CSS rules alphabetically [ticket/12662] Use slack variable to determine line-break sensitivity [ticket/12662] Change new event names and fix events.md ...
| * [ticket/12662] Initial setupPayBas2014-06-251-1/+1
| | | | | | | | PHPBB3-12662
* | Merge pull request #2567 from Crizz0/ticket/12680Joas Schilling2014-06-251-2/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | [Ticket/12680] - Adds alternative text to contact icon in viewtopic.php * Crizz0/ticket/12680: [ticket/12680] Adds variable for guest user [ticket/12680] Brings back get_username_string() [ticket/12680] Solves last bugs. viewprofile: contact --> contact nickname [ticket/12680] Still some problems with displaying the nickname in ucp [ticket/12680] Little changes, but some issues are still there [ticket/12680] Removes unnessesary $user->lang from CONTACT_USER [ticket/12680] Adds alternativ text with new variable to contact: [ticket/12680] Adds second alternativ text and font-size: 0 to remove text [ticket/12680] Adds alternative text to contact icon in viewtopic.php
| * [ticket/12680] Adds alternativ text with new variable to contact:Crizzo2014-06-101-1/+1
| | | | | | | | PHPBB3-12680
| * [ticket/12680] Adds second alternativ text and font-size: 0 to remove textCrizzo2014-06-091-2/+2
| | | | | | | | PHPBB3-12680
| * [ticket/12680] Adds alternative text to contact icon in viewtopic.phpCrizzo2014-06-091-1/+1
| | | | | | | | PHPBB3-12680
* | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-141-11/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| * | [ticket/12613] Add distinction between top/bottom action-barPayBas2014-06-131-2/+2
| | | | | | | | | | | | PHPBB3-12613
| * | [ticket/12613] Replaced topic-actions with action-barPayBas2014-06-131-3/+3
| | | | | | | | | | | | PHPBB3-12613
| * | [ticket/12613] Fix functional test and post sorting bugPayBas2014-06-051-1/+1
| | | | | | | | | | | | PHPBB3-12613
| * | [ticket/12613] Removed all previous_page / next_page text linksPayBas2014-06-051-5/+3
| | | | | | | | | | | | PHPBB3-12613
| * | [ticket/12613] Improved paginationPayBas2014-06-051-4/+4
| |/ | | | | | | PHPBB3-12613
* | [ticket/12667] Do not point viewtopic URL to unread post outside of view=unreadCesar G2014-06-091-1/+3
|/ | | | PHPBB3-12667
* Merge remote-tracking branch 'PayBas/ticket/12615' into develop-ascraeusCesar G2014-06-041-1/+1
|\ | | | | | | | | * PayBas/ticket/12615: [ticket/12615] Fixed inproper clearing of .topic-actions
| * [ticket/12615] Fixed inproper clearing of .topic-actionsPayBas2014-05-301-1/+1
| | | | | | | | PHPBB3-12615