Register   Login
     
  Latest Posts  
RE: how to use news article source with dnn source to change and compile whole source code?
by nosa on 7/04/2009 9:02 AM
Dark background skin
by craig on 7/04/2009 5:55 AM
RE: Trial peroid
by glenwin on 7/04/2009 4:45 AM
RE: Different skin for View Item?
by cchufook on 7/03/2009 10:29 PM
RE: Different skin for View Item?
by swebster on 7/03/2009 10:10 PM
Different skin for View Item?
by cchufook on 7/03/2009 8:13 PM
RE: Human friendly URL not working--Urgent
by Madz on 7/03/2009 11:26 AM
RE: Friendly URL and DNN4.8.0 ?
by Madz on 7/03/2009 11:25 AM
Human friendly URL not working--Urgent
by Madz on 7/03/2009 11:11 AM
RE: Google Sitemap Revisited
by georgelew on 7/03/2009 4:26 AM
  Forums  
Subject: ENH: Forum tie-in
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
Duane MastersUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:8

4/02/2005 1:38 PM  
I am sure that this has been asked many times.  But the one thing that we lost when we switched our site to dnn is the abilty to click on a name from within the forum and send them a pm.  That is where most the activity on our site happens.  It would be very very cool if there was a way to tie it in somehow with the forum modules that are out there.  I realize that this would be difficult because there is more than one out there.  Would there be a way to have an integration thing for a few of the main ones that are out there?  Or now that a forum module is part of the core, would it be possible for it to tie in with that one somehow?  Thanks,
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:14659


4/02/2005 2:42 PM  

This is possible, but depends on the forum integrating with the PM module, e.g. you can link to it now to send a message by specifying a "SendTo" which contains the UserID.


http://www.smcculloch.net/tabid/201/type/Compose/SendTo/83/Default.aspx


I know will is working something, but I am going to send him an email to see if we can work together.


Scott McCulloch
Site Administrator
Duane MastersUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:8

4/05/2005 6:46 AM  

Is there any possibility of it being tied in with the new core forum in DNN 3?

Andrew HaslettUser is Offline
Registered Users
Nuke Wiz
Nuke Wiz
Posts:102

4/05/2005 11:10 AM  

I was thinking the other day, perhaps it would be a good idea for the core to add a new interface called perhaps INotifiable, which module developers can implement in their modules.


The implementation would consist of listing the events that trigger a notification, roles/users to notify etc.


A provider model could be used for the process of actually performing the notification, of which your PM module could be one - a pop-up notification provider could be another..


This way any modules that need some sort of notification system (such as the forum) could link to it in a standard way without having to worry about integration issues such as this.


Any thoughts?  I might post it in the core forum.


Cheers,
Andrew

Jason KoskimakiUser is Offline
Registered Users
Nuke Wiz
Nuke Wiz
Posts:194

4/05/2005 12:46 PM  

I got this working with dnnbb.com forum and my own custom user profiles module. The way I got it to work was to put this module on its own hidden tab called "MSG". Then, anywhere where I want to refer to it, I just make a link using navigateurl, the "MSG" tab and the first moduleID on that tab and whatever parameters I want to use appended to the end (such as the parameters to compose a msg to someone and the userid).


Works very easily. So in my case, I have my own custom user search module and it has a pm link that you can click which takes you to the "MSG" tab.


I would hope future version of this module continue to allow for this implementation.


Thanks,


Jason


 


Social Networking Site for Young Professionals - My DNN Site w/ lots of Ventrian Modules
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:14659


4/05/2005 2:32 PM  

I've spoken to Will about integration with this forum, he is out of town at the moment, but when he gets back we're going to discuss how to integrate.


I'll also contact Tam, and talk about how we can integrate into the core forums.


Scott McCulloch
Site Administrator
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:14659


4/15/2005 7:16 AM  

I've just updated to the latest version of this forum, (2.2.12), and it now allows me to integrate private messaging with the PostInfo section so you can contact authors who post in a thread. Thanks Will!


To do this, edit the PostInfo Template through the control panel -> templates, and apply a link as follows:-


Create an hyperlink pointing at the following url, http://www.smcculloch.net/tabid/201/type/Compose/SendTo/[USERID]/Default.aspx, I have placed an image in the hyperlink, you could place text or an image.


The TabID 201 relates to the tab I have private messages on, the [USERID] token relates to user id of the poster. It will pass the user ID through to the send screen on private messages ready to send to that user.


How easy is that! You can see I have used on image to the left.


Scott McCulloch
Site Administrator
Jack HoelzUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:824


4/15/2005 7:40 AM  

So this is just too cool. THanks Will and Scott


Is there a way to do this same thing outside the forums?


Get The Net!!

Jack Hoelz
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:14659


4/15/2005 7:44 AM  

Is there a way to do this same thing outside the forums


Yep, just link to the tab specifying the UserID you want to send to.


In the next release of the PM module i'll also allow a subject argument.


Scott McCulloch
Site Administrator
Jack HoelzUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:824


4/15/2005 8:02 AM  

Scott, 1 more question.


I have a real need to allow "Unathenticated" users to be able to send messages. Will it be possible in the future. I have someone working on a custom project for this, but I would really prefer to use the PM module.


Thanks.


Get The Net!!

Jack Hoelz
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:14659


4/15/2005 8:05 AM  

Yep - I'll add an option to allow anonymous users to send PM's, turned off by default.


Is there anything in the search area you need adjusted ?


Scott McCulloch
Site Administrator
Jack HoelzUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:824


4/15/2005 8:30 AM  
Not that I can think of. Just need to make sure there is a requirement for unauthenticated users to add their name or email addy or both.

Get The Net!!

Jack Hoelz
Hector SosaUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:32


4/15/2005 9:45 AM  
Scott,



What's the path of the image you used? I'm having a bit of a trouble remembering image paths when using the IMG tag with DNN.



- Hector


=+=+=+=+=+=+=+=+=+=+=+=+=+=
Hector Sosa, Jr
http://www.systemwidgets.com
Utilities for taming IT Operations
Jack HoelzUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:824


4/15/2005 11:30 AM  

Hector,


http://www.yoursite.com/DesktopModules/DnnForge%20-%20PrivateMessages/images/icon_pm_message.gif


Get The Net!!

Jack Hoelz
Hector SosaUser is Offline
Gold Membership
Nuke Active Member
Nuke Active Member
Posts:32


4/15/2005 11:59 AM  
Thanks!



I was trying to do the "../images/icon_pm_message.gif" style. I guess the full URL is better in these instances.






=+=+=+=+=+=+=+=+=+=+=+=+=+=
Hector Sosa, Jr
http://www.systemwidgets.com
Utilities for taming IT Operations
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:14659


4/16/2005 2:04 AM  
I used /DesktopModules/DnnForge%20-%20PrivateMessages/images/icon_pm_message.gif

Scott McCulloch
Site Administrator
DNN ProfessorUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:752


4/16/2005 10:15 AM  
Posted By smcculloch on 4/15/2005 7:16:23 AM

I've just updated to the latest version of this forum, (2.2.12), and it now allows me to integrate private messaging with the PostInfo section so you can contact authors who post in a thread. Thanks Will!


To do this, edit the PostInfo Template through the control panel -> templates, and apply a link as follows:-


Create an hyperlink pointing at the following url, http://www.smcculloch.net/tabid/201/type/Compose/SendTo/[USERID]/Default.aspx, I have placed an image in the hyperlink, you could place text or an image.


The TabID 201 relates to the tab I have private messages on, the [USERID] token relates to user id of the poster. It will pass the user ID through to the send screen on private messages ready to send to that user.


How easy is that! You can see I have used on image to the left.



Hey, Thanks!


It works great.
Question: Can the link be configured to work with friendly URLs off?


Buck Anderson
DNNprofessor.com
dnnprofessor.com
JustNorth Outdoors
justnorth.com
Jive Media Group LLC
jivemg.com
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:14659


4/16/2005 2:56 PM  

To link in with friendly urls off would be:-


http://www.smcculloch.net/default.aspx?tabid=201&type=Compose&SendTo=[USERID]


Scott McCulloch
Site Administrator
DNN ProfessorUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:752


4/16/2005 6:24 PM  

Standard querystring params - great!


Thanks Scott


Buck Anderson
DNNprofessor.com
dnnprofessor.com
JustNorth Outdoors
justnorth.com
Jive Media Group LLC
jivemg.com
susan stubbsUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:1

4/25/2005 7:03 PM  

I would very much like to have PM on my site, I already have Active Forums and do miss the PM feature on my old PHPBB forum site. How do I get this added? PLEASE smculloch, please reply!


I am just a newbie,so please explain where to get this added!


 

You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > Modules > Private Messages > ENH: Forum tie-in



ActiveForums 3.7