DNN Hosting Register Login
 
Latest Discussions Minimize
UMG 5.2.2 by facuseh01
Hello,I have two questions:1. Does UMG 5.2.2 work with Presentation Pack 3.1? 2....
Comments by userID by daviking
Thank you for a great product! I am really enjoying working with the new UMG5 ga...
users add albums by OKCChopper
I want my users to be able to add there own albums but not delete others.. can t...
UVG Videos to play in Smart Phones by Ibbs
HiIs it possible for UVG videos to be played on Smart phones. e.g black berry or...
Copy to another page by OKCChopper
I want to copy the module to another page and also have access to the same album...
How to add a link to view all videos? by anthonyar
Sorry this is a newbie question...i want to add a link to the menu to VIEW ALL t...
Personal vs Profile mode by coolvibe
I carefully read the description for both modes. but, I'm not exactly sure which...
Permission Check Failed by tbredweb
I am getting the message: The binary pack is not installed, or ASPNET/Network_Se...
Furniture Showroom major crash by myearwood
Hi PengstenI sent you an email via service@bizmodules.net. It concerns the furni...
Top photos windows size restriction by OKCChopper
I have it so that i can restrict the size of the photos. However since some arn...
Our Partnership Minimize
If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!
Support Forum Minimize
Subject: INSERT INTO BizModules_PT_Keyword
Prev Next
You are not authorized to post a reply.

Author Messages
Gym Media
Posts:34
Golden Member


10/01/2006 11:50 AM  
I created an application to insert into BizModules_PT_Keyword. When I do the link appears, but the tooltip doesnt popup until I edit it via "Manage Keywords?" I view the source on the web page and everything looks good. Any suggestions? Am I missing something?  I'd be willing to share the source to the application once it works.

I created to be able to add keywords quickly it works well except the keywords dont popup.

GymnasticsMedia.com
The Ultimate Portal for the Ultimate Sport
Pengtsen R
Posts:5191


10/01/2006 9:27 PM  
Cache is used in this module to improve performance, you need to clear the cached keywords after doing "modification" to keyword table, "modification" means to add/edit/delete a keyword.

To clear cached keywords in a portal, please invoke:

            If Not context.Cache("PT_Keywords" + portalId.ToString) Is Nothing Then
                context.Cache.Remove("PT_Keywords" + portalId.ToString)
            End If


Thanks.

Pengtsen R
http://www.bizmodules.net
Pengtsen R
Posts:5191


10/01/2006 9:30 PM  
Or you can simply call BizModules.PortalTooltip.KeywordController.RefreshCachedKeyword(ByVal context As HttpContext, ByVal portalId As Integer)

Thanks.

Pengtsen R
http://www.bizmodules.net
Gym Media
Posts:34
Golden Member


10/01/2006 9:44 PM  
Unfortunetly I'm doing the inserts, updates, and deletes from a desktop application. Thanks for the help though :)

GymnasticsMedia.com
The Ultimate Portal for the Ultimate Sport
Pengtsen R
Posts:5191


10/02/2006 9:09 AM  

It's my pleasure :)


Pengtsen R
http://www.bizmodules.net
You are not authorized to post a reply.
Forums > Other Products > Portal Tooltip > INSERT INTO BizModules_PT_Keyword

Enterprise level DotNetNuke Solutions Copyright © 2005-2008 BizModules   |  Contact Us  |  Terms Of Use  |  Privacy Statement