Register   Login
     
  Latest Posts  
RE: RSS Character Limitation
by smcculloch on 3/22/2010 3:58 AM
RE: News Articles Tokens
by spirit on 3/21/2010 10:27 PM
RE: News Articles Tokens
by ray-isc on 3/21/2010 3:04 PM
RE: Can'd add photo
by rsobari on 3/21/2010 10:17 AM
Tracking image/file clicks
by spirit on 3/21/2010 8:46 AM
Catcha doesnt seem to work
by chaloum on 3/20/2010 8:16 PM
RE: Recently created articles are not shown in list
by atriage on 3/20/2010 10:15 AM
RE: Recently created articles are not shown in list
by spirit on 3/20/2010 10:08 AM
RE: Introducing the most powerful News Slider for Ventrian News Articles
by jhoelz on 3/19/2010 9:29 PM
Rich Snippets for Review, Ratings etc!
by georgelew on 3/19/2010 7:49 PM
  Forums  
Subject: How did you do: User Photo in Member Profile?
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
Antonio ChagouryUser is Offline
Gold Membership
Ventrian Active Member
Ventrian Active Member
Posts:41


12/31/2007 7:21 AM  

Hi Scott,

I was wandering how you were able to accomplish adding the image property in the member profile section?

The form itself appears to be the CORE DNN one... can you share your trick? ;)

 

Thanks!


Antonio Chagoury
web: www.inspectorit.com
blog: www.cto20.com
modules:
DNN Virtual Earth
DNN Dock Menu
DNN Site Map

Inspector IT, Inc.

Larry OliverUser is Offline
Registered Users
Ventrian Active Member
Ventrian Active Member
Posts:47

1/03/2008 1:09 PM  

I think this is what you are looking for.

http://www.ventrian.com/Support/ProductForums/tabid/118/forumid/1/postid/24927/view/topic/Default.aspx


Have a great day!
Larry
Antonio ChagouryUser is Offline
Gold Membership
Ventrian Active Member
Ventrian Active Member
Posts:41


1/03/2008 3:18 PM  
Unfortunately this link does not appear to be active any longer: http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryID/1496/Default.aspx

