[RSS Feed/News] vBulletin: Category node for FAQ pages is always created when retaining IDs

Status
Not open for further replies.

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:

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom