On this site there is one VB install which is divided up into two sections, forum and mods. I have been looking for a way to do this for some time. Can someone please tell me how i can do this. I have been looking for a mod to do this on here but it seems there isnt one, or at least i cant find it. Im basically looking to give the impression of two boards, something like this:
News=
Forum1
Forum2
Media=
Forum1
Forum2
I would really appreciate any help with this,
Regards,
James
I have just spoken to Floris, he has given me a possible way or doing what i need, but because im not a coder i dont really understand what i need to do. Can anyone help me out with the code i require.
Quote:
<Floris> What you can do is have a template conditional to not display a certain category on forumhome.
<Floris> And then have a custom style overwrite the forum you want to display different
<Floris> as long as the navbar allows users to click back to the full home and the url is the same, etc.
<Floris> (in other words, doesn't appear as a seperate forum) .. one license will do just fine.
...
<Floris> <if condition="$forumid['x'] != 'x'"> normal code </if> in the appropiate template
<Floris> or at least something like that
<Floris> and then make a new custom style and go to the forum manager and set it to overwrite.
<Floris> and upddate forumhome with a tab to link to the new section.
|