The South Pacific
Beta-Testers wanted: New Forum Theme - Printable Version

+- The South Pacific (https://tspforums.xyz)
+-- Forum: Waterfront District (https://tspforums.xyz/forum-3.html)
+--- Forum: Operations Center (https://tspforums.xyz/forum-17.html)
+--- Thread: Beta-Testers wanted: New Forum Theme (/thread-7595.html)

Pages: 1 2 3 4 5 6 7 8


RE: Beta-Testers wanted: New Forum Theme - USoVietnam - 06-05-2020

I don't know if this bug has been mentioned yet but the elements on the header is not properly middle-aligned. They are a little bit shifted to the top.


RE: Beta-Testers wanted: New Forum Theme - sandaoguo - 06-05-2020

(06-05-2020, 09:36 AM)USoVietnam Wrote: I don't know if this bug has been mentioned yet but the elements on the header is not properly middle-aligned. They are a little bit shifted to the top.

Yes this is due the demand that the TSP logo serve as a home button, which requires an inline element and makes properly centering difficult to support across all devices. I’m still working on it.


RE: Beta-Testers wanted: New Forum Theme - sandaoguo - 06-05-2020

I've solved the logo issue by... deleting the logo from the top bar and putting the logo banner back.


RE: Beta-Testers wanted: New Forum Theme - Kris Kringle - 06-05-2020

(06-04-2020, 07:42 PM)sandaoguo Wrote:
(06-03-2020, 05:59 PM)Kris Kringle Wrote: Could there be a "mark all as read" option?

This has been added in both the User Panel dropdown and the bottom of the forum.

I figured it'd be worth mentioning that the User Panel option gives me the following error message:

Code:
Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

The option at the bottom does work.


RE: Beta-Testers wanted: New Forum Theme - sandaoguo - 06-09-2020

Fixes needed:
- Blocktext needs to be responsive
- Table bbcode needs to be more responsive

Suggestions:
- Remove “to top” feature on mobile, since phones have built in feature for that
- Add pagination to forumdisplay for threads


RE: Beta-Testers wanted: New Forum Theme - sandaoguo - 06-11-2020

(06-05-2020, 11:53 PM)Kris Kringle Wrote:
(06-04-2020, 07:42 PM)sandaoguo Wrote:
(06-03-2020, 05:59 PM)Kris Kringle Wrote: Could there be a "mark all as read" option?

This has been added in both the User Panel dropdown and the bottom of the forum. 

I figured it'd be worth mentioning that the User Panel option gives me the following error message:
Code:
Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

The option at the bottom does work. 

It looks like it may not be possible to have 2 instances of it, due to the unique ID that needs to be generated in the link. Which is preferable-- top or bottom link?


RE: Beta-Testers wanted: New Forum Theme - Kris Kringle - 06-11-2020

I don't have any particular preferences, to be honest. I suppose having it at the top might be preferable, though?
--
I've noticed that using the blocktext tag causes huge spaces before and after (see the latest Court ruling for an example of this). Any way this could be fixed?


RE: Beta-Testers wanted: New Forum Theme - Kris Kringle - 06-12-2020

(06-11-2020, 10:22 PM)Kris Kringle Wrote: I've noticed that using the blocktext tag causes huge spaces before and after (see the latest Court ruling for an example of this). Any way this could be fixed?

Never mind. Fixed the issue. ^^


RE: Beta-Testers wanted: New Forum Theme - Kris Kringle - 06-22-2020

Quick note that the Mark as read button isn't working on the Teal theme.


RE: Beta-Testers wanted: New Forum Theme - sandaoguo - 06-23-2020

I think it has something to do with where it’s added in the code. There’s a variable it uses that must not be loaded until later in the process. The safest bet is to add it the bottom, so that’s what I’ll do when time permits.