Display featured members

Need A Custom Modification To Your Webdate Script. Ask For Help Here.

Display featured members

Postby Rubberdog on Sun Apr 13, 2008 5:02 am

Hi Paul

I am trying to figure out the tag for displaying featured members horizontally and was wonderin if you could point me in the right direction. At the moment it displays DESC as below

switch($featured_type)
{
case "Random":
$search_query .= "ORDER BY RAND()";
break;

case "Most Viewed Profiles":
$search_query .= "ORDER BY p.view_count DESC";
break;

case "Newest Members":
$search_query .="ORDER BY p.id DESC";
break;

case "Most Recently Logged In":
$search_query .="ORDER BY p.lastlogin DESC";
break;
}
$search_query .= " LIMIT 1";

still scratchin my head :lol:
Rubberdog
 
Posts: 2
Joined: Sun Apr 13, 2008 4:50 am

Re: Display featured members

Postby paul on Sun Apr 13, 2008 10:09 am

This is the mysql call for the featured profiles

the actual display of the profiles is handled in these two files:

engine/pages/index.php

templates/index_featured_profile_entry.html

if you need more help tell me exactly what you are trying to do with the display

and also show a link to your site.

Paul
User avatar
paul
Site Admin
 
Posts: 264
Joined: Sat Jan 26, 2008 7:30 pm
Location: Newington,Ct,USA

Re: Display featured members

Postby Rubberdog on Mon Apr 14, 2008 4:16 am

Hey..thanks for getting back to me

What I am trying to do is get the featured members to display on members homepage. Have the script working to display 4 members, but not horizontally in a nice graphic panel. The plan is to get featured, highest ranked, lowest ranked and who's birthday displayed all together

I am running version 2 of webdate and using .ihtml not the new version that seems to be php and html...would like to upgrade but it means reskinning the whole lot again (In the middle of updating a fresher version of the site..ie making it wider to allow us to carry advertising) I purchased the system before the release of version 3.

You can see what im doing here http://www.buzzmeup.com Please excuse layout etc of members pages as they are all over the place atm....should be fully reskinned over the next week.

There is one other problem that seems to happen once in a while..thought I had fixed it. Not sure if its to do with session cookies, but when members login etc and try to send kisses and mails to other members it defaults back to the frontend of the site..not all the time though. Seems it works ok if you login then close the page/site then go back to the site.

We are also willing to pay for coding services to impliment some of the Ver 3 options into the site..ie SMS and zip code functions

hope you could point me in the right direction
Rubberdog
 
Posts: 2
Joined: Sun Apr 13, 2008 4:50 am


Return to Need A Modification To Your Webdate Script?

Who is online

Users browsing this forum: No registered users and 4 guests

cron