Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Filter directory listings based on photo
Last Post 10-07-2011 02:17 PM by Don Gee. 8 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
rayUser is Offline
skipping stones
skipping stones
Posts:8
Avatar

--
10-03-2011 12:00 PM
    I would like to list in a directory just members who have uploaded photos ONLY. That will be used in conjunction with a template that only shows photo's but I didn't want all of the people who haven't uploaded photo's to be represented by the default no photo loaded jpeg.

    I've tried things like:

    photo not empty
    photo does not contain NoUserImage.jpg

    and a host of other items. I have the [userimage] associated with a profile property named "photo" in /portals/0/. So I'm trying to filter only the folks that have bothered to upload images into the directory module output.

    How can I accomplish that?
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    10-04-2011 08:46 PM
    Hi Ray,

    I would probably have to setup a test environment with similar requirements to get this working... You might have to check the user profile properties to see what is getting stored for users without an image... If the user profile property is truly "Null" I think that would count as is empty... if its blank though I am not sure, that might be a special query that would need updated in the module. If you setup a similar solution on our sandbox environment at www.betasprings.com (sign in as username host with a password of dnnhost) we can possibly review this in case an enhancement or fix is needed for a future version or patch.

    Thanks,

    Chad
    rayUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    10-06-2011 05:41 AM
    Chad,

    That's a disappointing response. I have tried to sign in to betasprings before and seemingly can't get to the admin area of the module to setup the format. This seems like a 5 minute exercise for you to check on. Simply test a filter out and see if you can list just people with photos. In fact you could pretty much use ANY of directory example already on betasprings.

    When on betasprings how do you actually get to modify the users profiles to upload things like photo's etc..? It just seems to let you implement a module on a page.
    rayUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    10-07-2011 04:26 AM
    Well, I've played around with this for yet another hour to no avail.

    The betasprings directory is at:

    http://betasprings.com/DynUserDirec...fault.aspx

    I have a user whose first name is "wang". I have a photo loaded up of him. Problems are:

    1) The photo doesn't link and display. Since I can't use the host file manager (it never quits spinning) I can't determine for certain that the photo is actually loaded into /portals/0/ where I direct the userimage to pull from.
    2) Displaying [photo] actually displays the file name
    Which almost works because then I could filter on "photo not empty".

    So, I've done my side of getting an example set up. I'd appreciate a little time from your side to let me know if this is possible.
    Don GeeUser is Offline
    river guide
    river guide
    Posts:273
    Avatar

    --
    Start New Record "
    ""
    "1 Image [image] "
    " 2 Userimage [userimage] "
    " 3 Image Upload [imgupload] "
    " 4 Photo [photo] "
    " 5 Name [firstname] "
    ""
    ""
    " End New Record> "
    ""
    "

    "

    10-07-2011 12:47 PM
    Hi Ray,
    You are right that it is hard to upload images on BetaSprings but the setup you provided gave us something to work with to see where you were going. From what you provided there I would like you to make some changes on your sample Dynamic User Directory that is on your machine.

    First let me ask you to use the following settings:

    A) For your template use the changes in the Directory Template for your html. ( I will have quotes around it so it doesn't convert to actual HTML in this post):

    "

    "
    "

    rayUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    10-07-2011 01:36 PM
    I/m not sure what you mean.

    I go to the editor and enter the lines you have above without the quotes. I saved it. How does that get me any closer to :

    A) Seeing any of the uploaded uploaded photo's

    or

    B) Being able to filter on an image that the user was able to load into their profile.

    Feel free to modify my page on betasprings to actually accomplish that. I can then go look at it and see what filter you used....

    Ray
    rayUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    10-07-2011 01:39 PM
    I've already loaded a photo to the use"name1" 10000 whose first name was wang. That doesn't display.
    Don GeeUser is Offline
    river guide
    river guide
    Posts:273
    Avatar

    --
    10-07-2011 02:05 PM
    HI Ray,
    My post messed up. I will be resubmitting the above. It is a long post but things will be clear in a little while. As a backup will you send me your email as I can attach images and other things from there. This forum timed out and I lost most of my post. My email is don@datasprings.com
    Thanks
    Don GeeUser is Offline
    river guide
    river guide
    Posts:273
    Avatar

    --
    10-07-2011 02:17 PM
    While waiting Do this step in a sample copy of Dynamic User Directory so you can keep your old code.
    Do this as step 1:
    Under Directory Template use this HTML. I have removed the open and close brackets. You should be able to restore. This forum will mess up actual HTML.
    p
    tr Start New Record /tr
    tr
    tr 1 Image [image] /tr
    tr 2 Userimage [userimage] /tr
    tr 3 Image Upload [imgupload] /tr
    tr 4 Photo [photo] /tr
    tr 5 Name [firstname] /tr
    tr img alt="" src="http://old.datasprings.com/dnntest/Portals/0/DynamicRegistration_Images/[imgupload]" / /tr
    /tr
    tr End New Record /tr
    /tr
    /p

    Also see image if needed through email reply
    thanks
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi