Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Topic with chapters
I don't know a plugin that can do this. It could be developed, but you may be looking for a different software. Vanilla is built for discussion rather than for publishing. (View Post)2 -
Re: Topic with chapters
You can structure posts by using headings #, ##, ###... (View Post)1 -
Re: SFM Plugin: Enhancements and feedback
In addition to that: * Don't allow uploading HTML files, this is an XSS vulnerability. * line 282 is a serious vulnerability, PM me if you need more information. * Use the UserID to identify users an… (View Post)3 -
Re: Is Cleaning Up Orphaned Uploaded Files Necessary?
That actually something I do on some hosts occasionally to save some space. * get an SQL dump * grep yourdomain.com/uploads/.* from the dump * get a file list of the uploads directory * sort both and… (View Post)2 -
Re: Pagination through API (Kasper) or JSON
If a discussion has 3 unread pages, you will be shown the first that contains a comment you have not read. Since it is then marked read, the next request will yield the next page until everything is … (View Post)2