Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: manage topics

  1. #1
    bart2010 is offline Junior Member
    Join Date
    Jul 2012
    Posts
    2

    Default manage topics

    Hi all,

    I need help with setting up topics, i have googled for this but didn't get much help, and i have just started working on aspdotnetstorefront, i have working on one site which has topics like termsandconditions, when u click the link on the page it goes to websiteurl/templates/skin1/t-termsandconditions.aspx
    so how do i create a page to avoid pagenotfound error and change the url to websiteurl/t-termsandconditions.aspx

    Please help
    thanks in advance.

  2. #2
    vnr is offline Banned
    Join Date
    Jan 2012
    Posts
    19

    Default manage topics

    Just create a static html(pagenotfound.html) page and place it on ftp folder and refer it in web.config

    you can find this static page by doing google search.


    Regards
    Top Visited Sites
    http://www.topvisitedsites.com

  3. #3
    bart2010 is offline Junior Member
    Join Date
    Jul 2012
    Posts
    2

    Default

    thanks for your response but i need to create aspx page so topics can be managed by user, can u please suggest any way of doing it in dynamic way.
    thanks