In several instances, I would have no other choice than removing the forums and reinstalling it, using a backup and causing lots of inconvenience to users. This is why this thread now comes to document certain lessons learnt in the process, through in the hard way.
0. Lesson zero:
1. Make changes to the forums files
2. Inadvertently delete the database (SQL)
3. Files on the host service get corrupted
4. Changed the URL of the forums
5. Deleted an entire topic instead of a post.
6. Waste time in deleting inactive members.
7. Uploaded smilies t
8. I installed a third-party plugin
9. Minor issues
unnecessary groups of users
11. I changed the PHP version
12. Upgrade or installation failed.
13. One issue unsolved.
active
14. Deleting style problem.
Lesson:
15. Disable the 'like' option.
The misuse
I disabled the 'like' feature
16. ckEditor crashes. Error reads: There was an error loading the rich text editor. You may use the plain text editor, or you may reload the page to try again. If the problem persists, please contact the administrator.
Solution: Solving this problem requires two steps: STEP1: Since the editor is a javascript applicaiton, it means the error has happened because of syntax error. In my case, I was tampering with the font families in the js folders belonging to the editor. STEP1 therefore is to restore settings to their original configurations, so that you eliminate the error STEP2: This is problematic. What happens is that the syntax error sticks to the chache memory of your devices. It is highly likely that even after you solve the core issue (syntax error), users of your forums will still see the error. Since the ckEditor is a javascript application, then 100% it runs on users' computers, not your server. To solve this problem, every user must free the cache memory of their own devices. Sometimes, they have to give up on a given internet browser and use another one. Frankly, this error is a nightmare for me.
17. It is possible to change the color of member's username in the postbit section. You can change the color, emphasis (bold) etc. Follow the thread in Vbulletin https://forum.vbulletin.com/forum/vb...in-appear-bold
Comment