Page 2 of 3

Re: New forum style to try out & server upgrade

Posted: Sun Feb 05, 2017 10:36 am
by Arokhs Twin
Yeah I see what you mean, something is clearly wrong in the code somewhere. I've just tried it again on my Android device and it is displaying the mobile versions on all pages.

The attachment shows screenshot from my phone showing how it should look. It should have a 'hamburger' icon to reveal the drop down menu rather than displaying it like the desktop version. You could try clearing your browser cache to see if that helps. It looks like you are still getting the desktop version and it's being compressed and cut off due to the portrait orientation. See what happens when you turn your phone sideways so it's in landscape view.

Re: New forum style to try out & server upgrade

Posted: Sun Feb 05, 2017 9:20 pm
by UCyborg
I do get the mobile version as in the screenshot you posted on my phone, just the "Request desktop site" option produces the hybrid version instead of full desktop version.

I wonder if "Request desktop site" does anything else besides that it removes Android from user agent string. Not really familiar with web development, but from quick google search it seems reliable auto-detection is PITA to get right. You have multiple ways to accomplish it and some are less reliable than others.

Re: New forum style to try out & server upgrade

Posted: Fri May 12, 2017 8:18 pm
by UCyborg
There are readability issues in certain parts of the WoW theme. There's white background in the following places:
  • Private messages' content
  • The legend on the Private messages->Outbox page
  • The part of interface for editing forum post attachments

Re: New forum style to try out & server upgrade

Posted: Fri May 12, 2017 10:07 pm
by Arokhs Twin
Thanks for the feedback. I noticed that but can't seem to figure out how to fix it. I will try again sometime and see what I can do although it's not high on my list of priorities at the moment unfortunately. I will fix it if I can.

code formatting lost

Posted: Sat Jun 10, 2017 1:12 am
by cieply
Hey, I just posted a message with \[code\] sections and they got messed up - they lost all new lines/indentation and became unreadable.
Don't know what happened - I tied everything, including writing it by hand instead of pasting - still in vein.
Anyone have idea what's wrong and how to fix it?

PS. at the moment they are put into message body as I wanted them to be readable.

Re: New forum style to try out & server upgrade

Posted: Sat Jun 10, 2017 9:20 pm
by Arokhs Twin
Private message issue fixed - Ill look into the code tag issue

Re: New forum style to try out & server upgrade

Posted: Sun Jun 25, 2017 6:20 pm
by UCyborg
Out of curiosity, was the issue with private messages a bug present in original WoW style?

Re: New forum style to try out & server upgrade

Posted: Sun Jun 25, 2017 9:00 pm
by Arokhs Twin
It was in the CSS coding - it was just a matter of finding what to change. As for the other issue that's going to be harder to fix.

Re: New forum style to try out & server upgrade

Posted: Tue Jun 27, 2017 6:09 pm
by UCyborg
The issue with code tag is really strange. I assume there's no (relevant) settings related to it. Could it be just the bug in the used version of the forum software? It is pretty basic function.

Re: New forum style to try out & server upgrade

Posted: Tue Jun 27, 2017 6:27 pm
by Arokhs Twin
The issue happens with the standard PHPBB layout so it's not related to the theme. Formatting is lost when using the code tags; Ill have a look on the support forums but I don't have time right now. I can't find anything on the forums without a lot of digging.

code formatting lost

Posted: Sat Jul 01, 2017 2:28 pm
by cieply
No rush, we've learn to avoid it by putting code in text body (for the time being ).

Re: New forum style to try out & server upgrade

Posted: Wed Jan 31, 2018 6:19 pm
by Arokhs Twin
Just an update on this, still no closer to finding an answer. It seems PHPBB does not fully support the code blocks without mods.

I've tried (remove the ..)

[..code=cpp]

blah blah
some programming code
another line of code

[../code]

Produces

Code: Select all


blah blah
some programming code
another line of code

Which does not work (no new line after each line of code)

Re: [code] formatting

Posted: Wed Apr 18, 2018 4:57 pm
by cieply
Maybe you can add <pre></pre> tags to be put around the text in source code? I know it's silly workaround but codes are not colourized so it wouldn't matter. I know it's a guess, and I don't have the code but its assumption based on my knowledge of html.

Re: New forum style to try out & server upgrade

Posted: Wed Apr 18, 2018 6:30 pm
by Arokhs Twin
That does not work. I'll keep looking.

Re: New forum style to try out & server upgrade

Posted: Wed May 02, 2018 6:11 pm
by UCyborg
Quote blocks should allow specifying the name of the person you're quoting:

[..quote="John Smith"]Random quote[/quote]

Then it would say "John Smith wrote:" next to the quote symbol. I've also seen on another phpBB based forum that you don't have to leave 2 empty lines after the quote block to have some spacing between the quote block and the following text.