A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
My skin is based on the fact that a page should always have two columns. For page I create, this in not a problem since I add content to the right column. However, since I have no direct control over the Search results page, it is displayed without anything in the right column so it breaks the design.
How can I tell mojoportal that the design for the search results page should have two columns (center and right)?
you can add this to your user.config file:
<add key="ShowRightColumnOnSearchResults" value="true" />
It doesn't seem to be doing anything.
Also, how would I select what would go into the right column?
Note: I am still on version 2.3.4.2, could it be the problem?
yep, that is the problem, you should upgrade to the latest version
Note that it will not show any content in the right column unless you have configured some content to show on all pages using module wrapper. Otherwise it will show the column but it will be empty.
I upgraded and everything is now fine, thanks!