Feedback: phpBB forum interface switch

Discuss issues and requests related with the forum software
User avatar
nnnik
Posts: 4500
Joined: 30 Sep 2013, 01:01
Location: Germany

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 03:31

It seems that joedf has started repairing the styles.
Additionally we have identified the style that has been causing issues, which means that users cannot lock themselves out anymore with their style settings.
This means that you are now free to choose which design you want yourself - though many of them do not fully work or do not have all the features.
Recommends AHK Studio
User avatar
Scr1pter
Posts: 1271
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 06:36

I switched back to the original theme: SimplicityOld.

Unfortunately there are still several bugs.
I'm using Firefox 62.0.3 64 Bit on Windows 7 Pro.

Some kind of "popups/menues" are visible automatically, even though I didn't click on them:
Image

There are no line-breaks inside of code blocks:
Image

Similar like issue #1:
Image

???
Image

Hopefully it can be fixed.

Regards
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09
User avatar
nnnik
Posts: 4500
Joined: 30 Sep 2013, 01:01
Location: Germany

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 06:39

Yes there hasn't been anything done to fix them on my part.
I just found the design which was causing issues to the point where people would be blocked and disabled it.
The designs still are as they last were.

Sadly I cannot really do more than that.
Recommends AHK Studio
burque505
Posts: 1731
Joined: 22 Jan 2017, 19:37

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 11:53

Thanks, tmplinshi, your new fixes worked for me earlier this morning. Now apparently the forum has been "fixed" again. The new theme flashes briefly and is overridden by prosilver and switches back. I've tried this:

Code: Select all

https://autohotkey.com/boards/styles/prosilver/theme/*
with the same results.
EDIT: And now, magically, it works again. Go figure ...
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 11:56

I will have at lease one more theme operational this weekend
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
burque505
Posts: 1731
Joined: 22 Jan 2017, 19:37

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 12:02

Thanks, tank, I'm grateful, and I'm sure hundreds of others are too :)
SOTE
Posts: 1426
Joined: 15 Jun 2015, 06:21

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 13:49

Whatever is the theme for when logged in, that one is working. The one where you can see the phpBB. However, when logged out, that theme is having issues, with the popped out menus.
User avatar
PuzzledGreatly
Posts: 1303
Joined: 29 Sep 2013, 22:18

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 17:19

Thank you, thank you, I can use the forum again.
just me
Posts: 9407
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 21:31

tank wrote:
19 Oct 2018, 11:56
I will have at lease one more theme operational this weekend
Which theme is 'operational' as yet?
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 22:04

Digi
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 22:04

Digi-*
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
CyL0N
Posts: 211
Joined: 27 Sep 2018, 09:58

Re: Feedback: phpBB forum interface switch

19 Oct 2018, 23:58

I too prefer the old theme,though only because syntax highlighting was terrible with the dark theme...I'm dark all the way otherwise,i like my eyes you see....

On another note,when not logged in, the various popup buttons like the 'Jump to' button & the button with 'Email & Print option' are activated on every page i browse to...jeeze...

Code Formatting also isn't working when not logged in,which i think is a major issue....
live ? long & prosper : regards
User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Feedback: phpBB forum interface switch

20 Oct 2018, 11:25

ok, I have forced in some css fixes for now. Most menus, icons, btns should be ok for now...

For reference

Code: Select all

/* joedf css quick fixes */
 i.icon {
    font-family:FontAwesome !important;
    display: inline-block;
    width: 1.5em;
}
.dropdown, .dropdown-trigger > .caret {
    display: none;
}
.pagination li a {
    height: auto;
}
.arrow.next .sr-only, .arrow.previous .sr-only {
    display: none;
}
.format-buttons .button {
    height: auto !important;
    line-height: 16px !important;
    font-size: 12px !important;
}
.topiclist dl.row-item {
    background-repeat: no-repeat;
    background-position-x: 4px;
}
.topiclist .list-inner {
    display: inline-block;
    margin-left: 40px;
}
.codebox code {
    white-space: pre !important;
}
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: Feedback: phpBB forum interface switch

20 Oct 2018, 11:54

Simplicityold seems to work fine now, thank you very much for your efforts. :thumbup:

Cheers.
burque505
Posts: 1731
Joined: 22 Jan 2017, 19:37

Re: Feedback: phpBB forum interface switch

20 Oct 2018, 13:24

Thanks for adding SimplicityOld, it's pretty good.
Will we be getting "Expand/Collapse" and "Download" back for code sections?
Regards,
burque505
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Feedback: phpBB forum interface switch

20 Oct 2018, 14:45

burque505 wrote:
20 Oct 2018, 13:24
"Expand/Collapse" and "Download"
Yes but i beg you to give me time
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter
User avatar
Nextron
Posts: 1391
Joined: 01 Oct 2013, 08:23
Location: Netherlands OS: Win10 AHK: Unicode x32

Re: Feedback: phpBB forum interface switch

20 Oct 2018, 18:39

Low priority: it seems it's not possible to issue warnings to users anymore. After submitting, the forums returns a HTTP 500 error.
User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Feedback: phpBB forum interface switch

20 Oct 2018, 20:33

Fixes in due time :)
I did see some php warnings on a spam post I had disapproved earlier today...
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
tank
Posts: 3122
Joined: 28 Sep 2013, 22:15
Location: CarrolltonTX
Contact:

Re: Feedback: phpBB forum interface switch

21 Oct 2018, 10:35

these messages need to be captured and posted so i can address them
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed;
Telegram is the best way to reach me
https://t.me/ttnnkkrr
If you have forum suggestions please submit a
Check Out WebWriter

Return to “Forum Issues”

Who is online

Users browsing this forum: No registered users and 21 guests