Search found 59 matches

by neufke
Fri Apr 12, 2024 5:29 am
Forum: [4.x] Style Development
Topic: Outlining a New Theme
Replies: 7
Views: 62828

Re: Outlining a New Theme

I have been seriously looking into this @hanakin, and have been seriously looking at what your repo, your base-l would contribute next to some of the standard libs out there (and i am on purpose not mentioning any of them, so without prejudice) and while i am not against any good and new lib, it's s...
by neufke
Sat Feb 10, 2024 8:51 pm
Forum: [4.x] Discussion
Topic: phpBB 4.0 support for Bootstrap 5
Replies: 15
Views: 64108

Re: phpBB 4.0 support for Bootstrap 5

Thank you @ rubencm ;-)
by neufke
Sat Feb 03, 2024 12:24 pm
Forum: [4.x] Discussion
Topic: phpBB 4.0 support for Bootstrap 5
Replies: 15
Views: 64108

Re: phpBB 4.0 support for Bootstrap 5

@Hanakin, do you have a github with your framework?
by neufke
Wed Mar 29, 2017 8:39 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14740 BBCode still parses wrong
Replies: 19
Views: 58895

Re: PHPBB3-14740 BBCode still parses wrong

ah thnx guys, i have already fixed it manually but i guess it will be in the next release? Yes, it will be from 3.2.1 on. :) Thanks Jim, but i have been struggling with this for 2 days again now, manually doing the changes doesn't give me the expected results edit: i think i figured it out, reparsi...
by neufke
Tue Mar 28, 2017 10:20 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14740 BBCode still parses wrong
Replies: 19
Views: 58895

Re: PHPBB3-14740 BBCode still parses wrong

ah thnx guys, i have already fixed it manually but i guess it will be in the next release?
by neufke
Tue Mar 28, 2017 10:07 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14740 BBCode still parses wrong
Replies: 19
Views: 58895

Re: PHPBB3-14740 BBCode still parses wrong

! @JoshyPHP, have you noticed that the final fix you made in the code as mentioned in https://github.com/phpbb/phpbb/pull/4628/commits never made it into the final 3.2.0 ? (i haven't noticed it before beccause i also made the changes manually), all tickets regarding this bug are closed, the codejus...
by neufke
Mon Jan 09, 2017 5:05 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14740 BBCode still parses wrong
Replies: 19
Views: 58895

Re: PHPBB3-14740 BBCode still parses wrong

[law="PUT-A-VERY-LONG-NUMBER-HERE"]Insert lawtext[/law] Sure, you can do that regardless of the BBCode definition. The only issue here is on the "admin" side. Just do not use quotes in the "BBCode usage" box in the ACP and the BBCode will work with or without quotes in...
by neufke
Mon Jan 09, 2017 4:46 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14740 BBCode still parses wrong
Replies: 19
Views: 58895

Re: PHPBB3-14740 BBCode still parses wrong

I know but as said, it's not the only one we use. For example, we use it in a law BBCode whereas the BBCode is like [law="PUT-A-VERY-LONG-NUMBER-HERE"]Insert lawtext[/law] or a dossier from a lawyer or a police-officer. It sometimes just makes sense to put them in quotes... Let's see if i ...
by neufke
Mon Jan 09, 2017 4:13 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14740 BBCode still parses wrong
Replies: 19
Views: 58895

Re: PHPBB3-14740 BBCode still parses wrong

JoshyPHP wrote: Mon Jan 09, 2017 2:27 pm I thought you were talking about posts submitted on 3.2 but before 3.2.0. Try posting your BBCode definition and the steps to reproduce that issue because I can't reproduce it on my test board.
I've installed a fresh 3.2.0. board, first post with same BBCode settings...
screen.jpg
by neufke
Mon Jan 09, 2017 3:17 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14740 BBCode still parses wrong
Replies: 19
Views: 58895

Re: PHPBB3-14740 BBCode still parses wrong

Haven't changed anything since RC but found that in the DB the bbcode_guid and quites haven't been added/parsed... <t>[mod="neufke"]This is a modremark[/mod]</t> And to be complete: BBCode use: [mod="{TEXT1}"]{TEXT2}[/mod] HTML Replacement: <div id="modremark"> <div id=...