2 Column Blog

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi All

I've had a look through the Blog files but can't see where to change from what seems to be a 1 column master to a 2 column master. Any ideas?

I'd like to keep the left hand Nav column.

Thanks
13 years ago
out of the box on v1.9,

blog.aspx
uses the two column masterpage ( nav on left column - blog content on right )

you can change the masterpage of pages by looking for

<%@ Page Language="C#" MasterPageFile="~/MasterPages/TwoColumn.master." AutoEventWireup="true"
    Inherits="NopSolutions.NopCommerce.Web.BlogPage" CodeBehind="Blog.aspx.cs"  %>

and changing it eg

OneColumn.master
ThreeColumn.master

~~~~~~~~~~~~~~~~~~~~~~~

now that I think about it, 1.7 and previous versions used OneColumn.master if you are using an earlier version,
change OneColumn.master to TwoColumn.master

have a look at the current 1.9 implementation of the blog


http://demo.nopcommerce.com/blog.aspx
13 years ago
Great. Thanks

I was looking at ascx files!

Wish I was using 1.9 - I'm on 1.6 until the server outfit upgrade, which seems to be taking forever.

Anyway, thanks again.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.