DNN Hosting Register Login
 
Latest Discussions Minimize
embedded video screenshot by pppiet
Hello,Is it possible to show a screen-/snapshot at the start in an embedded vide...
Running on Windows XP by HBenton
I've moved this post here from a prior post that I was posting in. You can find ...
Amazon S3 by Ibbs
Hi,Amazon s3 seems not be working normally. Ever since i upgraded DNN to the lat...
Install Problem... UMG5 by ivaned_8
my problem is...: StartJob Start Sql execution: 01.00.00.SqlDataProvider...
No Help file and no Conversions by ChrisSmith
I am having some setup issues and I am hoping for some help to get going with UV...
BizModules.UltraVideoGallery. UploadProgress,BizModules. UltraVideoGallery.ashx by greenflash
AssemblyVersion: 04.09.00PortalID: -1PortalName: UserID: -1UserName: ActiveTabID...
Source Code by yeyioasis
Hello, me again. This time I need support for UMG.I have the source code (UMG 5....
UMG Headline Mode by golfkritter76
Is there any way to stop a slideshow from looping when in headline mode?
user to choose album display mode by marbab
Hi,I just wana know that is it possible with UMG that user can either select the...
Uploading / Encoding by mike5906
I'd like for my users to be able to upload a video, and let it be encoded in the...
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:28
Silver 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:4862
Site Administrator


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:4862
Site Administrator


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:28
Silver 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:4862
Site Administrator


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