Requirement:
XThreads
Last Update: 08 February 2011
With XThreads, we can create a showcase forum. Here is a simple example to do that:
1. First, we will create a textbox for Website Name:
Create a Custom Thread Fields with this settings:
- Title: Website Name
- Key: scfname
- Description: Your website name
- Applicable Forums: 'select a forum that we will apply the showcase forum'
- Input Field Type: Textbox
- Editable by / Required Field?: Everyone (required)
Later, we need to put {$GLOBALS['threadfields']['scfname']} variable to display it into our template.
2. Next, we will create a textbox for Website URL:
Create a Custom Thread Fields with this settings:
- Title: Website URL
- Key: scfurl
- Description: e.g: www.yoursite.com
- Applicable Forums: 'select the forum in point 1'
- Input Field Type: Textbox
- Editable by / Required Field?: Everyone (required)
- Display Order: 2
Later, we need to put {$GLOBALS['threadfields']['scfurl']} variable to display it into our template.
3. Then, we will create a txtbox for Website Language:
Create a Custom Thread Fields with this settings:
4. Now, we will create a textbox for Website Slogan:
Create a Custom Thread Fields with this settings:
5. Then, we will create a textbox for Founded (Year):
Create a Custom Thread Fields with this settings:
6. Now, we will create categories:
Create a Custom Thread Fields with this settings:
7. Now, XThreads Options in Forum settings (the forum in the settings 1, 2, 3, 4, 5 and 6 above):
- Template Prefix: scf_
- Enable XThreads' Inline Forum Search: Yes
- Override Threads Per Page: 5
Modify it as our needs.
8. Create new templates in Global Template:
- Template Name: scf_forumdisplay_threadlist
- Template Content:
- Template Name: scf_forumdisplay_threadlist_rating
- Template Content:
- Template Name: scf_forumdisplay_thread
- Template Content:
- Template Name: scf_forumdisplay_thread_rating
- Template Content:
- Template Name: scf_showthread
- Template Content:
- Template Name: scf_showthread_ratethread
- Template Content:
- Template Name: scf_forumdisplay_threads_sep
- Template Content:
- Template Name: scf_forumdisplay_sticky_sep
- Template Content:
Screenshots:
1. User create a showcase thread:
2. User view the post:
3. Thread List: