Search found 141 matches

by jan_2017
Wed Feb 09, 2022 4:41 am
Forum: phpBB Custom Coding
Topic: [SOLVED][3.3.1] Increase characters of the forum description
Replies: 12
Views: 2888

Re: [SOLVED][3.3.1] Increase characters of the forum description

I had to increase the value to 60000 characters That's what I said over nine hours ago! Let me put it this way. If you ask for directions in Norway, you don't understand where to go. You need certain local knowledge to get to your destination. It was the same for me. Now I know why the number of ch...
by jan_2017
Tue Feb 08, 2022 4:38 pm
Forum: phpBB Custom Coding
Topic: [SOLVED][3.3.1] Increase characters of the forum description
Replies: 12
Views: 2888

Re: [SOLVED][3.3.1] Increase characters of the forum description

The number of characters in the file "acp_forums.php" does not match the actual number.

For my test description with almost 17000 characters I had to increase the value to 60000 characters until it was accepted.

Problem solved

Thanks to all :D
by jan_2017
Tue Feb 08, 2022 3:50 pm
Forum: phpBB Custom Coding
Topic: [SOLVED][3.3.1] Increase characters of the forum description
Replies: 12
Views: 2888

Re: [3.3.1] Increase characters of the forum description

3Di wrote: Tue Feb 08, 2022 1:00 pm
jan_2017 wrote: Tue Feb 08, 2022 12:51 pm Are there any tips from you on how I can limit the error?
Of course, post fewer characters than allowed by the modification and do not exceed the DB limits.
Should there be anything in this line (framed in red)?
DB1.jpg
table: phpbb_forum
field: forum_desc
Type: TEXT
UTF-8
by jan_2017
Tue Feb 08, 2022 12:51 pm
Forum: phpBB Custom Coding
Topic: [SOLVED][3.3.1] Increase characters of the forum description
Replies: 12
Views: 2888

Re: [3.3.1] Increase characters of the forum description

3Di wrote: Tue Feb 08, 2022 11:11 am
david63 wrote: Tue Feb 08, 2022 10:58 am That is because 4000 is hard coded in the language file
Yup

Code: Select all

'FORUM_DESC_TOO_LONG'				=> 'The forum description is too long, it must be less than 4000 characters.',
That is correct. This change has nothing to do with the function.

Are there any tips from you on how I can limit the error?
by jan_2017
Tue Feb 08, 2022 10:33 am
Forum: phpBB Custom Coding
Topic: [SOLVED][3.3.1] Increase characters of the forum description
Replies: 12
Views: 2888

Re: [3.3.1] Increase characters of the forum description

I have just tested this with a massive description (50 paragraphs of lorem ipsum) and by changing in includes/acp/acp_forums.php if (utf8_strlen($forum_data_ary['forum_desc']) > 4000) to 60000 it worked without any problems. The database can handle a description of ~65,000 characters. That's what I...
by jan_2017
Tue Feb 08, 2022 5:22 am
Forum: phpBB Custom Coding
Topic: [SOLVED][3.3.1] Increase characters of the forum description
Replies: 12
Views: 2888

[SOLVED][3.3.1] Increase characters of the forum description

Good morning. On the German language site phpbb I have already asked my request last year. It is about the extension of the number of characters of the forum description. In this file I have extended the default character length from 4000 characters to 8000. Unfortunately the error message still com...
by jan_2017
Thu May 27, 2021 6:10 pm
Forum: Extension Requests
Topic: New drag & drop field - Last topics or posts that were moved
Replies: 0
Views: 1098

New drag & drop field - Last topics or posts that were moved

Hello. When I move topics or posts, then I have to select the location to which the topics or posts are moved. If under the drag and drop menu would still appear a second with the for example 5 last locations that you have last used that would be very interesant. Sorry my english ist not good :roll:...
by jan_2017
Tue Aug 25, 2020 10:28 pm
Forum: [3.3.x] Support Forum
Topic: [3.3.1] [Solved] After backup from 3.2.0 Database - Error in acp
Replies: 4
Views: 674

Re: [3.3.1] [Solved] After backup from 3.2.0 Database - Error in acp

Are you saying that you have a 3.2.10 database with 3.3.1 files? no. my database grow up since 2016. last phpbb version was 3.2.0 finally, i did the update to 3.3.1 in two steps. first to 3.2.10 and then from there to 3.3.1 i made a complete update without the automatic updater. so only the databas...
by jan_2017
Sun Aug 23, 2020 1:01 pm
Forum: [3.3.x] Support Forum
Topic: [3.3.1] [Solved] After backup from 3.2.0 Database - Error in acp
Replies: 4
Views: 674

Re: [3.3.1] After backup from 3.2.0 Database - Error in acp

I copied my current board to an extra server. made the update from 3.2.0 to 3.2.10. then the update from 3.2.10 to 3.3.1 now it runs :) I suppose that the backup file from the phpmyadmin database (3.2.0) is not 1:1 compatible with a 3.3.1 board. if you import the backup from 3.2.10 it works perfectly
by jan_2017
Sat Aug 22, 2020 11:24 pm
Forum: [3.3.x] Support Forum
Topic: [3.3.1] [Solved] After backup from 3.2.0 Database - Error in acp
Replies: 4
Views: 674

[3.3.1] [Solved] After backup from 3.2.0 Database - Error in acp

Hello. I have installed the new phpbb 3.3.1 version on a server with PHP 7.4.8 A backup created from the phpbb Board 3.2.0. everything works fine after i have tested it. unfortunately changes and new entries in the menu "Forums" in the Acp are not possible. there comes the error message: S...
by jan_2017
Sun Dec 09, 2018 5:43 pm
Forum: Extensions in Development
Topic: [3.2][RC] WRW - Who Read What 🔎
Replies: 21
Views: 6489

Re: [DEV] WRW - Who Read What

Very NICE :o

Good job
by jan_2017
Sat Nov 03, 2018 1:42 pm
Forum: Extensions in Development
Topic: [3.2][3.3][RC] Random Banner
Replies: 45
Views: 10281

Re: [3.2][RC] Random Banner

Where is the Limit? How many pics i can add?
by jan_2017
Wed Oct 24, 2018 6:58 pm
Forum: Abandoned Extensions
Topic: [ABD] Form Maker/Creator
Replies: 85
Views: 84879

Re: [3.2][DEV] Form Maker/Creator

Yes , that is possible! I use it in my Forum.
by jan_2017
Tue Sep 25, 2018 4:44 pm
Forum: Extensions in Development
Topic: [3.2][RC] Topic Template
Replies: 68
Views: 16953

Re: [3.2][BETA] Topic Template

Would it be possible to make the template definite in a post? What I mean is that members cannot alter the template during their input (if you know what I mean). This... Merk: Model: Type: Motor: Bouwjaar: Overige: But without the code. Just in case, use this. https://www.phpbb.com/community/viewto...
by jan_2017
Sun Sep 23, 2018 6:07 am
Forum: Custom BBCode Development and Requests
Topic: Hide/Show BBCode
Replies: 5
Views: 6617

Re: Hide/Show BBCode

ChrisW828 wrote: Sat Oct 28, 2017 4:34 am Thank you so much. I have been searching for three days and this is the first working BBCODE I could find for this.
Do not work if i use the same spoiler code twice in one post .

:|

Go to advanced search