BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Need help fixing links between Masterpages and aspx pages from one theme to the next
Rank: Member
Joined: 10/29/2008(UTC) Posts: 66
|
I would LOVE it if somebody could help me out with this. It is a bit convoluted so I'll do my best to explain it
Let us say...
I began with a theme named Bvc5.
My host created a new version of this theme called AutoTech. In the AutoTech folder is a default.master with the following text:
<%@ Master Language="VB" CodeFile="default.master.vb" Inherits="BVModules_Themes_AutoTech_default" %>
I wanted to create a new theme so I created a DUPLICATE of the Theme folder and named it STEALTH. Not knowing what I was doing, I assumed that all I had to do was duplicate the AutoTech folder and it would work fine.
Now I notice that inside the STEALTH theme folder is a default.master file with the following text:
<%@ Master Language="VB" CodeFile="default.master.vb" Inherits="BVModules_Themes_AutoTech_default" %>
AND a default.master.vb file with the following text:
Partial Class BVModules_Themes_AutoTech_default Inherits System.Web.UI.MasterPage End Class
My question is this... Should I change the above deflaut.master and default.master.vb to reference STEALTH instead of AutoTech?
Also, I noticed that the default.aspx file in the root directly of my site looks likke:
<%@ Page MasterPageFile="~/BVModules/Themes/StealthAuto/Default.master" Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
Will this cause problems with my other themes?
Thanks for any of you who bravely take a stab at answering this question.
If it is too confusing to answer my question, maybe you can simply write the PROPER way to "duplicate" a theme folder in order to make a new affiliate theme.
THANKS!
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.