|
|
|
|
|
5 Replies and 6263 Views
New custom control registration 6263 5
Started by Albert
Hi.
How to register a new custom control in dmx resources, to be possible to redirect&160;there from main dmx menu.
I've added new control under module definition with proper path, gave it key 'Assigment'&160;and try to redirect there form new item added to xslt&160;using node like this&160;for my new&160;item:
xsl:value-of select='ctl=Assigment&mid=./TabUrl/Connector'/>ctl=Assigment&mid=xsl:value-of select='./DMXModule/ModuleId'/>&CollectionId=xsl:value-o...
|
|
|
|
5 |
6263 |
by Albert08/20/2010 9:30 AM |
|
3 Replies and 3862 Views
Binding already uploaded S3 files to DMX 3862 3
Started by Sergey Gimgin
Files in my Amazon S3 bucket were uploaded not by means of DMX. What is the easiest way to add them to DMX database
Thank you.
|
|
|
|
3 |
3862 |
by Peter Donker08/19/2010 3:51 PM |
|
1 Replies and 4248 Views
Custom Security Based On Attribute 4248 1
Started by cbt
For our project, we have the need to limit the folders a user can see based on a custom user attribute.&160; For the sake of example, let's say it is the users United States social security number (SSN).&160; If I capture the SSN as part of the user registration process and the tag folders in the Document Exchange with a custom attribute for the SSN.&160; Is there a way using the API to only show the user the folders where their SSN matches the folder SSN attribute.
I hope that makes sense.
...
|
|
|
|
1 |
4248 |
by Peter Donker06/25/2010 4:10 PM |
|
1 Replies and 4050 Views
Uploading File using DMX 4050 1
Started by bhagi
&160;I am new to &160;DMX Module. Can u provide sample code to upload a file using DMX API in&160; DNN&160;5.x version.
|
|
|
|
1 |
4050 |
by Peter Donker06/18/2010 11:39 AM |
|
5 Replies and 4664 Views
DMXWebService bug in SimpleDeleteEntry (with path) 4664 5
Started by Walter Nicholls
Hi Peter,
I'll make this quick:&160;SimpleDeleteEntry fails (with 'Entry not found.') because it fails to check credentials.
From 5.2.6 part source, DMXService.asmx.vb&160; around line 97 - add the line in bold:
&160; _
&160; Public Sub SimpleDeleteEntry(ByVal EntryId As Integer, ByVal HardDelete As Boolean)
&160;&160;&160; Authenticate()&160;&160; '$$ Public Sub SimpleDeleteEntry(ByVal EntryId As Integer)
&160;&160; Dim Entry As EntryInfo = EntriesController.GetEntry(_porta...
|
|
|
|
5 |
4664 |
by Peter Donker06/02/2010 7:40 PM |
|
1 Replies and 4076 Views
Comments On Comments 4076 1
Started by bw@mk
Something that would be extremely helpful with the&160;partial source is some type of documentation on the API or&160;at the very least comments in the code.&160;&160;I&160;am&160;guilty of not commenting&160;my code as&160;well, but&160;if I&160;am planning on others, especially customers who purchased the source code, reading my code then I&160;would certainly do so.&160; It seems that whenever someone brings up this point, the answer is that this forum is the documentation, but I&...
|
|
|
|
1 |
4076 |
by Peter Donker05/31/2010 3:06 PM |
|
3 Replies and 4153 Views
DMXWebService - SimpleUploadNewEntry 4153 3
Started by Kendall
&160;I'm trying to upload a file via the webservice and I'm getting the error: 'Server was unable to process request. ---> Object reference not set to an instance of an object.' The code I'm using is below. Can someone please point me in the right direction Thanks!
Try
&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160; Dim fileName As String = 'C:\temp\pup.jpg'
&160;&160;&160;&160;&160;&160;&160;&160;&160;&160;&160; ' Open a file that is to be loaded into a byte a...
|
|
|
|
3 |
4153 |
by Peter Donker05/06/2010 1:43 PM |
|
1 Replies and 6250 Views
Receive message 'Guid should contain 32 digits with 4 dashes' when calling GetEntry 6250 1
Started by Michael Merrell
&160;Hello, I am attempting to the use the web services built into the DMX module and have some issues with the GetEntry web service call. &160;Running DNN version 4.8.4 and DMX version 5.2.2.
When I make a call to GetEntry these are the exceptions that I get:
&160;
There is an error in XML document (1, 2590).
&160;&160; at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
&160;&160; at System.Xml.Serializat...
|
|
|
|
1 |
6250 |
by Peter Donker04/12/2010 2:10 PM |
|
7 Replies and 4658 Views
API Documentation 4658 7
Started by BSchaffrin
Hello,
where can I find some dokumentaion about the API
Thanks
Boris
&160;
|
|
|
|
7 |
4658 |
by Peter Donker04/12/2010 2:09 PM |
|
14 Replies and 8226 Views
Add Custom Attribute with custom control? 8226 14
Started by Gaurav Kumar
Hi All, I have added a custom attribute called 'Client' and it works fine if I use default settings. I want to use Drop Down Control(Combo Box) instead of default TextBox Control. I have added coustom ascx control 'ClientList.ascx' in controls folder and added the reference of control file in the 'Control To Load' field and after adding attributes on ascx file when I save attributes, it successfully saved. After saving attributes I go on document Folder, Right Click on document folder and select...
|
|
|
|
14 |
8226 |
by Bruce M04/01/2010 5:30 PM |
|
4 Replies and 5009 Views
Statistics: View and Download Count 5009 4
Started by jsumant
Hi,
Is there any way to get the usage count for individual documents like View Count and Download Count for individual document uploaded in DMX module
Thanks,
|
|
|
|
4 |
5009 |
by Peter Donker04/01/2010 4:38 PM |
|
1 Replies and 4417 Views
Custom Attribute 4417 1
Started by Exir
Hi
Could you please explain how can i use an ascx for custom sttributes
Thanks in advance&160;
|
|
|
|
1 |
4417 |
by Peter Donker03/15/2010 11:29 AM |
|
5 Replies and 6914 Views
DMX Webservice 6914 5
Started by Diego
&160;
Hi Peter,
We have to create an application in our DNN intranet environment that have to integrate with your DMX document module.
&160;
First of all I explain you some features needs:
Keep tracking of document expire date
Automatically sending mail some days before expiration
Creating expiration event reminder on a shared calendar
Keep tracking of various document versions after a expiration
The application will be develop using ASP.NET and C in a separat...
|
|
|
|
5 |
6914 |
by Peter Donker03/15/2010 10:11 AM |
|
1 Replies and 4416 Views
DMX Event Viewer Errors: An item with the same key has already been added. 4416 1
Started by msabatello
Hi,&160;
I am using DMX 5.2.2 and I am getting the following error in my Event Viewer.&160;There will be&160;6-10 of these error logs and they all occur at the same time. This will happen a few times a day.
3/1/2010 1:42:39 PM &160; General Exception &160; &160; &160; AssemblyVersion: -1;&160;PortalID: -1;&160;PortalName&160;...
AssemblyV...
|
|
|
|
1 |
4416 |
by Peter Donker03/15/2010 10:06 AM |
|
7 Replies and 6597 Views
Issue creating custom attribute..HELP!!! 6597 7
Started by GA
Hi,
I am trying to create a custom control..something very simple with just a textbox. I followed the instructions you provided in another topic here but I am running into some problems. I can view the custom control on the custom attributes page, but when I click on the NEXT button, I see the message
Value cannot be null. Parameter name: key
This is all I have added in the controls code in WriteToCurrentEntry function
Dim
bExists As Boolean
&160;
&160;
&160;
Dim att As Attribut...
|
|
|
|
7 |
6597 |
by Peter Donker03/15/2010 9:56 AM |
|
1 Replies and 4853 Views
Using DMX module in another asp.net website 4853 1
Started by munna
We have a website (built using ASP.Net) and a DNN portal and both are on the same server. Therefore authentication is not an issue across the applications.
&160;
We have a requirement to upload and download the documents from the website (built using ASP.Net). We will be maintaining locking features from within DNN portal using your DMX module.
&160;
Based on this, We have the following basic needs:
1.&160;&160;&160; Uploading and downloading document from the website (built using ASP...
|
|
|
|
1 |
4853 |
by Peter Donker02/07/2010 10:40 AM |
|
1 Replies and 4132 Views
Change Graveyard location 4132 1
Started by GA
Hi Peter,
I have been trying to change the Graveyard location to no avail. I have the partial source and is there any way I can use that to point the graveyard location to some other place. Or is there some other way to do this. Please let me know, as I need to do this urgently.
Thanks
|
|
|
|
1 |
4132 |
by Peter Donker02/07/2010 10:38 AM |
|
4 Replies and 5766 Views
quick upload & new folder buttons 5766 4
Started by Christian Rommel
DMX&160;5.2.2
In the template view I want to implement real quick buttons for
1) file upload
- After clicking on the quick upload link the modal file select dialog shall apear
- Once the file is selected the final upload form of the e.g. RAUpload module shall come up, offering one final click to upload with default options already set
- Once the upload is complete the dialog shall dissapear and the current view re-freshed
2) folder creation
- With a single click on the quick folder creat...
|
|
|
|
4 |
5766 |
by Christian Rommel01/27/2010 11:48 PM |
|
3 Replies and 5911 Views
API usage outside of DNN 5911 3
Started by THirsh
I'd&160;like to use the DMX API outside the context of DNN to provide Entry Info data to another system.&160; I've been trying to get an instance of the SqlDataProvider using the following code:
Bring2mind.DNN.Modules.DMX.Data.
DataProvider dmxDataProvider = (Bring2mind.DNN.Modules.DMX.Data.DataProvider)DotNetNuke.Framework.Reflection.CreateObject('dmxdata');
with the following configuration:
configSections>sectionGroup name='dotnetnuke'>
section name='dmxdata' requirePermissi...
|
|
|
|
3 |
5911 |
by THirsh01/27/2010 3:23 PM |
|
2 Replies and 3918 Views
entry:rootid does return nothing 3918 2
Started by Christian Rommel
DMX&160;5.2.2
At PageTemplate.resources the following the following entry returns nothing:
&91entry:rootid&93
Thanks
Chris
|
|
|
|
2 |
3918 |
by Christian Rommel01/24/2010 12:02 PM |