Hi,
is it possible to link the "featured" function to a membership ?
I want members who select for example my "platinum" membership automatically set as "featured" .
Thanks!
Hi,
is it possible to link the "featured" function to a membership ?
I want members who select for example my "platinum" membership automatically set as "featured" .
Thanks!
Another (better) way !
Is it possible to show the members from my "platinum" membership next to the featured members in the "featured" box on index page ?
My intention is to provide a membership where its members are displayed in the featured box. But i will still be able to set selected members manually as featured.
This will be the only membership my members will have to pay for and because of this i have to offer a very special feature ! And i think beeing displayd at the frontpage is very special ?!
Thanks for any ideas !
Not sure I follow - but if I understand you correctly, you want your platinum members to show as featured on your front page?
I would think you should be able to accomplish that with a SQL statement, when a member subcribes to your services your SQL would check the featured box in the table???
This still leaves the box open for you to check manually, if you ever desired???
Anyone who has a banana can eat it!
From 0 to 6.0 in 3.5
I'm not very good with php! I thought it could work like the
in templates/tmpl_dfl/scripts/index.phpPHP Code:function PageCompFeatured()
Insead of selecting the ID,Nickname, .... it could select the membership level ???PHP Code:$featured_res = db_res( "SELECT `Profiles`.`ID`, `Pic_0_addon`, `ProfileType`, `NickName`, `Headline`, `Sex`, `Country`, `DateOfBirth`, `DateOfBirth2` FROM `Profiles` WHERE `Status` = 'Active' AND `Featured` = '1' ORDER BY RAND() LIMIT $feature_num" );
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks