|
|
Posted 03/06/2005 18:49:30 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 27/04/2006 11:28:58
Posts: 2,
Visits: 6
|
|
| Is there a way to add additional tabs to the navigational tabs at the top of the page?
|
|
|
|
Posted 03/06/2005 19:02:15 |
|
|
Supreme Being
      
Group: Customers
Last Login: 22/09/2008 15:59:25
Posts: 693,
Visits: 2,418
|
|
Hello tinaf 
The top of the actual forum product is the table that reads "InstantASP Community Forums"... Please see the v4.0 demo @ http://demos.instantasp.co.uk/instantforum40/Default.aspx
The navigational area at the top of this forum, is a usercontrol, which is included at the top of these forum pages.. via the MasterPageTemplage functionality provided by the new "soon to be released" InstantForum v4.0.
There are 2 basic options in regard to adding your own header or footer to InstantForum v4.0. The Master template option which is stated above... and also a "wrapper" option, where you can wrap the forum with standard HTML coding.
To learn more please see the demo forum - http://demos.instantasp.co.uk/instantforum40/Default.aspx
You can login with admin rights (see the post on the demo forum)... then you can try out the AdminCP area of the forum, where you can manage wrappers...
I like the direction v4.0 is taking because it is very flexible...
I hope this helps...
..:: Bare ::.. http://www.livingformetal.com
|
|
|
|
Posted 07/06/2005 11:27:03 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 27/04/2006 11:28:58
Posts: 2,
Visits: 6
|
|
| Hi Bare, thanks for your help. I was able to add another tab by editing InstantKBComponents.Controls.vb under TabbedNavigation constructor and add the necessary code to the BreadCrumbNavigation constructor. thanks again! tina
|
|
|
|
Posted 07/06/2005 11:40:28 |
|
|
Supreme Being
      
Group: Customers
Last Login: 22/09/2008 15:59:25
Posts: 693,
Visits: 2,418
|
|
|
|
|