Three options that are immediately obvious to me:
1. As a one-off, you could use hook vbcms_section_populate_end to examine the node id and, if it's one you want to point to the forum, redirect the user to where you want them to go.
2. Extend the section to include a page to redirect to. It looks like this would require some file edits.
3. Create a new content type that includes a page to link to. Rewrite the section widget (or create a new widget) to display both content types.
|