Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New, responsive default theme #2973

Open
36 of 42 tasks
justinsoltesz opened this issue Jan 5, 2018 · 1 comment
Open
36 of 42 tasks

New, responsive default theme #2973

justinsoltesz opened this issue Jan 5, 2018 · 1 comment
Assignees
Labels
b:1.9 Branch: 1.9.x s:in-progress Status: In Progress. Some work completed t:enhancement Type: Enhancement. Contains minor improvements
Milestone

Comments

@justinsoltesz
Copy link
Member

justinsoltesz commented Jan 5, 2018

MyBB 1.9 will incorporate a new, responsive default theme based on the theme concepts developed for MyBB 2.0.

Initial design work is in-progress: CSS work is being tracked in the 1.9-ui-framework repository. Template work began on an installation of MyBB 1.8 while the Twig conversion (#2972) was progressing. Work has since begun on incorporating the parts of the new theme that have been completed into the repository in addition to completing the remaining parts of the theme. A demo of 1.9 kept up-to-date with template changes is available here.

To keep track of progress, I'll be marking template folders that have had all of their templates updated in the 1.9 branch below. This doesn't mean they won't change, just means that they are at the very least mostly complete.

  • announcements
  • calendar
  • contact
  • edit post
  • error
  • forum bit
  • forum display
  • header
  • index page
  • layouts
  • manage group
  • member
  • member list
  • messages
  • miscellaneous
  • modals
  • mod cp
  • moderation
  • new reply
  • new thread
  • online
  • parser
  • partials
  • polls
  • portal
  • post bit
  • print thread (no changes made)
  • private messaging
  • report
  • reputation
  • search
  • send thread
  • show team
  • show thread
  • smilie inserter
  • stats
  • user control panel
  • warning system
  • xmlhttp

other to do items:

  • reorganize Twig templates
  • address "TO DO"s in templates
  • final Sass cleanup
@justinsoltesz justinsoltesz added b:1.9 Branch: 1.9.x t:enhancement Type: Enhancement. Contains minor improvements s:in-progress Status: In Progress. Some work completed labels Jan 5, 2018
@justinsoltesz justinsoltesz added this to the 1.9.0 milestone Jan 5, 2018
@justinsoltesz justinsoltesz self-assigned this Jan 5, 2018
justinsoltesz added a commit to justinsoltesz/mybb that referenced this issue Jul 5, 2018
- editpost
- memberlist
- polls
- most of postbit
- sendthread
- showteam
- most of showthread
justinsoltesz added a commit to justinsoltesz/mybb that referenced this issue Jul 13, 2018
more sections completed
@euantorano euantorano self-assigned this Aug 31, 2018
@euantorano
Copy link
Member

Note to self:

  • Messenger/PM menu
  • User CP menu - plugin hooks
  • Mod CP menu

@euantorano euantorano added this to In progress in MyBB 1.9.0 Dec 4, 2018
@euantorano euantorano removed this from In progress in MyBB 1.9.0 Dec 4, 2018
@dvz dvz pinned this issue Dec 27, 2018
euantorano pushed a commit that referenced this issue Feb 28, 2019
* Working on new theme (#2973)

- editpost
- memberlist
- polls
- most of postbit
- sendthread
- showteam
- most of showthread

* Working on new theme #2973

more sections completed

* Fixing the CSS path reference (again)

+ search page

* Adding modals

* Adding reputation page

Also breaks out post control styles (so they can easily be reused in places like the reputation page)

* Fix post inline mod checkbox

* Starting user cp

* More of User CP

* Thread and forum subscription pages

* Thread list WIP

* Fixing announcements on forumdisplay

* Misc minor fixes

* Fixing yesterday typo

* Fix missing yesterday/today

* Minor fixes

* Misc forumbit fixes

* Postbit updates

* Beginning of moderation pages

+ a couple miscellaneous lang changes

* Add thread closed message

* More moderation pages + minor fixes

* remove link to archive mode

* Adding edit buddy/ignore list page

* Buddy popup

* RSS syndication page

* Portal

+ a few minor revisions elsewhere

* Login form on portal

* Search results

+ minor changes elsewhere

* Breadcrumb

To do (probably): page drop down

* Add portal page title

* Working on Mod CP

Mod CP menu is not fully functional (probably only works for super mods)

* Banning + find user fixes

* button tweaks

* Announcement section of Mod CP WIP

Still a few things to clean up here

* Fixes warnings list on user cp dashboard

* Replace default avatar image with icon

It's possible I missed a spot; several of these also need the actual avatar loaded

* Cleaning up announcements

* Moderator listing on forum list

* Report center, drafts, beginning of warn user page, misc changes

some still WIP

* Minor changes to report center & show thread footer

* WIP moving post options in dropdown

* postbit dropdown adjustments

* Postbit, multiquote improvements

* Moderator logs

* Mod CP home page WIP

* Warning logs

* Moderation queue

* Update fontawesome version

* Finishing up mod cp

* Attachments & drafts WIP

* Warnings WIP

* Attachments page

* Fix attachments page title

* Finishing up warnings

to do: standardize how we handle colons

* Minor warnings update

* remove loginbox from moderation pages

* Delayed moderation

* Removing one more loginbox

* Thread notes

and minor delayed moderation change

* Moderation language change

* Finishing up moderation tools

still to do: styling of moderation dropdowns in forum display, show thread

* removing colons

* Forum bit changes

* Last post "Never" changed to "No posts yet"

* Help docs

* Redirect page

* Various misc templates

Forum jump removed from show thread, forum display

* Parser changes

Quotes that don't have a citation don't have a template

* php code template

* minor language change

* Messenger WIP

To do: folders in the menu

* Messenger WIP

Folders now shown on some pages but not all

* Various moderation improvements on showthread, forumdisplay

* Standardizing fontawesome set

* fix for BCC on PM quick reply

* Update unread PM count in welcomeblock

when reading a PM

* Improving PM count update

* Thread list improvements

* Finishing up forumdisplay

Plus other minor tweaks

* Fixing forum description

* Forum description fix II

* Cleaning up forum bit

for password protected forums

* Fixing forumbit logic

* Fix indentation

* Calendar

* Finishing Calendar

* Fixed hard space in usergroups template

* Manage groups

* Misc cleanup

* Fixing page description class

* Some postbit and thread list cleanup

* Hide quick reply in deleted threads

* Thread prefix styling

* More thread prefix cleanup

* fix attachment templates

* Cleaning up last poster avatars

* Member list avatar

also switching CSS back to GitHub pages

* Fix avatar upload

* Fix user dropdown avatar

* Icon standardization (WIP)

* Fix quote

* More avatars

still a few things to clean up with these

* Fixing usercp redirect grammar

* Taming some alerts

* Fix duplicate edit buttons on announcement

* Fix hidden registration fields

* Clean up subforums list

* Fix mark read auth code mismatch

* Improve modal close button

Fixes quick login close button and standardizes button with template

* Icons, tabs/spaces, and page titles

- replacing icons with standard template
- standardizing indents as spaces
- swapping page title order

* Clean up stats page

* Finish warn user page

* Profile clean up, removing more colons

* Add templates used in Admin CP

* Add more templates used in ACP

* Improve no permission page

* No permissions logged in user message

* Pagination - jump to page

* Fix threaded mode icon

* Fixes #3564 <abbr> tag on registration

* changing footer HTML comments to Twig comments

* Similar threads + threaded mode

* Hot thread, contains posts by you icons

* Adding jscripts block to <head>

* Fix forum select
euantorano pushed a commit to euantorano/mybb that referenced this issue Mar 23, 2019
* Working on new theme (mybb#2973)

- editpost
- memberlist
- polls
- most of postbit
- sendthread
- showteam
- most of showthread

* Working on new theme mybb#2973

more sections completed

* Fixing the CSS path reference (again)

+ search page

* Adding modals

* Adding reputation page

Also breaks out post control styles (so they can easily be reused in places like the reputation page)

* Fix post inline mod checkbox

* Starting user cp

* More of User CP

* Thread and forum subscription pages

* Thread list WIP

* Fixing announcements on forumdisplay

* Misc minor fixes

* Fixing yesterday typo

* Fix missing yesterday/today

* Minor fixes

* Misc forumbit fixes

* Postbit updates

* Beginning of moderation pages

+ a couple miscellaneous lang changes

* Add thread closed message

* More moderation pages + minor fixes

* remove link to archive mode

* Adding edit buddy/ignore list page

* Buddy popup

* RSS syndication page

* Portal

+ a few minor revisions elsewhere

* Login form on portal

* Search results

+ minor changes elsewhere

* Breadcrumb

To do (probably): page drop down

* Add portal page title

* Working on Mod CP

Mod CP menu is not fully functional (probably only works for super mods)

* Banning + find user fixes

* button tweaks

* Announcement section of Mod CP WIP

Still a few things to clean up here

* Fixes warnings list on user cp dashboard

* Replace default avatar image with icon

It's possible I missed a spot; several of these also need the actual avatar loaded

* Cleaning up announcements

* Moderator listing on forum list

* Report center, drafts, beginning of warn user page, misc changes

some still WIP

* Minor changes to report center & show thread footer

* WIP moving post options in dropdown

* postbit dropdown adjustments

* Postbit, multiquote improvements

* Moderator logs

* Mod CP home page WIP

* Warning logs

* Moderation queue

* Update fontawesome version

* Finishing up mod cp

* Attachments & drafts WIP

* Warnings WIP

* Attachments page

* Fix attachments page title

* Finishing up warnings

to do: standardize how we handle colons

* Minor warnings update

* remove loginbox from moderation pages

* Delayed moderation

* Removing one more loginbox

* Thread notes

and minor delayed moderation change

* Moderation language change

* Finishing up moderation tools

still to do: styling of moderation dropdowns in forum display, show thread

* removing colons

* Forum bit changes

* Last post "Never" changed to "No posts yet"

* Help docs

* Redirect page

* Various misc templates

Forum jump removed from show thread, forum display

* Parser changes

Quotes that don't have a citation don't have a template

* php code template

* minor language change

* Messenger WIP

To do: folders in the menu

* Messenger WIP

Folders now shown on some pages but not all

* Various moderation improvements on showthread, forumdisplay

* Standardizing fontawesome set

* fix for BCC on PM quick reply

* Update unread PM count in welcomeblock

when reading a PM

* Improving PM count update

* Thread list improvements

* Finishing up forumdisplay

Plus other minor tweaks

* Fixing forum description

* Forum description fix II

* Cleaning up forum bit

for password protected forums

* Fixing forumbit logic

* Fix indentation

* Calendar

* Finishing Calendar

* Fixed hard space in usergroups template

* Manage groups

* Misc cleanup

* Fixing page description class

* Some postbit and thread list cleanup

* Hide quick reply in deleted threads

* Thread prefix styling

* More thread prefix cleanup

* fix attachment templates

* Cleaning up last poster avatars

* Member list avatar

also switching CSS back to GitHub pages

* Fix avatar upload

* Fix user dropdown avatar

* Icon standardization (WIP)

* Fix quote

* More avatars

still a few things to clean up with these

* Fixing usercp redirect grammar

* Taming some alerts

* Fix duplicate edit buttons on announcement

* Fix hidden registration fields

* Clean up subforums list

* Fix mark read auth code mismatch

* Improve modal close button

Fixes quick login close button and standardizes button with template

* Icons, tabs/spaces, and page titles

- replacing icons with standard template
- standardizing indents as spaces
- swapping page title order

* Clean up stats page

* Finish warn user page

* Profile clean up, removing more colons

* Add templates used in Admin CP

* Add more templates used in ACP

* Improve no permission page

* No permissions logged in user message

* Pagination - jump to page

* Fix threaded mode icon

* Fixes mybb#3564 <abbr> tag on registration

* changing footer HTML comments to Twig comments

* Similar threads + threaded mode

* Hot thread, contains posts by you icons

* Adding jscripts block to <head>

* Fix forum select
euantorano pushed a commit to euantorano/mybb that referenced this issue Mar 23, 2019
* Working on new theme (mybb#2973)

- editpost
- memberlist
- polls
- most of postbit
- sendthread
- showteam
- most of showthread

* Working on new theme mybb#2973

more sections completed

* Fixing the CSS path reference (again)

+ search page

* Adding modals

* Adding reputation page

Also breaks out post control styles (so they can easily be reused in places like the reputation page)

* Fix post inline mod checkbox

* Starting user cp

* More of User CP

* Thread and forum subscription pages

* Thread list WIP

* Fixing announcements on forumdisplay

* Misc minor fixes

* Fixing yesterday typo

* Fix missing yesterday/today

* Minor fixes

* Misc forumbit fixes

* Postbit updates

* Beginning of moderation pages

+ a couple miscellaneous lang changes

* Add thread closed message

* More moderation pages + minor fixes

* remove link to archive mode

* Adding edit buddy/ignore list page

* Buddy popup

* RSS syndication page

* Portal

+ a few minor revisions elsewhere

* Login form on portal

* Search results

+ minor changes elsewhere

* Breadcrumb

To do (probably): page drop down

* Add portal page title

* Working on Mod CP

Mod CP menu is not fully functional (probably only works for super mods)

* Banning + find user fixes

* button tweaks

* Announcement section of Mod CP WIP

Still a few things to clean up here

* Fixes warnings list on user cp dashboard

* Replace default avatar image with icon

It's possible I missed a spot; several of these also need the actual avatar loaded

* Cleaning up announcements

* Moderator listing on forum list

* Report center, drafts, beginning of warn user page, misc changes

some still WIP

* Minor changes to report center & show thread footer

* WIP moving post options in dropdown

* postbit dropdown adjustments

* Postbit, multiquote improvements

* Moderator logs

* Mod CP home page WIP

* Warning logs

* Moderation queue

* Update fontawesome version

* Finishing up mod cp

* Attachments & drafts WIP

* Warnings WIP

* Attachments page

* Fix attachments page title

* Finishing up warnings

to do: standardize how we handle colons

* Minor warnings update

* remove loginbox from moderation pages

* Delayed moderation

* Removing one more loginbox

* Thread notes

and minor delayed moderation change

* Moderation language change

* Finishing up moderation tools

still to do: styling of moderation dropdowns in forum display, show thread

* removing colons

* Forum bit changes

* Last post "Never" changed to "No posts yet"

* Help docs

* Redirect page

* Various misc templates

Forum jump removed from show thread, forum display

* Parser changes

Quotes that don't have a citation don't have a template

* php code template

* minor language change

* Messenger WIP

To do: folders in the menu

* Messenger WIP

Folders now shown on some pages but not all

* Various moderation improvements on showthread, forumdisplay

* Standardizing fontawesome set

* fix for BCC on PM quick reply

* Update unread PM count in welcomeblock

when reading a PM

* Improving PM count update

* Thread list improvements

* Finishing up forumdisplay

Plus other minor tweaks

* Fixing forum description

* Forum description fix II

* Cleaning up forum bit

for password protected forums

* Fixing forumbit logic

* Fix indentation

* Calendar

* Finishing Calendar

* Fixed hard space in usergroups template

* Manage groups

* Misc cleanup

* Fixing page description class

* Some postbit and thread list cleanup

* Hide quick reply in deleted threads

* Thread prefix styling

* More thread prefix cleanup

* fix attachment templates

* Cleaning up last poster avatars

* Member list avatar

also switching CSS back to GitHub pages

* Fix avatar upload

* Fix user dropdown avatar

* Icon standardization (WIP)

* Fix quote

* More avatars

still a few things to clean up with these

* Fixing usercp redirect grammar

* Taming some alerts

* Fix duplicate edit buttons on announcement

* Fix hidden registration fields

* Clean up subforums list

* Fix mark read auth code mismatch

* Improve modal close button

Fixes quick login close button and standardizes button with template

* Icons, tabs/spaces, and page titles

- replacing icons with standard template
- standardizing indents as spaces
- swapping page title order

* Clean up stats page

* Finish warn user page

* Profile clean up, removing more colons

* Add templates used in Admin CP

* Add more templates used in ACP

* Improve no permission page

* No permissions logged in user message

* Pagination - jump to page

* Fix threaded mode icon

* Fixes mybb#3564 <abbr> tag on registration

* changing footer HTML comments to Twig comments

* Similar threads + threaded mode

* Hot thread, contains posts by you icons

* Adding jscripts block to <head>

* Fix forum select
euantorano pushed a commit that referenced this issue Jun 2, 2019
* Working on new theme (#2973)

- editpost
- memberlist
- polls
- most of postbit
- sendthread
- showteam
- most of showthread

* Working on new theme #2973

more sections completed

* Fixing the CSS path reference (again)

+ search page

* Adding modals

* Adding reputation page

Also breaks out post control styles (so they can easily be reused in places like the reputation page)

* Fix post inline mod checkbox

* Starting user cp

* More of User CP

* Thread and forum subscription pages

* Thread list WIP

* Fixing announcements on forumdisplay

* Misc minor fixes

* Fixing yesterday typo

* Fix missing yesterday/today

* Minor fixes

* Misc forumbit fixes

* Postbit updates

* Beginning of moderation pages

+ a couple miscellaneous lang changes

* Add thread closed message

* More moderation pages + minor fixes

* remove link to archive mode

* Adding edit buddy/ignore list page

* Buddy popup

* RSS syndication page

* Portal

+ a few minor revisions elsewhere

* Login form on portal

* Search results

+ minor changes elsewhere

* Breadcrumb

To do (probably): page drop down

* Add portal page title

* Working on Mod CP

Mod CP menu is not fully functional (probably only works for super mods)

* Banning + find user fixes

* button tweaks

* Announcement section of Mod CP WIP

Still a few things to clean up here

* Fixes warnings list on user cp dashboard

* Replace default avatar image with icon

It's possible I missed a spot; several of these also need the actual avatar loaded

* Cleaning up announcements

* Moderator listing on forum list

* Report center, drafts, beginning of warn user page, misc changes

some still WIP

* Minor changes to report center & show thread footer

* WIP moving post options in dropdown

* postbit dropdown adjustments

* Postbit, multiquote improvements

* Moderator logs

* Mod CP home page WIP

* Warning logs

* Moderation queue

* Update fontawesome version

* Finishing up mod cp

* Attachments & drafts WIP

* Warnings WIP

* Attachments page

* Fix attachments page title

* Finishing up warnings

to do: standardize how we handle colons

* Minor warnings update

* remove loginbox from moderation pages

* Delayed moderation

* Removing one more loginbox

* Thread notes

and minor delayed moderation change

* Moderation language change

* Finishing up moderation tools

still to do: styling of moderation dropdowns in forum display, show thread

* removing colons

* Forum bit changes

* Last post "Never" changed to "No posts yet"

* Help docs

* Redirect page

* Various misc templates

Forum jump removed from show thread, forum display

* Parser changes

Quotes that don't have a citation don't have a template

* php code template

* minor language change

* Messenger WIP

To do: folders in the menu

* Messenger WIP

Folders now shown on some pages but not all

* Various moderation improvements on showthread, forumdisplay

* Standardizing fontawesome set

* fix for BCC on PM quick reply

* Update unread PM count in welcomeblock

when reading a PM

* Improving PM count update

* Thread list improvements

* Finishing up forumdisplay

Plus other minor tweaks

* Fixing forum description

* Forum description fix II

* Cleaning up forum bit

for password protected forums

* Fixing forumbit logic

* Fix indentation

* Calendar

* Finishing Calendar

* Fixed hard space in usergroups template

* Manage groups

* Misc cleanup

* Fixing page description class

* Some postbit and thread list cleanup

* Hide quick reply in deleted threads

* Thread prefix styling

* More thread prefix cleanup

* fix attachment templates

* Cleaning up last poster avatars

* Member list avatar

also switching CSS back to GitHub pages

* Fix avatar upload

* Fix user dropdown avatar

* Icon standardization (WIP)

* Fix quote

* More avatars

still a few things to clean up with these

* Fixing usercp redirect grammar

* Taming some alerts

* Fix duplicate edit buttons on announcement

* Fix hidden registration fields

* Clean up subforums list

* Fix mark read auth code mismatch

* Improve modal close button

Fixes quick login close button and standardizes button with template

* Icons, tabs/spaces, and page titles

- replacing icons with standard template
- standardizing indents as spaces
- swapping page title order

* Clean up stats page

* Finish warn user page

* Profile clean up, removing more colons

* Add templates used in Admin CP

* Add more templates used in ACP

* Improve no permission page

* No permissions logged in user message

* Pagination - jump to page

* Fix threaded mode icon

* Fixes #3564 <abbr> tag on registration

* changing footer HTML comments to Twig comments

* Similar threads + threaded mode

* Hot thread, contains posts by you icons

* Adding jscripts block to <head>

* Fix forum select
euantorano pushed a commit that referenced this issue Jun 2, 2019
* Working on new theme (#2973)

- editpost
- memberlist
- polls
- most of postbit
- sendthread
- showteam
- most of showthread

* Working on new theme #2973

more sections completed

* Fixing the CSS path reference (again)

+ search page

* Adding modals

* Adding reputation page

Also breaks out post control styles (so they can easily be reused in places like the reputation page)

* Fix post inline mod checkbox

* Starting user cp

* More of User CP

* Thread and forum subscription pages

* Thread list WIP

* Fixing announcements on forumdisplay

* Misc minor fixes

* Fixing yesterday typo

* Fix missing yesterday/today

* Minor fixes

* Misc forumbit fixes

* Postbit updates

* Beginning of moderation pages

+ a couple miscellaneous lang changes

* Add thread closed message

* More moderation pages + minor fixes

* remove link to archive mode

* Adding edit buddy/ignore list page

* Buddy popup

* RSS syndication page

* Portal

+ a few minor revisions elsewhere

* Login form on portal

* Search results

+ minor changes elsewhere

* Breadcrumb

To do (probably): page drop down

* Add portal page title

* Working on Mod CP

Mod CP menu is not fully functional (probably only works for super mods)

* Banning + find user fixes

* button tweaks

* Announcement section of Mod CP WIP

Still a few things to clean up here

* Fixes warnings list on user cp dashboard

* Replace default avatar image with icon

It's possible I missed a spot; several of these also need the actual avatar loaded

* Cleaning up announcements

* Moderator listing on forum list

* Report center, drafts, beginning of warn user page, misc changes

some still WIP

* Minor changes to report center & show thread footer

* WIP moving post options in dropdown

* postbit dropdown adjustments

* Postbit, multiquote improvements

* Moderator logs

* Mod CP home page WIP

* Warning logs

* Moderation queue

* Update fontawesome version

* Finishing up mod cp

* Attachments & drafts WIP

* Warnings WIP

* Attachments page

* Fix attachments page title

* Finishing up warnings

to do: standardize how we handle colons

* Minor warnings update

* remove loginbox from moderation pages

* Delayed moderation

* Removing one more loginbox

* Thread notes

and minor delayed moderation change

* Moderation language change

* Finishing up moderation tools

still to do: styling of moderation dropdowns in forum display, show thread

* removing colons

* Forum bit changes

* Last post "Never" changed to "No posts yet"

* Help docs

* Redirect page

* Various misc templates

Forum jump removed from show thread, forum display

* Parser changes

Quotes that don't have a citation don't have a template

* php code template

* minor language change

* Messenger WIP

To do: folders in the menu

* Messenger WIP

Folders now shown on some pages but not all

* Various moderation improvements on showthread, forumdisplay

* Standardizing fontawesome set

* fix for BCC on PM quick reply

* Update unread PM count in welcomeblock

when reading a PM

* Improving PM count update

* Thread list improvements

* Finishing up forumdisplay

Plus other minor tweaks

* Fixing forum description

* Forum description fix II

* Cleaning up forum bit

for password protected forums

* Fixing forumbit logic

* Fix indentation

* Calendar

* Finishing Calendar

* Fixed hard space in usergroups template

* Manage groups

* Misc cleanup

* Fixing page description class

* Some postbit and thread list cleanup

* Hide quick reply in deleted threads

* Thread prefix styling

* More thread prefix cleanup

* fix attachment templates

* Cleaning up last poster avatars

* Member list avatar

also switching CSS back to GitHub pages

* Fix avatar upload

* Fix user dropdown avatar

* Icon standardization (WIP)

* Fix quote

* More avatars

still a few things to clean up with these

* Fixing usercp redirect grammar

* Taming some alerts

* Fix duplicate edit buttons on announcement

* Fix hidden registration fields

* Clean up subforums list

* Fix mark read auth code mismatch

* Improve modal close button

Fixes quick login close button and standardizes button with template

* Icons, tabs/spaces, and page titles

- replacing icons with standard template
- standardizing indents as spaces
- swapping page title order

* Clean up stats page

* Finish warn user page

* Profile clean up, removing more colons

* Add templates used in Admin CP

* Add more templates used in ACP

* Improve no permission page

* No permissions logged in user message

* Pagination - jump to page

* Fix threaded mode icon

* Fixes #3564 <abbr> tag on registration

* changing footer HTML comments to Twig comments

* Similar threads + threaded mode

* Hot thread, contains posts by you icons

* Adding jscripts block to <head>

* Fix forum select
@euantorano euantorano mentioned this issue Jan 4, 2020
@dvz dvz added this to 1.9 in Development Roadmap Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b:1.9 Branch: 1.9.x s:in-progress Status: In Progress. Some work completed t:enhancement Type: Enhancement. Contains minor improvements
Development

No branches or pull requests

2 participants