Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to configure open web studio to display latest videos or forum posts?How to configure open web studio to display latest videos or forum posts?
Previous
 
Next
New Post
3/31/2009 9:00 AM
 

Hi

i have installed open web studio in my dnn website version 5.01. Now i urgently need to configure open web studio to automatically display latest videos or forum posts in home page of my website.

I am trying to do it myself by browsing their support http://www.openwebstudio.com/About.aspx 

If anyone already has suggestion or solution. pls reply asap.

Thanks,

Swaminathan.

Web Application Engineer

www.steadfastglobal.com

 
New Post
4/1/2009 3:03 AM
 

i have configured OWS with both working sample links given below.

working sample configuration for latest blog entries

Right now by default this module is displaying latest blog posts with or without scroll bar. I want to display latest videos as well as latest posts.

can anyone suggest what changes should be made in sample configuration code to display latest videos as well as latest forum posts in this OWS module? or if anyone has working sample configuration for latest forum entries and latest video entries, then pls share it. 

Thanks a lot,

Swaminathan.

 
New Post
4/3/2009 4:50 PM
 

Hhmmm....OWS website seems to be down today.  The parent "r2integrated" site is up but all openwebstudio.com links are broken at the moment.


esmamlin atxgeek.me
 
New Post
4/6/2009 2:26 AM
 

Hi mamlin,

Using following script in OWS module, i managed to display the details related to latest forum posts

SELECT TOP 5     p.Subject,
        p.UserID,
        u.DisplayName,
        p.CreatedDate,
        CASE when not p.ParentPostID = 0 THEN p.ParentPostID else p.PostID end FullPostID
    FROM [OBJECTQUALIFIER,System]Forum_Posts p, [OBJECTQUALIFIER,System]Users u
    WHERE u.UserID = p.UserID
    ORDER BY p.CreatedDate Desc

 

This script works fine and displays the tokens that you had set. But how to set permalink. By default it doesn't go to corresponding forum post page instead it displays page cannot be displayed error with following url:

http://localhost/gymportal/[Perma Link]

Also i don't know how to add additional tokens in the sql script.

Awaiting your suggestion asap.

Thanks,

Swaminathan

 
New Post
5/21/2009 6:30 PM
 

Just now reviewing my old posts and found I'd missed your last posting/question (...and when exactly was the "notify me" forum feature set to be fixed? Anyone?).
 
Sorry, S.Nathan -- I have not played with OWS yet (or ListX before it) so I can't follow along with your posted examples on a test copy as I like to do with other modules.  I notice, though, that your posted query does not include any reference to PermaLink -- did I miss something?
 
-mamlin


esmamlin atxgeek.me
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to configure open web studio to display latest videos or forum posts?How to configure open web studio to display latest videos or forum posts?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out