Skip to content

Commit 7807dda

Browse files
committed
Merge branch 'master' into dev
2 parents 0e33a36 + 4cae6c4 commit 7807dda

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-3
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ export default {
231231
{ text: 'General', link: '/comfortevents/user-guide/general' },
232232
{ text: 'Event Manager', link: '/comfortevents/user-guide/event-manager' },
233233
{ text: 'Event Calendar View(Pro)', link: '/comfortevents/user-guide/event-calendar' },
234+
{ text: 'Speaker Manager', link: '/comfortevents/user-guide/speaker-manager' },
235+
{ text: 'Sponsor Manager', link: '/comfortevents/user-guide/sponsor-manager' },
234236
{ text: 'Event Category', link: '/comfortevents/user-guide/event-category' },
235237
{ text: 'Event Tags', link: '/comfortevents/user-guide/event-tags' },
236238
{ text: 'Orders', link: '/comfortevents/user-guide/orders' },

docs/comfortevents/user-guide/event-manager.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ card: "article"
3838
- **Event Tags**: Add relevant tags for the event.
3939
- **Event Seo**: Add relevant seo fields value for the event.
4040
4. Publish the event.
41-
5. You can also add Event Team member by inviting users to mange events from frontend.
42-
6. Add ticket if the event is paid and assign limit for price, max entry for a ticket, per person maximum ticket and etc.
43-
7. Manage event attendee fron edit window.
41+
5. **Event Ticket Manager** Manage ticket if the event is paid and assign limit for price, max entry for a ticket, per person maximum ticket and etc.
42+
6. **Event Team Manager(Pro)** Manage team member and update their indivisual permission throughout the application.
43+
7. **Event Attendee Manager** Managed registered attendee from event window.
44+
8. **Event Venue Manager**: Create, Edit, Delete Venue from event window.
45+
9. **Event Speaker Manager**: Create, Edit, Delete Event Speaker from event window.
46+
10. **Event Sponsor Manager**: Create, Edit, Delete Event Sponsor from event window.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Comfort Events Documentation"
3+
description: "Documentation for Comfort Events"
4+
keywords: "comfort event, wordpress, wordpress event plugin, event builder"
5+
url: "/comfortevents/user-guide/speaker-manager"
6+
type: "type"
7+
site_name: "Comfort ERP"
8+
image: "https://comforterp.com/assets/images/seo.png"
9+
card: "article"
10+
11+
---
12+
13+
# Speaker Manager
14+
15+
1. Go to `Comfort Events > Event Speakers`.
16+
2. Add\Edit event speaker by filling the necessary fields.
17+
3. Save changes.
18+
19+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Comfort Events Documentation"
3+
description: "Documentation for Comfort Events"
4+
keywords: "comfort event, wordpress, wordpress event plugin, event builder"
5+
url: "/comfortevents/user-guide/sponsor-manager"
6+
type: "type"
7+
site_name: "Comfort ERP"
8+
image: "https://comforterp.com/assets/images/seo.png"
9+
card: "article"
10+
11+
---
12+
13+
# Sponsor Manager
14+
15+
1. Go to `Comfort Events > Event Sponsors`.
16+
2. Add\Edit event sponsor by filling the necessary fields.
17+
3. Save changes.
18+
19+

0 commit comments

Comments
 (0)