Search found 1575 matches

by Mannix_
Sun Apr 14, 2024 11:57 am
Forum: [3.3.x] Support Forum
Topic: Full editor & Preview
Replies: 12
Views: 478

Re: Full editor & Preview

This seems to be a browser related issue. It happens in Firefox but not in Chrome
by Mannix_
Sun Apr 14, 2024 9:01 am
Forum: [3.3.x] Support Forum
Topic: Full editor & Preview
Replies: 12
Views: 478

Re: Full editor & Preview

I also can't replicate your issue neither here or on my own board. My suspicion would be an extension is causing that
by Mannix_
Sat Apr 13, 2024 2:57 pm
Forum: phpBB Custom Coding
Topic: Run simple script when click quoted post link
Replies: 6
Views: 415

Re: Run simple script when click quoted post link

You can put it in any css file. Just don't forget to purge the browser cache after making changes.
by Mannix_
Sat Apr 13, 2024 2:38 pm
Forum: phpBB Custom Coding
Topic: Run simple script when click quoted post link
Replies: 6
Views: 415

Re: Run simple script when click quoted post link

maybe simple css would be enough

Code: Select all

html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}
by Mannix_
Fri Apr 12, 2024 6:19 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: External link icons similar to Wikipedia
Replies: 2
Views: 219

Re: External link icons similar to Wikipedia

Using a[href*=".pdf"] instead of a[href*=".pdf"].external will probably fix your issue ;)
by Mannix_
Thu Apr 11, 2024 6:19 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Can I add a link to the Quick links list?
Replies: 13
Views: 477

Re: Can I add a link to the Quick links list?

if the file you want to edit doesn't exist in your custom style it gets inherited from prosilver so in 99% of cases you should be fine
by Mannix_
Sat Apr 06, 2024 8:10 am
Forum: [3.3.x] Styles Support & Discussion
Topic: Changing the pagination arrow size and bg color
Replies: 2
Views: 1551

Re: Changing the pagination arrow size and bg color

try

Code: Select all

.arrow.next .button {
    background: red;
}

.arrow.next .icon {
    font-size: 20px;
    vertical-align: bottom;
}
by Mannix_
Fri Apr 05, 2024 1:02 pm
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Re: Getting error on posting on php 8.0.30

Yeah went back to default 7.3 to fix the redirection but failed. I'm back on 8.2 now
by Mannix_
Fri Apr 05, 2024 12:17 pm
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Re: Getting error on posting on php 8.0.30

I adjusted the cookies can you check Mick if they are correct? Weird when i changed the php version in the host panel it nuked the httaccess file and all you can see in that file is this # # av:php5-engine AddHandler av-php82 .php When i try to add the https redirection with this tutorial https://ww...
by Mannix_
Fri Apr 05, 2024 11:11 am
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Re: Getting error on posting on php 8.0.30

Sure i already read it even re uploaded the whole vendor directory. I always use the Full package method when i update my board.
by Mannix_
Fri Apr 05, 2024 10:55 am
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Re: Getting error on posting on php 8.0.30

Correct on 7.3 the error is no more
by Mannix_
Fri Apr 05, 2024 10:51 am
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Re: Getting error on posting on php 8.0.30

Yep it also appears when composing a pm
by Mannix_
Fri Apr 05, 2024 10:30 am
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Re: Getting error on posting on php 8.0.30

Yep line is correct just like you posted. Tried disabling the extensions the error was still there. You need to try to make a post to see the error
by Mannix_
Fri Apr 05, 2024 10:16 am
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Re: Getting error on posting on php 8.0.30

Same thing with the version 8.2.9
by Mannix_
Fri Apr 05, 2024 9:35 am
Forum: [3.3.x] Support Forum
Topic: Getting error on posting on php 8.0.30
Replies: 17
Views: 1967

Getting error on posting on php 8.0.30

Support Request Template What version of phpBB are you using? phpBB 3.3.11 What is your board's URL? https://mannix.altervista.org Who do you host your board with? altervista How did you install your board? I used the download package from phpBB.com What is the most recent action performed on your ...

Go to advanced search