Hi, Has anyone actually managed to execute scheduled tasks with the scheduler? I have installed the database table and stored proceedures ok and I can see that...
Hi all, Does anyone know where I can get my hands on the source code for the Rainbow Scheduler? Isn't it under the same lisence as Rainbow core, hence...
hey, i'd like to limit the depth of the menu to tabs and subtabs to keep the site easy to navigate. so : i have TAB 1 -- SubTAB1.1 ... and in the solpart menu...
Indeed, they are still in database. Infact it's very easy to make a new module "archive articles" ... it's just a copy paste of the articles module with a...
well ... it's a little workaround ... the problem is that even when you're logged in as an administrator you can't see the edit module settings picture. So ......
Hi, To my knowledge you don't have to do anything special: - create an empty database in sql using whatever name you want - change the connectionstring in...
I don't think there is, but you could use the approval options to build in a form of security. You could make the user himself appover for his own html ...
except for the thumbnail : the documents module does exactly what you're asking. only ... don't forget to set the size limit for uploading in web.config to...
Well, I found a temporary fix for this myself ... maybe usefull for others too: In solpartnavigation.cs : There is a function "recoursemenu" that is called...
Yeah I literally just found out this solution myself and was going to reply to my own post with the answer =P Thank you very much for your reply though, it is...
Yep, that's cool. I allways try to do that too : answering my own questions when you find the solution yourself. So if others search they can at least find an...
Hello, I am new to Rainbow and just got it installed and running on my development machine (win2k/SQL2k). I have been digging through all the posts here and at...
... ASP.NET must have read, and execute permissions, and modify permissions on the logs directory. You don't need to give it write permissions everywhere. In a...
Ok ... found a fix ... in fact it's strange : in code they set potalID = 0 when the usesingleuserbase is true (security.cs) but in stored procedure the select...
Scenario: Using FireFox to configure the Rainbow Portal on my local machine. I put the HTML Module on my Home Page then try to "add" the content and got the...
Well, in fact there is a second editor allready built in rainbow: Active Up Html Editor. When you click on the "edit properties" button of your html module, at...
Also note that the latest version of FreeTextBox also supports Firefox so that it stops throwing errors as it does now. I'm not sure if the latest rainbow...
yep, that's the only downpart of rainbow IMHO... finding help isn't allways that easy ... especially if you need a fix very urgent ... But as mentioned ... it...
... DNN however knows how to make a web presence, market, promote and make an install and fix their UI problems. The Rainbow creators shoot themselves in foot...
On a lighter note myself and Rahul are personally evangalizing the heck out of Rainbow and are building sites, writing modules, enhancements and revamped Admin...
I am also building sites, writing modules, etc. I haven't jumped into doing classes yet, but that sounds like it might be fun to teach. How can we Rainbow...
William Forney
bill@...
Aug 11, 2004 10:07 am
199
<add key="PortalSettingDesktopTabsXml" value="false" /> What happens if I change this from "false" to "true"? What module uses this?...
I have an Public web site that I has a Javascript driven drop down box/form to login to my ASP Intranet site. (See www.analyticsynergy.com, "My Connection") ...
Well, i definately would use rainbow as authentication method. you can use an URL with user and pass in it that automatically logs you in, so maybe you can use...
Hi, I have a question about the timeout in Rainbow. Right now, when the portal times out (after 20 minutes I think) it gives an "access denied" message. How...
Hi Amit, Web.config file have the following entry. If u r just testing on your server than u can say "On" to the Mode. and let see if it works? <customErrors...