|
|
|
Supreme Being
      
Group: Customers
Last Login: 29/01/2008 12:37:32
Posts: 187,
Visits: 202
|
|
| How do you do that? I want the breadcrumbs that say Home - This Forum - This Thread etc to appear at the bottom of the actual topic you're in, as well as at the top. Cheers. Liam
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 30/12/2008 00:19:04
Posts: 693,
Visits: 2,419
|
|
I don't know specifics... but within the skin you can add/remove/move controls all you want.
I don't have access to my project right now, so I don't know specifics, in regard to page names and so on
..:: Bare ::.. http://www.livingformetal.com
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 2 days ago @ 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
| Hi Liam, This is possible with both the End User License and Developer License. It will require modifications to the code-behind and a little knowledge of ASP.NET. You'll need to copy the InstantASP:BreadCrumb control where you could like to duplicate and rename this at the bottom of each page. Then add a reference within the code-behind to the second breadcrumb control to either pass in the BreadCrumb item collection or the current forum / topic ID. You can see examples within the code-behind of how to initialize the breadcrumb control by setting a few properties. This may require quite a bit of tweaking and applying the changes between updates may not be practical. If you would like to pursue this please respond and i'll certainly try to offer further information
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
|
Supreme Being
      
Group: Customers
Last Login: 29/01/2008 12:37:32
Posts: 187,
Visits: 202
|
|
|
|
|