Creating Content
This guide covers how to create discussions, events, comments, and other content in Multiforum.
Creating Discussions
Starting a New Discussion
- Navigate to a channel
- Click Create Discussion (or the + button)
- Fill in the form:
- Title: Clear, descriptive title
- Body: Your discussion content (Markdown supported)
- Channels: Select channels to post in (cross-posting)
- Tags: Add relevant tags
- Click Post
Writing Good Titles
Good titles:
- "How to calibrate a 3D printer for PETG?"
- "Weekly Community Meetup - June 2025"
- "Review: New wireless headphones comparison"
Poor titles:
- "Help!"
- "Question"
- "Check this out"
Formatting with Markdown
Use Markdown for rich formatting:
# Heading 1
## Heading 2
### Heading 3
**bold text**
*italic text*
~~strikethrough~~
- Bullet point
- Another point
- Nested point
1. Numbered list
2. Second item
[Link text](https://example.com)

`inline code`
```javascript
// code block
const x = 1;
```
> Quote or blockquote
Adding Images
Direct upload (if enabled):
- Click the image button in the editor
- Select a file to upload
- Image is inserted into your content
Markdown image (if enabled):
- Host your image elsewhere
- Use markdown:

Cross-Posting
Share discussions in multiple channels:
- In the channel selector, add multiple channels
- The discussion appears in all selected channels
- Comments sync across all copies
- Upvotes are tracked per channel
Creating Events
Basic Event
- Navigate to a channel with events enabled
- Click Create Event
- Fill in:
- Title: Event name
- Description: Event details
- Start Time: When it begins
- End Time: When it ends
- Location: Venue or address (Google Maps integration)
- Virtual URL: For online events
- Click Create
Event Fields
| Field | Description |
|---|---|
| Title | Event name |
| Description | Full event details (Markdown) |
| Start/End Time | Event duration |
| Location Name | Venue name |
| Address | Street address |
| Virtual URL | Link for online events |
| Is All Day | No specific time |
| Cost | Event cost (if any) |
| Free | Mark as free |
| Private Residence | Hide exact address |
| Cover Image | Event banner image |
Recurring Events (Event Series)
Create a series of recurring events:
- Click Create Event Series
- Set up the event details
- Configure recurrence:
- Pattern: Daily, Weekly, Monthly, Yearly
- Days: Which days (for weekly)
- End: After X occurrences or on date
- Individual occurrences can be edited independently
Location with Google Maps
If Google Maps is configured:
- Start typing a location name or address
- Select from autocomplete suggestions
- Location is saved with coordinates
- Users can get directions
Creating Comments
Replying to Discussions
- Scroll to the comment section
- Type in the comment box
- Use Markdown for formatting
- Click Post Comment
Replying to Comments
For threaded replies:
- Click Reply on a comment
- Type your reply
- Click Post
Replies appear nested under the parent comment.
Mentioning Users
Tag other users with @:
- Type
@followed by their username - Select from autocomplete
- They'll be notified
Example: "Thanks @username for the suggestion!"
Best Answer
In Q&A-style discussions:
- If you're the author, you can mark a comment as best answer
- Look for the "Mark as Answer" option
- The answer is highlighted for future visitors
Uploading Files
On Discussions
If file downloads are enabled:
- Create or edit a discussion
- Click Add Download
- Select your file
- Optionally fill in file metadata
- Save the discussion
File Types
Allowed types depend on server and channel settings. Common types:
- Archives:
.zip,.rar - 3D Models:
.stl,.obj,.blend,.glb - Images:
.png,.jpg,.gif
File Versioning
Update your files:
- Edit the discussion
- Click Add Version on the file
- Upload the new version
- Add changelog notes
- Save
Editing Your Content
Editing Discussions
- Click the action menu on your discussion
- Select Edit
- Make changes
- Add an edit reason
- Save
Editing Comments
- Click the action menu on your comment
- Select Edit
- Make changes
- Save
Edit History
Your edits are tracked:
- Previous versions are preserved
- Other users can view edit history
- Edit reasons are displayed
Deleting Your Content
Deleting Discussions
- Click the action menu
- Select Delete
- Confirm deletion
Note: Moderators may have archived content, preventing deletion.
Deleting Comments
- Click the action menu
- Select Delete
- Confirm
Content Best Practices
Quality Posts
- Be clear and specific
- Provide context
- Use formatting appropriately
- Add relevant tags
- Check spelling and grammar
Good Etiquette
- Search before posting duplicates
- Stay on topic
- Be respectful
- Accept feedback gracefully
- Credit sources
Accessibility
- Add alt text to images
- Use headings for structure
- Avoid walls of text
- Consider screen readers
Content Restrictions
Your ability to create content depends on:
| Factor | Impact |
|---|---|
| Channel permissions | What you can do in specific channels |
| Server permissions | Baseline across all channels |
| Suspension status | Restricted if suspended |
| Feature toggles | Events, downloads may be disabled |
If you can't create content:
- Check channel rules
- Verify you're logged in
- Check for suspension notices
- Contact moderators