Community > Answers
45 views

Set DNN Searchable to default

Does anyone know if it is possible to configure Live Tabs to have DNN Searchable enabled by default? Perhaps it would be by means of DNN module settings or a SQL query .

The Enable DNN Search option is mentioned at this link:

https://www.mandeeps.com/support/knowledgebase/live-tabs-seo-analytics-enable-dnn-search

Henrik Spang-Hanssen Henrik Spang-Hanssen
asked 11/22/2019 08:36
Add Comment
Last Activity 12/03/2019 09:26

1 Answer(s)

  • answered 11/22/2019 12:13
    Ashish Pachori
    Add Comment
    mio
    replied 11/25/2019 06:43

    Thanks - thanks for prompt reply. I guess I will change that query to something like 'where (moduledefinition).friendlyname = 'Live tabs' and add it to some scheduled task for this and other customization purposes.

    Ashish Pachori
    replied 11/25/2019 14:02

    No, you can not use like 'where (moduledefinition).friendlyname = 'Live tabs'. but if you want to use all the Live Tabs modules then you can use like update LiveTabs_Tab set Searchable=1 and use it further for your customize task.

    mio
    replied 12/02/2019 15:50

    OK- thanks. I see what you mean, the permissions are set for each tab individually in the LiveTabs_Tab table.

    Ashish Pachori
    replied 12/03/2019 09:26

    Yes.


    Reply
Add an Answer