Recently Viewed...
To help you navigate to pages you most recently visited, select from the links below.
Product Forums
Sharepoint Forums
Dynamic Forms Demonstrations
Newsletter
Page Tags
DNN Modules
SnowCovered Top Sellers

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

A 16-in-1 dnn module.Powerful yet easy to use. Capable of producing a multitude of functions including:Image rotator/Numeric rotator/ Mp3 player/Wmv player/ Flash video player /YouTube video player/Multimedia player / Text-to-speech podcast / Flipping book player/Banner topic player/Silverlight albu

Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

The award winning discussion forum and community solution for DotNetNuke is now even better. When you need to build the best community site, you need the best module, Active Forums!

Gloss is the first ALL COLORS! skin, featuring a powerful XML-based flash and being 100% W3C CSS XHMTL1.0 compliant. Tune it yourself on the fly, changing colors, backgrounds, containers, text color and size, width and more! Brilliant!Available for DNN4 and DNN5

Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

    |   Register   |   Thursday, January 08, 2009   
Data Springs Product Forums...
Subject: Image question
Prev Next
You are not authorized to post a reply.

Author Messages
Avi
Posts:23
going with the flow
going with the flow

03/12/2008 2:51 AM  

Hi,

I'm using the image field where there are three option for the image:

Full, which is working nicely.

Thumbnail, which didn't work for me, nothing was rendered.

Third option which I didn't understand and which also rendered nothing.

I was trying to display the image inside a text module with tokens enables.

[User:Image]

Or

[Profile:Image]

Both didn't work.

Any idea of how to do that?

Thanks.

Avi
Posts:23
going with the flow
going with the flow

03/12/2008 6:33 AM  
As far as I could see the info doesn't get to the DNN field. I was testing it with a few dnn fields. When I was pasitng to the DNN field an image url I had no problem to render it.( e.g. [ Profile:xxx] )
Thanks.
Chad
Posts:2387
river guide
river guide

03/12/2008 1:17 PM  

Hi. Well... You would probably have to use a custom SQL statement. Dynamic Registration stores the files in your portals root home directory under DynamicRegistration_Images (usually under\portals\0\DynamicRegistration_Images). If you link a core file there it simply stores the filename within the core. Its not going to store the entire directory and file. So in your text modul you would need to show something like:

< img src = "http://www.yoursite.com/portals/0/DynamicRegistration_Images/[Profile:Image]" >

You might setup a demonstration of this on www.betasprings.com and then if you run into problems then we can research it from there.

The key is:

1. Is it saving images in that directory?

2. Is it storing the filename if you go to Admin, User Accounts, Manage Users and edit a users profile property (within the core). If you go down and see that field is it saving the filename there? If not is it linked within Dynamic Registration to store the filename there?


-Chad

Avi
Posts:23
going with the flow
going with the flow

03/12/2008 1:39 PM  
I've checked again with adding the path before the token, it doesn't work. Looking at the source, for the [Profile:Image] I get nothing. (empty).thanks.
Avi
Posts:23
going with the flow
going with the flow

03/12/2008 1:42 PM  
1. it is saving the images on directory 65.
2. NO
3. YES. ("If not is it linked within Dynamic Registration to store the filename there?")
Chad
Posts:2387
river guide
river guide

03/12/2008 1:52 PM  
Hmm... Ok, if you can setup a quick page on www.betasprings.com then with the same settings and configuration and if we can duplicate it there we should be able to get a patch out quickly.

-Chad
Avi
Posts:23
going with the flow
going with the flow

03/12/2008 2:36 PM  
There is little problem with that test. I've uploaded the image but your html/text module doesn't support tokens. ?
Avi
Posts:23
going with the flow
going with the flow

03/12/2008 2:38 PM  
http://www.betasprings.com/Avisimagetest/tabid/231/Default.aspx


Avi
Posts:23
going with the flow
going with the flow

03/12/2008 2:43 PM  
You will also be able to see that only the display full image works.
Avi
Posts:23
going with the flow
going with the flow

03/15/2008 1:09 PM  
Some good news, Just found out that It is working, moving the image name, (without the full path) to the DNN field.
Still on the page where you "register" or upload the image, you can't control the size of the image in width, height or kb, which is quite a must I think.
Thanks.
Avi
Posts:23
going with the flow
going with the flow

03/18/2008 9:55 AM  
Hi chad, did you see the problems I was reporting about? The two avatar options which I think don't work? It's on my same page at betsprings
Thanks
Chad
Posts:2387
river guide
river guide

03/19/2008 3:12 PM  

Hi. Well yes Beta Springs is still running on 4.5.x I believe so it doesn't support the token replacement with that version of DNN. It sounds like you solved that issue though. Earlier I was thinking you wanted to use it in the Dynamic User Directory which can support including either the image or thumbnail easily.

On the image / image thumbnail issue... This option generates the same exact filename but with tn_ in front of it. Because of this you need to actually save the file at least one time after making the change, otherwise its not going to create that thumbnail picture for you etc... So, since you set the thumbnail to be 20 x 20 the image is very small but if you go to http://www.betasprings.com/Avisimagetest/tabid/231/Default.aspx now and login as host you will see that the image (thumbnail) is rendered correctly and since I set it to display the thumbnail with a link to the main image you can click on it. So might just set the thumbnail to be larger (like 200 x 200 or something) and then always reference the filename with tn_ in front of it?

-Chad

Avi
Posts:23
going with the flow
going with the flow

03/19/2008 11:29 PM  
Ok, thanks. it's all working for me now. I appreciate your support.
You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2009 by Data Springs, Inc.
Terms Of Use | Privacy Statement