XenForo
Administrative
- Thread starter
- Admin
- #1
When importing FAQ items from vBulletin while retaining IDs, a category node for FAQ items is always created:
PHP:
Read more
ادامه مطلب...
PHP:
Code:
/**
* When $retainIds is set, creates a category node in order to store all FAQ
* entries imported as XF pages, which would otherwise be scattered all over
* the node tree.
*
* @param array $stepConfig
*/
public function setupStepFaq(array $stepConfig)
{
if (
$this->session->retainIds &&...
Read more
ادامه مطلب...