Oct
31
2011
31
2011
How to show new users without pictures
Sometimes members don´t upload a profile pictures but the owner for the site
will show even this people on the frontpage (new members) here is the solution.
find this code on homepage.tpl
{members:limit=8,photos=1,cache_time=0,cache_name=”new”}
the code marked with red tell us if a member need to have a profile pictures if they will be show on frontpage.{members:limit=8,photos=1,cache_time=0,cache_name=”new”}
so if you delete the number one (1) it should work (now it show all new members)
{members:limit=8,photos=,cache_time=0,cache_name=”new”}
4 Comments + Add Comment


Featured Posts
-
Register Step by Step Mod
-
Our Community
-
Support/Help for VldPersonals Owner
-
New templates on luvpoint for vld.2.7
-
Forum
-
Bootstrap 3.0 Theme for VldPersonals
-
60 Mods to Make Your Site Better
-
Answer & Question
-
Marketplace
-
Videos Fun & Friends
-
Auto update copyright date !
-
Display a register form at the front page.
-
Include a Browser Detection
-
Blink icon then get new messages
-
Change Join Now logo (multilanguages)
-
Newsletter Mail System for vldPersonals
-
Tool Tip Registration Mod
-
Why we need a Bootstrap theme for VldPersonals. Campaign Now 30% OFF
-
Search Engine Optimization
Hi,
I did as mentioned. But its not working. Where should I put my logo and how to make the logo appear for those profiles without profile picture so that their profiles will show on the Main Page?
oopps ! I forgot to tell you that …
replace user_picture_none.gif and
user_picture_none_large.gif with you own logo images
you can found this in your templates media folder.
Hey that works! But one thing, the profiles without pictures only shows when I click the tab “New Members” in the main page. Otherwise its not showing. So how to make them show on the main page without having to click the “New Members” tab?
above the code you had change now you have something like this:
{members:limit=8,photos=1,cache_time=0,cache_name=”popular”, ….
change it to:
{members:limit=8,photos=,cache_time=0,cache_name=”popular”, ….
so now will both popular and new members show all members !
so to make all clear !
the code photos=, (show all members)
the code photos=1, (show only members with photos)