DNN Hosting Register Login
 
Latest Discussions Minimize
quick rate problem in 5.4 by OKCChopper
mxdirtonline.com the quick rate module constantly just shows loading. i am ru...
How Could I Insert a Custom Swap Image for Non-Flash Browsers? by RegGFX
I have a situation where some (because of security concerns)do not allow ActiveX...
what is mean by Online video conversion ? by marbab
I have read the home page. Its written under UVG that we can do 'Online video co...
How to Simplify Personal Gallery? by blob150
I am using UMG 5.3 intergated with Smart-Thinker User Profile.  I have a page se...
Video Size Problem by arshad786
Hi,     I am Arshad , i am trying to play video in my dnn site, but the problem ...
Configuration Error by koolexposure
I received this error on the last step of the Configuration Wizard. I have came ...
Serial Number by abudist
Hi, I have sent you emails regarding serial number for UVG. I'm stil waiting ...
Screenshot Capture Not Working by chadw3
Hello,I am using UVG 2.0 and am trying to use the Capture control in Edit Video ...
User uploads by OKCChopper
I have it set up so that regestered users can upload photos. I do not have a di...
Applying Watermark picture to existing images by Simone
I have recently upgraded to UMG 5.3 and after uploading some photos, I discovere...
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:5434


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:5434


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:5434


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