Search the web
Sign In
New User? Sign Up
umbraco
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3424 - 3453 of 6106   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3424
I have tried multiple approaches regarding logout (sign-out) from Umbraco 2.1 From what I can read here the code to properly sign a user out is something like...
Lars Buur
larsbuur
Offline Send Email
Mar 1, 2006
9:06 am
3425
Hello all, I have manged to get the content appear on the live site. To make any changes appear live on the main site I have to right click the first node and...
warren_momo7145
Offline Send Email
Mar 1, 2006
9:12 am
3426
You never send me an e-mail with the login/logout? ... pc - ... will ... can ... scratch....
runethougaard
Offline Send Email
Mar 1, 2006
10:05 am
3427
Hej Rune, Do a search within this group and you will find the complete code. Kind regards Lars Buur ________________________________ Fra:...
Lars Buur
larsbuur
Offline Send Email
Mar 1, 2006
10:09 am
3428
And even better here is the link :) http://groups.yahoo.com/group/umbraco/message/3228 ________________________________ Fra: umbraco@yahoogroups.com...
Lars Buur
larsbuur
Offline Send Email
Mar 1, 2006
10:15 am
3429
Morten, Apologies for that. I really should read more extensively before trigger happy posting. :-} However with regards to creating with api, I have created...
mayatismail
Offline Send Email
Mar 1, 2006
12:28 pm
3430
Hi, Sometimes when I'm saving a page I notice that the value for a property that is set using the content picker gets lost. It's impossible to give steps to...
craigiw
Offline Send Email
Mar 1, 2006
4:18 pm
3431
The logout seems to have the same problem that you are facing Lars. It would be great if Niels could take a look to see if he can spot the problem. /Peter ... ...
Peter
aedipjotr
Offline Send Email
Mar 1, 2006
6:41 pm
3432
I created a textpage with dropdown function (default build in) and now I want to "archive"them to another page cause the dropdownlist get's freaking long....
hs81080
Offline Send Email
Mar 1, 2006
6:43 pm
3433
I did a small login/logout some months ago. Maybe it can be to some help. It works fine for me to both login and logout. You find it here: ...
Tobias Persson
tbspersson
Offline Send Email
Mar 1, 2006
9:55 pm
3434
but is aspx or ascx page? how import it in umbraco macro if it`s aspx page? can you be more precisely to make a serious reserved area or member area with...
ig_p118
Offline Send Email
Mar 1, 2006
10:17 pm
3435
The first question you answere already. It must be an ascx (usercontrol), because you need to use it as a macro :) To create a login page: - Create a page -...
Peter
aedipjotr
Offline Send Email
Mar 2, 2006
7:52 am
3436
Hi Tobias, This actually works for me... I guess it has something todo with the way I login into Umbraco and the backend ERP system (that I have integratet...
Lars Buur
larsbuur
Offline Send Email
Mar 2, 2006
9:11 am
3437
I've been struggling with figuring out which classes I should access to create a webpage dynamically. I have looked at ...
Morten Nielsen
sharpgis
Offline Send Email
Mar 2, 2006
9:11 am
3438
Hi Morten! For the runtime you can use: You can use the helper methods in the umbraco.library or you can use the nodeFactory of umbraco, which expose the...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Mar 2, 2006
9:21 am
3439
I'm not able to re-produce, but please let me know if you find a way! Thanks for submitting so many bug reports and annoyances - it's the *only* way to get rid...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Mar 2, 2006
9:25 am
3440
Hi Peter, Did you find any solutions to the problem? I realized the same problem with the postbacks and logout! Regards Morten ... [Non-text portions of this...
Morten Vittrup Graver...
mortenvg
Offline Send Email
Mar 2, 2006
9:54 am
3441
To solve the postback problem: Add: this.Context.Items["RefererPage"] = this.Page.Request.RawUrl; to your Page_Load event. When successfully validating the...
Morten Vittrup Graver...
mortenvg
Offline Send Email
Mar 2, 2006
10:10 am
3442
Work for me, also.... and I have used member protection... ... way I login into Umbraco and the backend ERP system (that I have integratet Umbraco with) -...
ig_p118
Offline Send Email
Mar 2, 2006
10:17 am
3443
GoodMorning, How Can I access data from umbraco? How Can I integrate it with webservices? The WebServices can make as frontend with database... -:)) Thanks...
ig_p118
Offline Send Email
Mar 2, 2006
10:22 am
3444
... It works for me without problems. Could your problems be cache related? Check the macro settings (in developer section) and remove all caching... Jesper ...
Jesper Ordrup
jesperordrup
Offline Send Email
Mar 2, 2006
10:33 am
3445
At least for me ;) The problem was that I had other session objects that was not cleared - and that somehow "logged in behind the scene again" when I called ...
Lars Buur
larsbuur
Offline Send Email
Mar 2, 2006
10:51 am
3446
Umbraco doesn't use sessions on members (unless you use the overwritten login method) it uses cookies. So I think you solution might be specific to your...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Mar 2, 2006
10:56 am
3447
The equivalent for cookies should be System.Web.HttpContext.Current.Response.Cookies.Clear(); The way it works today (when using the cookiebased login) is that...
Kasper Andersen
kasperbumbech
Offline Send Email
Mar 2, 2006
11:07 am
3448
Sure! - We use session objects to store some user specific shopping information. But what was teasing me was the fact that the system automatically logged in...
Lars Buur
larsbuur
Offline Send Email
Mar 2, 2006
11:14 am
3449
"ig_p118" <biapar@...> skrev i en meddelelse news:du6h03+kd4r@.... ... Hey There has beeen more than 3 threads about that the last...
Anders
anders_matth...
Offline Send Email
Mar 2, 2006
11:31 am
3450
Say I want only to display the navigation structure for which a given member has access to - how do I do that most efficiently? I've been searching for ...
Jesper Ordrup
jesperordrup
Offline Send Email
Mar 2, 2006
12:10 pm
3451
Hi Jesper! I've just committed an update to svn in these files (revision 311): /library.cs /cms.businesslogic.web.Access.cs That uses the sql server much less...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Mar 2, 2006
12:35 pm
3452
Niels If you - in global.asax.cs - change line 77 From publishingTimer = new Timer(new TimerCallback(presentation.publishingService.CheckPublishing),...
Daniel Bjørnbakk
dan_bjo
Offline Send Email
Mar 2, 2006
12:54 pm
3453
Hello I discovered Umbraco a couple days ago. It looks really good. I've installed the demo, read the documentation, but still have some questions. The website...
Brandon
dredd2kad
Offline Send Email
Mar 2, 2006
3:25 pm
Messages 3424 - 3453 of 6106   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help