i already use showcase forum xthreads and there is
Code:
1 2 3 4 5 6 7 8 9 10 11
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.
Link : <a href="http://{$GLOBALS['threadfields']['scfurl']}"><strong>{$GLOBALS['threadfields']['scfname']}</strong></a>
i want to ask about {$GLOBALS['threadfields']['scfurl']}, can i use this code to display it in index.php?
i want to display latest showcase forum and the details like Name and URL in index.php, how could i do that?
i already add that code {$GLOBALS['threadfields']['scfurl']} to index template and nothing happen