Which SQL Server table can I locate keywords associated with a page in DotNetNuke?
Asked
Active
Viewed 1,436 times
1 Answers
3
Took me awhile to find it...
Keywords information for a single page is stored in a "Keywords" field within a table called, somewhat unintuitively named, Tabs
Keywords are updated through a sproc named AddTab
.
Found it through DotNetNuke source code.
-
1Tabs is the old name for what are pages - unless you lived through version 2 and 3 it would seem unintuitive - good job finding it yourself – braindice Mar 26 '10 at 21:55