> Forums > Active Social > Themes and Templates > Video Journal security
Last Post 25 May 2011 09:15 PM by Steven Webster. 6 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
MJ
Customers
MJ
Post Count:72

--
07 Mar 2011 01:34 AM
    • Active Social Version: 1.9.1
    • DotNetNuke Version: 5.5.1
    I have the default journal security set to "Everyone" but when UVG videos are set to community, how can I set it to Everyone?

    regards,
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    07 Mar 2011 09:54 AM
    MJ. I'm pretty sure from my testing that this is currently just how UVG is coded. I have let him know and would encourage you to post on BizModules about it too. Ideally it should work more like his UMG integration.
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    Raymond
    Customers
    Raymond
    Post Count:154

    --
    20 Mar 2011 08:06 AM
    Unfortunately we had to create a SQL Job that updates these. Below is the SQL. The Journal types we are setting public are:
    5 - Forum Posts
    6 - Forum Replies
    10 - Video
    12 - Blogs

    If you just want videos, then change Where JournalTypeId IN (5, 6, 10, 12)  to Where JournalTypeId = 10

    This runs every 15 minutes

    --Update the Active Social Journal Security for Forum Replies and UVG Videos to Everyone
    INSERT INTO dnn_activesocial_Journal_Security (JournalId, SecurityKey)
    Select j.JournalId, 'E' from dnn_activesocial_Journal j
    LEFT JOIN (Select JournalId from dnn_activesocial_Journal_Security where SecurityKey = 'E') js
    on j.JournalId=js.JournalId
    Where JournalTypeId IN (5, 6, 10, 12)
    AND js.JournalId Is Null

    Hope this helps
    brian
    Customers
    brian
    Post Count:43

    --
    20 Mar 2011 08:52 PM
    This might resolve this issue as well... bizmodules is willing to make a change if AS does. Seems like an easy enhancement...
    http://www.bizmodules.net/Support/t...aspx#23495
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    23 May 2011 06:49 AM
    BizModules has posted that their next maintenance release of UVG will include an option to set journal security. It should also include posting the embed code for a video to the journal.
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    Frozen DNN
    Customers
    Frozen DNN
    Post Count:1331

    --
    25 May 2011 08:43 PM
    Posted By Steven Webster on 23 May 2011 07:49 AM
    BizModules has posted that their next maintenance release of UVG will include an option to set journal security. It should also include posting the embed code for a video to the journal.

    Any idea when this is happening? I believe, Steven already has the fixed version?

    I am using the latest AS/AF/DNN available.
    Thanks.
    Steven Webster
    Customers
    Steven Webster
    Post Count:1665

    --
    25 May 2011 09:15 PM
    I don't have the upgraded version yet. Still answering some questions for BizModules.
    Steven Webster
    dnnOsphere.com, An Independent Community for DotNetNuke Users
    You are not authorized to post a reply.
    > Forums > Active Social > Themes and Templates > Video Journal security
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy