English (United States) English (United Kingdom)
Thursday, March 18, 2010

Smart-Thinker DNN Forums

Forum Guidelines

Please ensure you follow the bug-raising guidelines (e.g. post the full error from your Event Viewer) if you are raising a support call. To request a feature in a module, please use Feature Requests (unless you want to discuss it here in more detail first). If you have an urgent feature that you would like to see in the product then you should consider a Sponsored Enhancement

First Time User? Make sure you have read the Module Config Guide in the documents folder of each module. Also check out this handy Module Deployment Guide (written by a Smart-Thinker customer!)

Configuration issues and no time to read the Forums/Documentation? See our DotNetNuke Premium Support Service. We need your opinion! Please read our proposed new CrowdSourcing development method and let us know if you would be interested and if it might work.

 
 
  Forums  DotNetNuke  Smart-Thinker U...  Cant link to Group Results
Previous Previous
 
Next Next
New Post 6/30/2009 2:31 PM
  Ash
1 posts
No Ranking


Cant link to Group Results  (France)

In my UserGroup - Detail module on my Groups & Group Detail page i cant link to the Group Search Results module which reside on my Group Search Results page. Also, users no longer receive emails when invited to groups or events. I had this working, but ive no idea what ive changed for it to stop working. Are Group Search Results and the email notifications related and thats why emails no longer work? Any ideas why i cant link to my Group Search Results module. Ive deleted, re-installed and all sorts but can get it working!

 
New Post 7/18/2009 10:35 AM
  nxtjv
2 posts
No Ranking


Re: Cant link to Group Results  (Canada)
Modified By nxtjv  on 7/18/2009 12:36:45 PM)

Running DNN 4.9.4... I have the same problem setting the value for the Search Results Module in the Group Details Module. I set it and hit update and it goes back to none.

Since there hasn't been any updates to this module in quite some time... Is there any support for this any more???

 
New Post 7/18/2009 7:07 PM
  Rodney Joyce
3227 posts
www.DNNDir.com
1st Level Poster




Re: Cant link to Group Results  (Australia)

 nxtjv wrote

Since there hasn't been any updates to this module in quite some time... Is there any support for this any more???

I'm afraid not. The modules are now free with source - you can read more about it here. If you fix the bug it's up to you if you wish to share it with the community.


Thanks
Rodney
See our modules in action on PokerDIY, a social network for home poker players

Smart-Thinker DotNetNuke Development Blog
 
New Post 12/21/2009 2:08 PM
  Tim Witham
1 posts
No Ranking


Re: Cant link to Group Results  (Australia)

Hi Ash,

I Had the same issue, attempting to set the module setting via the db didn't work either. For the record, I tried:
 

declare @moduleID int, @groupSearchResultsTabId int
set @moduleID = 1314 -- replace with your group detail module id
set @groupSearchResultsTabId = 365 -- replace with your group search results tab id
select * from dbo.ModuleSettings where ModuleID= @moduleID and SettingName like '%tabid%'
update dbo.ModuleSettings set SettingValue = @groupSearchResultsTabId where ModuleID = @moduleID and SettingName = 'SearchResultsTabID'
INSERT INTO [ModuleSettings] ([ModuleID],[SettingName],[SettingValue]) VALUES (@moduleID, 'GroupSearchResultsTabID', @groupSearchResultsTabId)
 

The solution for me was to edit \DesktopModules\Smart-Thinker - UserGroup\UserGroupDetail.ascx and replace the two references to GroupSearchResultsTabID (one for category search, one for tags) with the tab id to my group search results page, hardcoding the result. ie:

Catgegory: NavigateUrl='<%# DotNetNuke.Common.Globals.NavigateURL(365, Null.NullString, "CID=" + Eval("CategoryID")) %>'
Tags: NavigateUrl='<%# DotNetNuke.Common.Globals.NavigateURL(365, Null.NullString, "S=" + Container.DataItem) %>'

Cheers,
Tim

 

 
Previous Previous
 
Next Next
  Forums  DotNetNuke  Smart-Thinker U...  Cant link to Group Results
Top Threads Minimize
In the past 1 week, we have 2 new thread(s) and 3 new post(s)
The most popular thread has been Edit Events and Groups
The most active thread has been Edit Events and Groups
In the past 1 week, we have 2 new thread(s) and 3 new post(s)
The most popular thread has been Edit Events and Groups
The most active thread has been Edit Events and Groups
Print  

Smart-Thinker is powered by DotNetNuke - please support us and DotNetNuke - DotNetNuke Powered!
Smart-Thinker is powered by DotNetNuke - please support us and DotNetNuke - DotNetNuke Powered!
© 2008 Smart-Thinker