I try changing this on viewtopic.php
'avatar' => ($user->optionget('viewavatars')) ? get_user_avatar($row['user_avatar'], $row['user_avatar_type'], $row['user_avatar_width'], $row['user_avatar_height']) : '',
to this but NO luck
'avatar' => '<img src="http://www.mydomaincom/viewthumb.php?user='.$cur_post['username'].'" />',
try the vldpersonal forum but no luck there...
Anyone? View Comments & Reply...
I would like a mod that if they change the profile picture the account would go offline till admins approval is done. View Comments & Reply...
Also... When a guest gets an error on the registration form, the required image they selected goes away every time, is that normal? View Comments & Reply...
Anyone? View Comments & Reply...
Browsing alot of site I notice the calendar is not use very much because of course it was created for events.
It would be nice if we had a calendar were member can see who is doing what on what date.
For example if you are going to be at a club friday night or going to the zoo with friends on saturday etc...you can put yourself out for that date
Member can browse "who is out" by date.
For example if you click on any date on the calendar all the member who are doing stuff that date will show up.
Member would be display by closest to farthest from you using a link similar to this
<a href="http://www.domain.com/index.php?m=search&issearch=1&uszip={session.profile_uszip}&dist=3000" title="whos_out">Who's Out</a>
The photo is from another site that using the "who is out" mod. This mod keep member coming back and it use alot by all members. View Comments & Reply...
By default I have it set for a free member to get 1 album with up to 6 photos (paid members get more of course). I would like the profile page for free members to show all 6 photos instead of just show 1 album
I have this code but I sure that not the way of doing thing maybe someone get correct it?
group id "2" for free members
and group id "5" is for paid members
<!-- IF member_group_id == "2" -->
<!-- IF settings.enable_pictures AND member_total_albums -->
<h5><a href="{virtual_path}{member_pictures_link}"><!-- IF settings.enable_old_style_pictures != "1" -->Pictures<!-- ELSE -->{lang:"member","frm_pictures"}<!-- ENDIF --></a></h5>
<!-- IF settings.enable_old_style_pictures -->
<div class="sidepics">
{pictures:member_id=member_id,limit="6"}
</div>
<!-- ELSE -->
<div class="sidedata">
{pictures:member_id=member_id,limit="6"}
</div>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- ELSEIF member_group_id == "5" -->
<!-- IF settings.enable_pictures AND member_total_albums -->
<h5><a href="{virtual_path}{member_pictures_link}"><!-- IF settings.enable_old_style_pictures != "1" -->{lang:"member","frm_albums"} ({member_total_albums})<!-- ELSE -->{lang:"member","frm_pictures"}<!-- ENDIF --></a></h5>
<!-- IF settings.enable_old_style_pictures -->
<div class="sidepics">
{pictures:member_id=member_id,limit="6"}
</div>
<!-- ELSE -->
<div class="sidedata">
{pictures:member_id=member_id,limit="6",albums="1"}
</div>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
Maybe someone can tell me the correct way for this code?
thanks View Comments & Reply...
If you have a site for couples, females and males, how would I go by giving a gender (couple) the "option" to block single men from contacting them.
Sample of "User Privacy Setting" = Block single men from contacting you? Yes or NO
Thanks View Comments & Reply...






Latest Comments
Status Mod - To Keep them Coming Back
1 day ago
Status Mod - To Keep them Coming Back
1 day ago
Edit to Picture-Zoom
1 day ago