Search found 59 matches
- Fri Apr 12, 2024 5:29 am
- Forum: [4.x] Style Development
- Topic: Outlining a New Theme
- Replies: 7
- Views: 64703
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 ...
- Sat Feb 10, 2024 8:51 pm
- Forum: [4.x] Discussion
- Topic: phpBB 4.0 support for Bootstrap 5
- Replies: 15
- Views: 66057
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: 66057
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: 60124
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 ...
- Tue Mar 28, 2017 10:20 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 60124
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: 60124
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 ...
- Mon Jan 09, 2017 5:05 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 60124
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 posts.
I agree, it's ...
- Mon Jan 09, 2017 4:46 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 60124
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 can find ...
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 can find ...
- Mon Jan 09, 2017 4:13 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 60124
Re: PHPBB3-14740 BBCode still parses wrong
I've installed a fresh 3.2.0. board, first post with same BBCode settings...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.
- Mon Jan 09, 2017 3:17 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-14740 BBCode still parses wrong
- Replies: 19
- Views: 60124
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 ...
<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 ...