Search

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

Matching Posts

  • Re: Logoff/Logout button Problem

    You need to do a Response.Redirect("default.aspx") for example after your user is logged out. (I don't have the code in front of me right now, so I don't exactly know where you should put this. Check the code which is behind the logoff button.)
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 11/14/2006
  • Re: MySQL version of Club Starter kit

    Small upadate of my MySQL conversion of this thing. Just finnished the MySQL version of the forums extension (thank you MrLunch for your exelent code ) I only encountered 1 thing I couldn't get working, which was sorting the threads on subject. All rest seems to work fine. Next on my list are modifying it a bit: - Integrate forum user settings with memberdetails page, so every thing from a user is located in the same page. - Add role based access to forums, so you can restrict users from a specific
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 11/14/2006
  • Re: MySQL version of Club Starter kit

    You can find it here http://www.pxlstudio.be/templates/ I'll soon have the forums extention and poll-vote (great work by both of the authors of these extensions!!) converted to mysql I also have some updates which are not in the zip: PXLStudio_ImageDB.cs: 1) find lines using scale and change them to use double devision scale = ( double ) iOriginal.Width / ( double ) maxwidth; 2) added watermark method to add watermarks dynamically to jpg you upload to your albums public static byte [] setWatermark
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 10/5/2006
  • Re: MySQL version of Club Starter kit

    The events calendar dll is indepentent of the mysql dll. I did not change it.
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 9/15/2006
  • Re: MySQL version of Club Starter kit

    I updated the file. There was a small bug in the photoalbum pages. The "private" is a boolean and was set as a Int32. I also corrected the database scripts, the field 'album' was missing in the images tables. I also changed the web.config so it refers to a more general application name (CLUBKIT) and the database connection string database name is a dummy which is also refered to in the database scripts. So you'll need to find and replace that. I'll soon try to also convert
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 9/15/2006
  • Re: MySQL version of Club Starter kit

    Template is temporarly available at http://www.pxlstudio.be/templates/ClubStarterKitforMySQL.zip I'l leave it online for a couple of days/weeks until I need the space. I provide this template as is and without any garranty, I got it running on my localhost running MySQL 4.1. I simply converted the existing Club Starter Kit from asp.net, so all the possibly bugs that are in the standard template can still be in here. Run the sql scripts in App_Data to build the MySQL database, remember to find
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 9/6/2006
  • MySQL version of Club Starter kit

    A couple of people have emailed me to ask if I could provide them with some info on converting the club starter kit to MySQL. I'm currently recoding stuff a bit for a new website ( www.muddevils.be ), but soon (within the next week) I'll put up the original Starter Kit converted for MySQL. It's for version 4.x without the stored procs cause my provider hasn't switched to version 5 yet. For people wanting the version 5, you'll have alter the code yourself a bit (shoulnd't be
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 8/28/2006
  • Re: Convert to MySQL?

    hehe, I like that song :-) I know the latest version of mysql has al these nice improved features, unfortunatly numerous emails to my provider to switch to 5.0 didn't help much, so at the moment i'm kinda stuck with the older version. One of the reasons I used mysql, was that all other database technologies are to be paid extra with my provider, but they are the cheapest for hosting here in Belgium. Plus, I must admit that I like programming in ASP.NET. Some will feel the need to respond to this
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 5/31/2006
  • Remember me timeout

    Enyone know where in the code I need to set the timeout for the "Remember me" choice when logging in. I want to let my logged in members to automatically log in for lets say 1 or 2 days.
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 5/31/2006
  • Re: Convert to MySQL?

    I have the club starter kit running with a mysql database. ( www.mantaclub.be ) I'm not using the photoalbum and the events, but this could have easilly been transformed also. You don't need the stored procedures. My site is running on an older version of mysql (4.0.26) Some more details on what you need are here: http://forums.asp.net/thread/1270361.aspx Bassically you need to write your own providers for mysql and make you own code behind database helper classes that do the mysql calls.
    Posted to Club Web Site Starter Kit (Forum) by lucifer on 5/31/2006
Page 1 of 2 (13 items) 1 2 Next >