Connexion English
 
ForumForumCustom ModuleCustom ModuleQuickTaskQuickTaskcan i give each user their own qTasks or do we sharecan i give each user their own qTasks or do we share
Précédente Précédente
 
Suivante
 Disabled
Nouveau message
 2007-05-02 07:28
 
can I set up a quick task for each individual user or do all users share all tasks

Thanks
Nouveau message
 2007-05-02 08:08
 
Hi,

This module doesn’t allow you to assign a task to a user.

I think the best way to go it’s to assign a module Quicktask to a user.

Multiple modules can be added per page and you can put the name of the person in the title of the module.

Francis
Nouveau message
 2007-05-02 09:34
 

Hi Frances what I had imn mind was a way of giving each user there own task list that will show up on the home page when they log in. If that is not possible in the current version I think that would be quite a cool feature for future versions.

Nouveau message
 2007-05-03 06:34
 
I'll try to included this option in the next version

Have a nice day.

Francis
Nouveau message
 2007-10-28 22:32
 

I also want the user to see only his/her own tasks.  I think it's mainly to modify Listquicktask by adding "and [userid] = @userid".  Would you be able to send me a modified DNNMTL.DNN.Modules.quicktask.SqlDataProvider.dll or would you please teach me how to modify/recompile this .dll?  I'd really appreciate!

Nouveau message
 2007-10-29 14:13
 
Hi,
Yes I can show you.
 
Modify SQL
You need to add a column into the table to take a new “int” for userid
 
Modify those strore procedures
Addquicktask
Updatequicktask
And all the gettask procedures to add the parameter userid
 
 
To do this modification you need to modify those files.
 
Add the userid parameters
Dataprovider.vb
QuickTaskController.vb
QuickTaskInfo.vb
Sqldataprovider.vb
 
 
Add a list of userid to assign a task to a specific Task
QuickTaskEdit.ascx.vb
QuickTaskEdit.ascx
 
Modify the datalist to show only the task to a specific userid (but not for admin)
QuickTask.ascx.vb
QuickTask.ascx
 

I’m supposed to do it but right now I have other project to complete before returning on this one.

Best regards
Francis


Francis Lapierre
Nouveau message
 2007-10-29 16:17
 

Thank you very much for your reply.  I didn't look inside the DB but I verified your module is already storing userid, by printing out userid from the datagrid.  I then thought it was just a matter of adding "and userid = @userid".  I thought that was happening in the .dll but it sounds like it's happening from a stored procedure from what you wrote.  I'll give it a try.

Nouveau message
 2007-10-30 17:37
 

I found something like Listquicktask sp and modified by adding "and userid=@userid".  Now I needed to modify the caller of this sp to pass the additional param, userid, but I couldn't find in any of the files.  My guess is that it's in the .dll file.  I opened up using the object browser in vs.net and there was an object that does that.  I don't know how to recompile/build the .dll.  Please help me.

Nouveau message
 2007-10-31 17:25
 

hi,

what you looking for is in those files

Dataprovider.vb
QuickTaskController.vb
QuickTaskInfo.vb
Sqldataprovider.vb

To recompiled them you need to have a Dotnetnuke web site on your development computer you put the code "app code" into the folder app code on the root dnn web site and the other code go into desktopmodules "QuickTask"

Recompile the Dotnetnuke web site with AspNet Compiler

Your done


Francis Lapierre
Précédente Précédente
 
Suivante
 Disabled
ForumForumCustom ModuleCustom ModuleQuickTaskQuickTaskcan i give each user their own qTasks or do we sharecan i give each user their own qTasks or do we share

Politique du Forum

Ce forum est dédié aux discussions à propos de DotNetNuke Web Application Framework.

Pour le bénéfice de la communauté de DNN Montréal, SVP suivre le guide de conduite suivant.

1. Aucune publicité. Ceci inclut la promotion commerciale et non commerciale qui ne
sont pas reliées au produit DotNetNuke Web Application Framework.
2. Aucun langage vulgaire ne sera toléré.
3. Aucun racisme, ou préjugé ne sera toléré.
4. Les administrateurs ont le dernier mot sur les discussions et les commentaires.

Most viewed posts

Most active posts

Most active users

Show news :
Francis Lapierre (64 post)
Antony Gilbert (18 post)
zomby (10 post)
jwgiii (8 post)
J P (7 post)