HI all, Instead of having all this address, billing, register and shipping screens when clicking the checkout button I want the users of my webshop to have a ...
Rainbow RC3 is now available on SourceForge. http://prdownloads.sourceforge.net/rainbowportal/Rainbow-RC3.zip? download Summary of changes since last Release...
Can someone explain t me the advantages of the CVS (software)... how I set up PC to work with the latest Sourceforge Daily Rainbow CVS. How are daily changes...
This is no longer a problem...I figured it out with a little Makefile help from Rahul ...thanks Rahul....and a couple of hours of debuging...on to unit test...
For information on how to use CVS check one of my earlier posts: http://groups.yahoo.com/group/rainbowportal/message/25 Once setup you rightclick the Rainbow...
This might have been fixed but I can't check right now so I'll just put it out here. This is in the ApplicationPath property in PortalSettings: string...
By the way...this is my MakeFile for the "MyStuff.DLL" private assembly (located in/ran from within the /rainbow/desktopmodules/mystuff/ directory. FileName:...
Amit: Could you go to http://sourceforge.net/tracker/?group_id=66837&atid=515929 and post the bug? Along w/ your fix. thanks, -bja ... From:...
Bill Anderson
wjanderson@...
Apr 7, 2004 2:12 pm
80
Actually CVS has many commands: Checkout - Checks out a module , and notifies the server that you the user have checked out a module for development. This is...
Guys, I'm looking into the following data access options for my modules and maybe a patch to rainbow. 1. DAAB ( like in DNN ) 2. Gentle.NET object persistence...
Folks: We use two similar pieces ( all home grown ). First, we have a DAL layer that encapsulates the persistent store. We prefer not to use dynamic SQL as...
Bill Anderson
wjanderson@...
Apr 9, 2004 12:45 pm
85
Hi, Please send us more info about the reason you're posting code to this newsgroup. Provide as much details, like exact error message, usage scenario, line...
It would be nifty to be able to do that!! Sincerely, E. __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway ...
Hi, I've not really heard of DAAB and Gentle.NET, but in some of my projects I've been using Sisyphus (http://sisyphuspf.sourceforge.net) and its been working...
Well, specifically, I wanted to be able to easily add the sitemap module to all of my tabs w/one action rather than having to go through and add said module ...
Add the module to one tab. Edit Base Settings, at the foot of the page you will find: Show on every page?: Tick the box & the module will appear on every tab...
Hi, I am a new member of the rainbowportal group. I would like to install rainbow for my website. But I don't want to use the name "rainbow" for the database....
Hi, would it be a problem to copy the rainbow files directly in to wwwroot directory ? Without creating a rainbow directory under wwwroot and making it an...
there is a way to do this . login as admin and change it's module settings to "Show Everywhere". hth, bja ... From: Erik Gilbertson...
Bill Anderson
wjanderson@...
Apr 11, 2004 10:02 pm
95
Hi, As far as I know that shouldn't be a problem. I have set it up that way too on my website (www.goyaweb.nl <http://www.goyaweb.nl/> ). Yannick _____ From:...
The only place where you need to define the database name is in the web.config file where the connectionstring setting is set. Ynanick _____ From: Murtix Van...
I asked the create the db with different name. Web.config file will help after the db is set in the sql server. In order to create with a name different than...
You're right about that. I was envisioning a slightly different way, which wouldn't work in you case because you already have another Rainbow database. They...
Renaming in the enterpeise manager was the first solution I thought too ;-). But the ent-manager did not let me do it somehow. Thats why I had to dig in. For...
Rainbow has the capability to auto update your database when a new version is released. This is initiated by the aspnet process. Probably not very useful if...