To bad :(

Antonio Chagoury
web: www.inspectorit.com
blog: www.cto20.com
modules:
DNN Virtual Earth
DNN Dock Menu
DNN Site Map

Inspector IT, Inc.

Scott McCullochUser is Online
Administrators
Ventrian Master
Ventrian Master
Posts:17205


1/04/2008 6:01 AM  
I may have it still around if you want it (support@ventrian.com) and I'll send you the file.

The core does support image file types in the profile, its just that the UI accepts everything I think.

Scott McCulloch
Site Administrator
Antonio ChagouryUser is Offline
Gold Membership
Ventrian Active Member
Ventrian Active Member
Posts:41


2/12/2008 3:05 PM  

 

Hi Scott,

I sent you an email a while back but I did not receive a response.

Do you still have this add-on, and if so could you please send it to me?

Thanks.

 


Antonio Chagoury
web: www.inspectorit.com
blog: www.cto20.com
modules:
DNN Virtual Earth
DNN Dock Menu
DNN Site Map

Inspector IT, Inc.

bennyjUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:87


3/19/2008 8:01 PM  
Could I take a look at this also?
Scott McCullochUser is Online
Administrators
Ventrian Master
Ventrian Master
Posts:17205


3/19/2008 8:10 PM  

I've attached the add-on since it's no longer available.


Attachment: 21FiveIndustries_User_Profiles_PA.zip
Attachment: 21FiveIndustries_User_Profiles_Src.zip


Scott McCulloch
Site Administrator
bennyjUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:87


3/19/2008 8:23 PM  

Thank You Scott!

bennyjUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:87


3/19/2008 9:06 PM  

Hi Scott, Just curious.How did you get this to work on your site? I followed the directions in the readme and add it to the user profile.I can see it and browse to select a photo but when I click update at the bottom of the page then go back into view it, It's not there. I also checked in /portals/0/ to look for the folder UserFiles, and it did not get created.Any thoughts on this. Im using DNN 4.08.00

 

Thanks

goBlanksUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:249

3/20/2008 5:24 PM  
I can confirm that it works in DNN 4.6.2, haven't tried any other versions.

Jeff Blanks

My DNN Project: NortheastOK.com
bennyjUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:87


3/20/2008 6:06 PM  
Posted By goblanks.com on 3/20/2008 5:24 PM
I can confirm that it works in DNN 4.6.2, haven't tried any other versions.



So far I can confirm that I can't get it to work on 4.08.00!

Scott McCullochUser is Online
Administrators
Ventrian Master
Ventrian Master
Posts:17205


3/21/2008 5:20 AM  
Sounds like it does have issues with DNN 4.8+

I think I'll just add a profile photo inside the module

Scott McCulloch
Site Administrator
goBlanksUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:249

4/28/2008 4:16 PM  
I've been using 4.8.2 for a while now. Note, I upgraded to ver 4.8.2 from 4.6.2. And this seems to still be working fine. Though I've not made it available for use to my members yet as I'm still testing.

Jeff Blanks

My DNN Project: NortheastOK.com
benito6000User is Offline
Silver Membership
Ventrian Newbie
Ventrian Newbie
Posts:1

6/15/2008 10:18 PM  

Here is another solution:

You must create a descendant class from EditControl supporting upload operation.

Because of user profile control is AJAX compatible, you have to create an alternative control to upload file to server. Standard FileUpload WebControl will not work.

In dnn database you have to create a row in table: "dnn_Lists" in order to create the new data type.

My solution was here:
http://www.nearsolutions.net/Servicios/Descargas.aspx

You can freely download FileUploadEditControl and GMailUpload webcontrol

GMailUpload webcontrol is for supporting upload over ajax enviroment.

Hope this work
Israel Garcia

http://www.nearsolutions.net









bennyjUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:87


6/16/2008 4:59 AM  

You wouldn't Have specific instructions for setting this up would you? Sorry , Im just not sure what to do with the files I downloaded. I got the database edited and add the entrry to "manage profile properties". Just not sure what to do with the gmailUpLoad files? Thanks

TareqUser is Offline
Gold Membership
Ventrian Wiz
Ventrian Wiz
Posts:180

8/19/2008 2:19 PM  
I am using 4.8.4 and it works only if I disable ajax from the Host account. Is there a way to disable ajx only on the profiles?
bennyjUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:87


8/19/2008 7:14 PM  
Posted By Tareq on 8/19/2008 2:19 PM
I am using 4.8.4 and it works only if I disable ajax from the Host account. Is there a way to disable ajx only on the profiles?



Read this thread that Scott posted,  it will tell you how to disable just the profile section so this control will work.

http://www.ventrian.com/Support/ProductForums/tabid/118/forumid/38/tpage/2/view/Topic/postid/27810/Default.aspx

TareqUser is Offline
Gold Membership
Ventrian Wiz
Ventrian Wiz
Posts:180

8/19/2008 8:10 PM  

Thank you benny. After lot of looking around I did find the exact post you posted above. It was a life saver.

GlenWinUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:840


8/27/2009 7:09 PM  
Posted By Scott McCulloch on 3/19/2008 8:10 PM

I've attached the add-on since it's no longer available.


Hi Scott,

A WHILE BACK I HAD set up my template to pull the [AGENT:PHOTO]  USEING this third party module for photo upload ... Now i am running dnn4.9.4 and the old images are still there and I there is a button to remove imaga but no DNN now no longer show the upload button for uploading new image . Just wondering if ther is any other way around this issue ?

I had tried the SMARTTHINKER USERPROFILE SOLUTION  but it seem not the best solution for me as  then I had to change all the image reference in all my existing template and uploading new images again ...

Scott you mention the Fiveindustries source module can be modified to work with DNN4.9.X? 

Anyone else got Fivedustries solution to work with DNN userprofile image upload for DNN4.9.X  ?

GlenWinUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:840


8/27/2009 11:06 PM  

Apparently in my fresh install test site using DNN 5.1.1 I'm able to use Fiveindustries image upload module to work ok using [AGENT:xxx] token.

I've been having issues with upgrading from 4.9.4 to 5.1.1 in my live site so I can't test if [AGENT:xxx] will work...

This is my install log error:

My server is running dnn 4.9.2 (after a backup/restore).

We upgrade to 4.9.4 without a problem, but then while upgrading to 5.1.1, there is an error:

 

Current Assembly Version: 05.01.01
Current Database Version: 05.01.01
Upgrade Status Report 00:00:00.015 -
Upgrading to Version: 05.01.01 00:00:00.156 -

Performing General Upgrades
00:00:04.984 - Installing Optional Modules:
00:00:05.031 - Installing Package File HTML_Community_05.01.02_Install: Error!
00:00:07.421 - Installing Optional Skins:
00:00:07.437 - Installing Optional Containers:
00:00:07.437 - Installing Optional Languages:
00:00:07.437 - Installing Optional Providers:
00:00:07.453 - Installing Package File AspNetMembershipProvider_05.01.01_Install: Success
00:00:07.625 - Installing Package File CorePermissionProvider_05.01.01_Install: Success
00:00:07.718 - Installing Package File DatabaseLoggingProvider_05.01.01_Install:
Success
00:00:07.921 - Installing Package File DNNMembershipProvider_05.01.01_Install: Success
00:00:08.015 - Installing Package File DNNMenuNavigationProvider_05.01.00_Install: Success
00:00:08.156 - Installing Package File DNNTreeNavigationProvider_05.01.00_Install: Success
00:00:08.265 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
00:00:18.531 - Installing Package File FileBasedCachingProvider_05.01.01_Install: Success
00:00:18.687 - Installing Package File SchedulingProvider_05.01.00_Install: Success
00:00:18.812 - Installing Package File SearchIndexProvider_05.01.00_Install: v
00:00:18.984 - Installing Package File SearchProvider_05.01.01_Install:
Success
00:00:19.171 - Installing Package File SolpartMenuNavigationProvider_05.01.00_Install: Success
00:00:19.328 - Installing Optional AuthSystems:
00:00:19.359 - Installing Package File LiveID_01.00.01_Install: Success
00:00:19.687 - Installing Package File OpenID_02.00.00_Install: Success
00:00:20.062 - Installing Optional Packages:

Upgrade Complete Click Here To Access Your Portal

 

Can anyone give me some pointers? the server is running MS SQL 2005

 

 

You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > General > DotNetNuke Questions > How did you do: User Photo in Member Profile?



ActiveForums 3.7