Help - Search - Members - Calendar
Full Version: Displaying Most Recent Members On A Custom Front Page Of Website
World Dating Partners Forum > HTML > HTML tutorials
mikey1
Hello, please could anyone provide details of the code required to be inserted on the custom Front Page of my website, to enable me to display a box showing the pictures and names of the most recent members of my website or other websites in the network, which would be similar to the feature in the template designs.

Any suggestions would be appreciated. Thank you.
goldmon
i'm also interested in answer of this question
nurijk
QUOTE(goldmon @ Jul 12 2009, 06:41 AM) *
i'm also interested in answer of this question

Choose frompage payout in the sitemanagement. You can use {%newMembersBlock%} macros to insert new members list into your page. To change the number of new members change the number in the box. Btw. this is in html layout so you might want to change to html layout.
goldmon
thanks ..and where i can more help about:

You can use {%newMembersBlock%} macros to insert new members list into your page. Please type number of members here:

Adding this macros will add dynamic new members block to the page that will be automatically updated

You can use {%GEO_COUNTRY%} {%GEO_REGION%} {%GEO_CITY%} macroses to add geotargeting

You can use {%switchLocaleMacro%} for language switching component

To add the quick search block use the macro {%quickSearchBlock%}

To add the quick registration block use the macro {%registrationForIndexBlock%}


when i go to front page is this above but how to add new members?
Where to add those commands? in html?if so..give me example..thanks

QUOTE(nurijk @ Jul 12 2009, 01:52 PM) *
Choose frompage payout in the sitemanagement. You can use {%newMembersBlock%} macros to insert new members list into your page. To change the number of new members change the number in the box. Btw. this is in html layout so you might want to change to html layout.
Lisa
Hi goldmon,

Yes, you just need to put {%newMembersBlock%} into the place in the code where you want to have members block - and the system will be adding new profiles to the page when they are approved by moderation team.

Regards,
Lisa
Example:

<div id="content">
<div id="contentMembers">
<h2>New members</h2>
<p>See who has joined<br />and make contact first</p>
<div id="members">
{%newMembersBlock%}
</div>
</div>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.