Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): user
More Search Options
Showing page
3
of
607
(
6,061
total posts)
< 1
second(s)
Re: CuteEditor for .NET file upload to different folders depending on the logged in user
bcedergren: We have a website that a
user
signs into their account to administrate their page. The account has their own sub-domain URL (ie: something.mydomain.com). We want to add CuteEditor for .NET but need it to be able to upload files to a different folder depending on the
user
. Since their sub-domains are all unique this would be ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
May 28, 2009
Re: Anonymous user names not logging correctly
Richard, The guest
user
name is a temporary name which is not remembered by system. For example, ''John'' is a
user
name which is not taken by any registered
user
. So any guest
user
can use it. If guest A uses this
user
name today and left the chat room. Tomorrow guest B can also rename his/her name to ''John''.
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
May 29, 2008
Re: How does Chat_OpenMessenger() know which user it is?
The role of Get
User
DisplayName is helping you get
user
's display name based on the
user
's UniqueName. Before you get started, you need to understand the 'UniqueName' in CuteChat. In CuteChat, UniqueName means the unique data of your
user
. Depending on how you implement the
user
system, in some systems, the best ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
July 11, 2006
Re: Right clicking on user name in chat...
I had the same problem, but then I saw that I had disabled private chat globally, so maybe you should check that. A bug when using IE still allowed me to create a private chat, if I double click the
user
a private chat window popped up and the invite message was sent to the
user
. Also after I enabled the private chat globally it worked ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
ingig
on
May 12, 2005
Re: Upload Folder and user-specific image files. Please send help.....
SDorsett, If you are familar with ASP, it's easy to achieve that by modifying the source code. For example, in you page, you get the
User
identifier by Session(''
User
Name''). 1. When you upload the images/flash/document/media, you can add a
user
-specific prefix. Example: myexample.jpg will rename to Tim_myexample.jpg or ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
March 9, 2005
CustomFileProvider and separating one user's images from another
Hi, We used to tell Cute Editor's Image Uploader to store images in contextually-generated sub folder paths so that
User
A's images are not visible to
User
B. This is possible thanks to Cute Editor's SetSecurityGalleryPath and friends. We are making a switch to DB-storage of these same images. Thanks to the CustomFileProvider we ...
Posted to
Cute Editor for .NET
(Forum)
by
obiwantcp
on
July 9, 2006
Re: Integration with our user database so nickname dialog does not appear.
The role of Get
User
DisplayName is helping you get
user
's display name based on the
user
's UniqueName. Before you get started, you need to understand the 'UniqueName' in CuteChat. In CuteChat, UniqueName means the unique data of your
user
. Depending on how you implement the
user
system, in some systems, the best ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
June 22, 2006
Re: Override culture/language based on user's profile?
I found a solution! I added this to Global.asax.cs: protected void Application_AuthenticateRequest(Object sender, EventArgs e) {
User
user
= CSContext.Current.
User
; if (
user
.Profile.Language == ''de'') // fixes a bug where neutral cultures < en-us are ignored System.Threading.Thread.CurrentThread.CurrentUICulture = new ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Anonymous
on
April 20, 2009
Re: NukeChat7 supports DNN& c# code?
Hi, you can create a new c# file name "DNNChatProvider.cs" in the App_Code folder and use the code ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Kenneth
on
December 11, 2015
Re: Show Custom User control in editor
deepakOB: Hi, We are using cute editor 6.6 extensively in one of our projects. Now we want to show a
user
control in cute editor i.e. if someone types a special token something like {ContactUsForm} in HTML mode, and clicks on ''Normal'' or ''Preview'' mode, then we want to render a form in place of the token. We may do ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 24, 2010
More Search Options
< Previous
1
2
3
4
5
Next >
...
Last ยป