Search found 59 matches
- Fri Apr 12, 2024 5:29 am
- Forum: [4.x] Style Development
- Topic: Outlining a New Theme
- Replies: 7
- Views: 64454
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...
- Sat Feb 10, 2024 8:51 pm
- Forum: [4.x] Discussion
- Topic: phpBB 4.0 support for Bootstrap 5
- Replies: 15
- Views: 65789
Re: phpBB 4.0 support for Bootstrap 5
Thank you @ rubencm
- Sat Feb 03, 2024 12:24 pm
- Forum: [4.x] Discussion
- Topic: phpBB 4.0 support for Bootstrap 5
- Replies: 15
- Views: 65789
Re: phpBB 4.0 support for Bootstrap 5
@Hanakin, do you have a github with your framework?
- Wed Mar 29, 2017 8:39 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 59983
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...
- Tue Mar 28, 2017 10:20 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 59983
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?
- Tue Mar 28, 2017 10:07 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 59983
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...
- Mon Jan 09, 2017 5:05 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 59983
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...
- Mon Jan 09, 2017 4:46 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 59983
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 ...
- Mon Jan 09, 2017 4:13 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 59983
Re: PHPBB3-14740 BBCode still parses wrong
I've installed a fresh 3.2.0. board, first post with same BBCode settings...
- Mon Jan 09, 2017 3:17 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 59983
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=...