This article is a mirror article of machine translation, please click here to jump to the original article.

View: 13183|Reply: 0

[Program beautification] Discuz! X3.4 Solution to the limit of forum title word count exceeding 80

[Copy link]
Posted on 3/15/2020 9:56:11 AM | | |
Webmaster friends who are playing on the forum, every time they post an article title, they are limited by the number of words, and they have not been able to find a solution, so I will share it with you today.

The following is a shared steps to address the header 80-character limit:

1. Database modification;

2. Modify the JS verification character count file;

3. Modify the limit of the number of characters written dead in the template;

4. Modify the function verification file;

5. Modify the language package file.

1. Modify the database, modify the length of the database title field to 200 characters: Run the following sql statement:
(Note modifying the prefix of your table)

2. Modify the number of JS verification characters:
1. Find lines 75-81 of the file static/js/forum_post.js

Modified to:



2. Find the code on lines 212 to 218 of the file sitatic/js/forum.js:


Modified to:


3. Modify the limit of dead characters in the template:

1. Find lines 25 to 33 of the file\template\default\forum\post_editor_extra.htm:


Modified to:



2. Find the file \template\default\forum\forumdisplay_fastpost.htm31-32 lines:


Modified to:

4. Modify function verification prompts:

Locate lines 361-363 of the file source/function/function_post.php:


Modified to:



5. Find the language package prompt text, open source/language/lang_messege.php and find line 998 and change it to:


Modified to:







Previous:Discuz touch version link to remove the tail (mobile=2).
Next:Baidu Netdisk private files are searched at will? The official spoke!
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com