|
Search
You searched for the word(s):
Showing page 1715 of 1,762 (17,611 total posts)
< 1 second(s)
-
jcalhoun,
Try the following setting:
<CE:Gallery
id=''gallery1''
runat=''server''
Height=''500''
Width=''600''
Column = ''8''
MaxImageWidth=''600''
...
-
BruceD ,
You can find the Resources.xml in the ~/cuteeditors/templates/ folder.
The Resources.xml contains all the template definition.
When you add the new template, please make sure you copy the template file to the same folder.
...
-
jloyola,
Terry found a soluton and we made the test and it works.
I highlighted the code we added as followings:
'If the url contain the CuteChat, we don't want to dotnetnuke do the sighout.
If Request.Path.ToLower().IndexOf(''/cutechat/'') = -1 Then
' expire cookies if portal has ...
-
jloyola,
Sorry for the late response. We are working/testing this issue since last night. It's 11:13am (Eastern time ). We are from Ontatio, Canada.
For the dotnetnuke sub portal problem , I think it's a bug of DotNetNuke.
In global.asax.vb , It's auto singout if portalid not found .
I commented this ...
-
Hi Eric,
Can you elaborate on the user authenication..ie if a user is logged into the portal, can the name be passed to the chat? that is the user cannot enter in another nickname?
Yes, the user name/user role is automatically be passed to the chat. The embers don't need to enter their username and password again in ...
-
iakar,
You don't need to own the server to run CuteChat. As long as your host provider allows you FTP the files, you can copy the files to your server.
No, the CuteChat don't run on access right now.
-
Are you using the Visual Studio IDE and inclued the ''CuteEditor_Files'' folder into your Visual Studio project?
The following situtation happened to other developers before:
When you are using the Visual Studio IDE to include the ''CuteEditor_Files'' folder into your Visual Studio project, it prompts you to ...
-
Hi,
Do you have the same problem with other pop-ups?
The followings are the first line of insert.aspx:
<%@ Page CodeBehind=''insert_link.aspx.cs'' Language=''c#'' AutoEventWireup=''false'' Inherits=''CuteEditor.Include.insert_link'' %>
Please check your insert.aspx file (you can find it at ...
-
goat,
DotNetGallery is highly Customizable.
Please use the following code as a template:
void Page_Load(object sender, System.EventArgs e){ ... AccessLevel accesslevel = ...//get from somewhere switch (accesslevel) ...
-
goat,
Thanks for the nice words.
I am afraid you need to convert you asp code to asp.net.
DotNetGallery is an ASP.NET server control which only works for the asp.net environment.
>>Also, is there anyway to define the link for Fullscreen. I would like to be able to load it into a new window as full screen ...
... 1715 ...
|
|
|