Biz Modules Solutions
Contact us
  • Home
  • Products
    • Ultra Media Gallery 8
      • Overview
      • Feature Highlights
      • Sample Galleries
        • UMGClassicNG (since UMG 8.9)
        • WidescreenTour1 2.0 (UMG 8.8)
        • SmoothGallery 2.0 (UMG 8.6)
        • Galleria (UMG 8.5)
        • Translucent Slider (UMG 8.4)
        • Tonic Gallery (UMG 8.3)
        • Slider Master (UMG 8.2)
        • Carousel Evolution (UMG 8.1)
        • Spotlight Slider ( UMG 8.1)
        • TripleLayerSlider | homepage slider
        • MediaLibrary | mixed media gallery
        • WidescreenTour2 | stills & trailers
        • Piecerotator | multi media rotator
        • Html Slideshow | image slideshows
        • Widescreenshowroom | showcase
        • UMG Professional | photo gallery
        • RSS subscription
        • Shooting places on Google maps
        • Virtual Tour
        • Photo calendar
      • Trial & Downloads
      • Testimonials
      • Release Notes
    • Ultra Video Gallery 4
      • Overview
      • Feature Highlights
      • Release Notes
      • Sample Sites
      • Reviews
      • Sample Videos
      • Trial & Downloads
    • Ultra News Article 1.1
      • Overview
      • Feature Highlights
      • Sample
    • Save as PDF
    • Custom development
  • Downloads
  • Buy now
    • License Upgrade
  • Support

Host Partnership

If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!

Need a custom module?

Should you have any questions about custom DNN modules or web projects, please let us know.

Latest Discussions

UMG causing "Manage" button disabled after upgrade from DNN 5.x to 6.1.5 by Mohiuddin Parekh
Hi, We upgraded our site (www.hope-ngo.com) few days ago from DNN 5.x to 6.1....
UMG Mobile View requires jQuery upgrade by Mike Ricketts
I am using UMG 8.10.1. I am running DNN 5.6.2 on a DNN installation with multip...
UMG-Free Content List Sorting Options by Jeremy Close
Is there a way for the Free Content List to sort albums in the same order that t...
Paging Options by eric peerless
We are looking to have a scrolling paging option where you roll over a down arro...
Video player z-index, main menu not visible. wmode? by victor mois
Hi, when I open a page with video player module on it and it is at the top of th...
Home  > Support

Support Forum

Unanswered Active Topics Forums Search
Forums > Ultra Media Gallery > General Questions
Subject: Test Results With Active Social Journal
Prev Next
You are not authorized to post a reply.

Author Messages
Jeff Blanks
Posts:68
Golden Member

11/26/2011 4:21 PM  
I've been working to integrate UMG 8 with Active Social.

I've also done an extensive search through the site for any information pertaining to this. I've also read this thread:

http://www.bizmodules.net/Support/tabid/55/forumid/2/postid/23407/view/topic/Default.aspx

With my testing, I've added all available AS tokens to a journal template and get different results based on photo upload, video upload, or add media from url.

I understand the issue with url's and video uploads. But I don't understand the issue with photo uploads, and I wonder if it's directly attributed to UMG utilizing the AddPhoto method.

I created a separate journal item for UMG called media and created a journal template for it that is different from the photo journal template, but when uploading photos, it defaults to the photo journal template. Which in turn is adding the photo in two locations! Thus the use of the AddPhoto method. But whenever adding videos or url imports, UMG will faithfully use the correct journal template.

Is this intended behavior? Or is there another way to setup the AS journal templates so this doesn't happen? If this is intended, PLEASE reconsider how UMG interacts with AS.

I've also looked into using UMG to access the AS user folders instead of having a UMG gallery, but because AS also allows for files such as documents, it's not a viable option.

Cheers! Jeff
NortheastOK.com | Twitter:@northeastok @jeffblanks
Pengtsen R
Posts:11533


11/28/2011 9:23 PM  
yes, it's intended, when the photo is actually uploaded, UMG calls the AddPhoto method instead, in other case it calls the AddProfileItem method.

Pengtsen R
http://www.bizmodules.net
Jeff Blanks
Posts:68
Golden Member

11/30/2011 8:22 PM  
Do you have any plans to change this? Like I said, when using AddPhoto, this causes the image to be saved in two different locations, along with other multiple thumbs and image sizes being created in two different locations.

I'm not entirely sure on how the integration works, but I do know the link method also allows for an image thumb.

Cheers! Jeff
NortheastOK.com | Twitter:@northeastok @jeffblanks
Pengtsen R
Posts:11533


11/30/2011 9:26 PM  
You said "the link method also allows for an image thumb.", I don't fully understand? can you explain in more detail?

As far as I know, when use the AddProfileItem method it doesn't have a thumbnail in the journal entry.

Pengtsen R
http://www.bizmodules.net
Jeff Blanks
Posts:68
Golden Member

12/07/2011 7:36 PM  
I checked the AM website and that's all I could find was information on the "AddProfileItem"
http://www.activemodules.com/activesocial/kb/journal-api-addprofileitem/

I dug through some of my journal templates and I know this token [AS:JOURNALINFO:SUMMARY] will display the body of a journal entry with images also being displayed properly.

Reading through the journal api for addprofileitem, the fulltext parameter allows for html.

Cheers! Jeff
NortheastOK.com | Twitter:@northeastok @jeffblanks
Pengtsen R
Posts:11533


12/08/2011 8:08 AM  
I'll add an option to set whether to actually add the photo to active social, or just add a journal entry.

Pengtsen R
http://www.bizmodules.net
Pengtsen R
Posts:11533


12/08/2011 8:52 AM  
I already implemented it on my localhost, however, I found a critical issue, the summary doesnt' support "src=", which means I cannot use a img tag in the body text.

let me know if I am wrong.

thanks.

Pengtsen R
http://www.bizmodules.net
Pengtsen R
Posts:11533


12/08/2011 8:56 AM  
it doesnt' support "src=", however it allows you to use "Src=", I had this experience before with active social, so I tried it and it works as I expected.

You can download UMG 810 now, which offers an option to actually add a photo to active social, or adds a journal entry.

Pengtsen R
http://www.bizmodules.net
Tony Harrison
Posts:50
Golden Member

01/10/2012 6:02 AM  
I am trying to put the img html tag into the summary of a journal entry but it never appears in the database record.
It looks like it is being filtered out even though I have the xss option set to true which should allow it through.
Tony Harrison
Posts:50
Golden Member

01/10/2012 6:26 AM  
I have managed to get an img displayed in the AS Journal but only by using the journal body field.

Do you know if it is possible to use the summmary?
Pengtsen R
Posts:11533


01/10/2012 7:40 AM  
No, when call the journal API, UMG post photo description to AS as the summary text.


Pengtsen R
http://www.bizmodules.net
You are not authorized to post a reply.
Forums > Ultra Media Gallery > General Questions > Test Results With Active Social Journal



ActiveForums 3.7
Copyright © 2005-2011 BizModules
Register Login