inherit
170651
0
Mar 3, 2021 8:41:24 GMT -8
portrush
85
August 2011
portrush
|
Post by portrush on Jun 8, 2013 4:39:24 GMT -8
The old version listed "member since x-date" under heir avatar. I see it in their profile, how can I restore under the avatar?
Thanks.
pr
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Jun 8, 2013 8:54:08 GMT -8
Hi portrush, If you want to add that in, visit your admin panel then navigate to Themes > Layout Templates. Once there, click on the "Mini-Profile" template. Once there, look for the following starting around line 15: {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} Just below that, add in the following: {if $[user.is_member]} <div class="info"> Member since: $[user.registered_on_short]<br /> </div> {/if} With that in place, the registered date should appear below the avatars
|
|
inherit
170651
0
Mar 3, 2021 8:41:24 GMT -8
portrush
85
August 2011
portrush
|
Post by portrush on Jun 9, 2013 18:14:58 GMT -8
Hi portrush, If you want to add that in, visit your admin panel then navigate to Themes > Layout Templates. Once there, click on the "Mini-Profile" template. Once there, look for the following starting around line 15: {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} Just below that, add in the following: {if $[user.is_member]} <div class="info"> Member since: $[user.registered_on_short]<br /> </div> {/if} With that in place, the registered date should appear below the avatars AWESOME RICKY!!!
That is fantastic...worked like a charm and keeps my 8 mods happy, happy, happy!
pr
|
|
inherit
fisher256@juno.com
195354
0
Jan 16, 2019 17:41:02 GMT -8
41chevy
1
June 2013
41chevy
|
Post by 41chevy on Jun 11, 2013 18:30:27 GMT -8
In the Admin Map, what is the Themes > Lay out Templates found under? The admin menu on my board does not appear to have this feature. ( CTEMBC board ) Paul
|
|