Search

You searched for the word(s): userid:209900

Matching Posts

  • Re: Community Starter Kit (CSK), arc theme, content frame gets too wide

    SonicBoom: Any pointers on how I can further modify the theme to stop excessive width growth of the main content? I suspect you are right about the number of topics causing the problem. Have you tried amending the CSS settings ? /* Topic Menu */ .TopicMenu {white-space: nowrap;} .TopicMenu a {color: #000000; text-decoration: none; font-family: arial, helvetica, sans-serif; font-size: 10px;} HTH
    Posted to Community Starter Kit (Forum) by mumfie2003 on 3/1/2007
  • Re: Custom Modules: Looking for tutorial

    saintX: Do you know about a good online tutorial for making custom modules? For the original CSK/GCN checkout the following links http://odetocode.com/Resources/247.aspx http://www.packtpub.com/book/community-starter-kit HTH
    Posted to Community Starter Kit (Forum) by mumfie2003 on 1/22/2007
  • Re: what to put on the webserver after building the application?

    The best article I have come across for the original CSK and GCN is here http://www.reddnet.com/Programming/CSK+Stuff/CSK+Articles/376.aspx HTH
    Posted to Community Starter Kit (Forum) by mumfie2003 on 1/7/2007
  • Re: what to put on the webserver after building the application?

    saintX: I made a change in my local installation of CSK and had to build it. Which files of the application do I have to put on the web server in order to get it to work there too? Which version of CSK are you trying to deploy ?
    Posted to Community Starter Kit (Forum) by mumfie2003 on 1/6/2007
  • Re: from w2000/sql2000 to w2003/sql2005 asap!!

    Which version of .NET framework are you running ?. I have seen occasional reports under 1.1 that the admin link does not show or the menu options do not show the expected options. Usually resetting the application resolves the problem. CSK should run fine under w2003 and sql2005 providing it is configured correctly. Verify the forms authentication is correctly configured and that the web.config in the admin directory is correct. Also make certain you have cookies etc enabled on the client ?
    Posted to Community Starter Kit (Forum) by mumfie2003 on 6/27/2006
  • Re: Images in Database good or bad??

    Loa: Has anyone done this or have any idea how to do it?? Several users of the PWS have already done this/similar mod. You should be able to download sample source code here which includes this mod and several other useful features. When using the file system to store the images you might need to change the web site permissions on the images directory and the images might not be as secure if you need to protect images based upon user roles.
    Posted to Personal Site Starter Kit (Forum) by mumfie2003 on 4/11/2006
  • Re: where?

    BillKrat wrote: If you click on the RESOURCES link on this web site you'll find that there is a COMMERCE starter kit with PayPal plugged in. The Paypal starter kit requires ASP.NET 2 and is used for creating online shopiing carts. It is written in C# using the provider model. (a VB.NET version is available but was created by running the C# code thru a code convertor). The current version is 1.0.2 and the next version 1.1 has many enhancements and has recently been released for Beta testing to registered
    Posted to Community Starter Kit (Forum) by mumfie2003 on 3/16/2006
  • Re: Login problems at the server, but not workstation

    Zimmer wrote: About the login-issue. Do you (or anyone else for that matter) got any more ideas? You could register 2 new users then compare the records in the aspnet_Users tables. You need to register 1 new user via your web app on your local system and the other new user via the web app running on your hosted site. If you then connect to your remote database and compare the records for the newly created users held in the aspnet_Users tables. It sounds like the applicationID is different. I think
    Posted to Personal Site Starter Kit (Forum) by mumfie2003 on 3/14/2006
  • Re: Login problems at the server, but not workstation

    Zimmer wrote: Btw; Got any links to where I can find those mods? These are some I found but there are likely others. Please check the development language matches your site. http://www.jeremywadsworth.com/ http://peterkellner.net/archives/2006/01/09/24/ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/ASP2memroleman.asp Fix Script to create hosted admin account here
    Posted to Personal Site Starter Kit (Forum) by mumfie2003 on 3/13/2006
  • Re: Login problems at the server, but not workstation

    Zimmer wrote: When I'm at my laptop developing the site, I can run it locally and then access the website administration tools with no problem. But when I upload it to the server, it doesn't work. That is, I can't login anymore it just says "incorrent username or password". Verify that both connection strings in WEB.CONFIG are pointing to your hosted SQL Database. There should be seperate entries for "LocalSqlServer" and "Personal" The standard VS.NET website admin tool is designed for local use
    Posted to Personal Site Starter Kit (Forum) by mumfie2003 on 3/12/2006
Page 1 of 25 (242 items) 1 2 3 4 5 Next > ... Last »