Search Result:
----------(Members)---------->
Shubhamsahu1733 Email: Owner: https://Freshmaza.in User ID: 234888 |
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
----------(Post-Search)---------->
how to replace user avatar with thumbnail when pic is not uploaded
mario 路 Published on 2021-11-13 12:11:55 (3 years ago )
mario 路 Published on 2021-11-13 12:11:55 (3 years ago )
if user have not upload avatar (picture) think of it.. his or her profile will look boring. suggest you code avatar <*img>:VALUE(%avatar%).IFEQ().THEN(/thumbnail.png).ELSE(%avatar%);<*/img>
comment |
----------(Post-Search)---------->
how to styled user status using green icon for online and grey icon for offline.
mario 路 Published on 2021-11-13 10:52:59 (3 years ago )
mario 路 Published on 2021-11-13 10:52:59 (3 years ago )
however it comprises of css like 100% and wapka tag like 65% <*style> #on {width:3px;height:3px;background:green;padding:3px;border-radius:50%;} #off {width:3px;height:3px;background:grey;padding:3px;border-radius:50%;} <*/style> :VALUE(Published).IFNE(online).THEN(<*span id="off"><*/span>).ELSE(<*span id="on"><*/span>);
comment |
----------(Post-Search)---------->
----------(Post-Search)---------->