photo
Country CountryFlag
Hello ,cleave guys :
I have a few questions:
How to add age, country and country flag bellow user photo - Member block on index page.
I want these to display in profile gallery
photo NickName, Age
Country CountryFlag 2. I just want to display nice photo in photo gallery .not auto to add new photo to photo gallery. when the memeber add new photos ,won't display index.page.
thanks
ling
|
Hello ,cleave guys :
I have a few questions:
How to add age, country and country flag bellow user photo - Member block on index page.
I want these to display in profile gallery
photo NickName, Age
Country CountryFlag 2. I just want to display nice photo in photo gallery .not auto to add new photo to photo gallery. when the memeber add new photos ,won't display index.page.
thanks
ling
Hi Ling Age, country and country flag bellow user photo - Member block on index page
You need to add some code to inc/members.inc.php:
About line~84 find this code: $y_o_sex = $age_str . _t("_".$p_arr['Sex']);
Add this code after this line:
// Code added by me - start
About line~376 find this code: $templ = str_replace ( "__id__", $id, $templ );
Add this code after this line:
// Code added by me - start
You need to add code bellow to templates/tmpl_uni/topmebers_index.html: __my_age__
Your templates/tmpl_uni/topmebers_index.html will look like this(added code is green):
<!-- Search Row Block -->
Hopes this will help you, Ottar
If you will have members with pictures only in members block |
Hi :Ottar I have tried to do your way . but not changed. I just show featured memebr's pic on hompage. just one pic.not nickname and else. do i need to do other? thank you very much ling
|
Hi :Ottar I have tried to do your way . but not changed. I just show featured memebr's pic on hompage. just one pic.not nickname and else. do i need to do other? thank you very much ling
Code above will only work on Members Block on homepage
If you shall have it on Featured Members then you need to edit code somewhere else
Open file templates/base/scripts/BxBaseIndex.php and find function getBlockCode_Featured()
Added code is green:
/** $featured_flag = ' <img src="'. ($site['flags'].strtolower($featured_arr['Country'])) .'.gif" alt="flag" />';
|
Ottar : Thank you for your help. the Featured Members ' name.country,age,flag is working now, You are great one. Thank you very very much Ling |