Page 3 of 9

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 03:31
by nnnik
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.

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 06:36
by Scr1pter
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

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 06:39
by nnnik
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.

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 11:53
by burque505
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 ...

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 11:56
by tank
I will have at lease one more theme operational this weekend

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 12:02
by burque505
Thanks, tank, I'm grateful, and I'm sure hundreds of others are too :)

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 13:49
by SOTE
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.

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 17:19
by PuzzledGreatly
Thank you, thank you, I can use the forum again.

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 21:31
by just me
tank wrote:
19 Oct 2018, 11:56
I will have at lease one more theme operational this weekend
Which theme is 'operational' as yet?

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 22:04
by tank
Digi

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 22:04
by tank
Digi-*

Re: Feedback: phpBB forum interface switch

Posted: 19 Oct 2018, 23:58
by CyL0N
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....

Re: Feedback: phpBB forum interface switch

Posted: 20 Oct 2018, 11:25
by joedf
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;
}

Re: Feedback: phpBB forum interface switch

Posted: 20 Oct 2018, 11:54
by Helgef
Simplicityold seems to work fine now, thank you very much for your efforts. :thumbup:

Cheers.

Re: Feedback: phpBB forum interface switch

Posted: 20 Oct 2018, 13:24
by burque505
Thanks for adding SimplicityOld, it's pretty good.
Will we be getting "Expand/Collapse" and "Download" back for code sections?
Regards,
burque505

Re: Feedback: phpBB forum interface switch

Posted: 20 Oct 2018, 14:45
by tank
burque505 wrote:
20 Oct 2018, 13:24
"Expand/Collapse" and "Download"
Yes but i beg you to give me time

Re: Feedback: phpBB forum interface switch

Posted: 20 Oct 2018, 18:03
by burque505
Of course :)

Re: Feedback: phpBB forum interface switch

Posted: 20 Oct 2018, 18:39
by Nextron
Low priority: it seems it's not possible to issue warnings to users anymore. After submitting, the forums returns a HTTP 500 error.

Re: Feedback: phpBB forum interface switch

Posted: 20 Oct 2018, 20:33
by joedf
Fixes in due time :)
I did see some php warnings on a spam post I had disapproved earlier today...

Re: Feedback: phpBB forum interface switch

Posted: 21 Oct 2018, 10:35
by tank
these messages need to be captured and posted so i can address them