Category: Sitefinity 3

C# Css Sitefinity 3 Web Development

Sitefinity: Keeping RadPanelBar Expanded

If you need to ensure that the RadPanelBar control (which I use for sidebar navigation) remains expanded, check out the RadPanelbar1_ItemDataBound method in the control located at /Sitefinity/UserControls/Navigation35/SitePanelBar.ascx. This control checks the hideUrlForGroupPages, removing the link if set to true on your control. However, this doesn’t prevent the link from being active, collapsing the nodes […]

CONTINUE READING
Sitefinity 3 Web Development

Changes to Custom IndexProviders Implementation in Sitefinity 3.6 SP1

In case you are using some of the Custom Index Providers I blogged about previously, you may encounter some errors when upgrading to the new Sitefinity 3.6 SP1 that was released this week. The problem is that the IIndexerInfo interface how requires a new method, ResolveIndexPath(). Since the Sitefinity team is still catching up on […]

CONTINUE READING
Sitefinity 3 Web Development

Sitefinity: Set Page Title for Generic Content Category View

On my personal website I have a section where I feature my music, categorized as songs I’ve written, remixed, and mix sets that I’ve produced. Using the built-in category view for generic content, I can show different lists of my music based on the selected category passed via query string. Unfortunately, Sitefinity currently shows the […]

CONTINUE READING
C# Sitefinity 3 Web Development

Sitefinity: Index and Search Events

NOTE: This post has been superceded by the Sitefinity Toolkit whcih contains a search provider for news, events, and generic content items. This post remains for reference only. Sitefinity has a very useful search-indexing feature that works pretty much out-of-the-box to index pages, blogs and news. Unfortunately, there doesn’t seem to be any built-in provider […]

CONTINUE READING