Hi,
Thanks for your support !
I tried the new codes that you transmitted to me and we are getting closer ..
I am sending you private screenshoot message of the result with your codes and an idea that came to me.
The first screenshoot is the rendering with your new codes. At this point, the image of my avatar appears in duplicate with the original size profile photo. The link is still to my profile is still present on the resize. The user name, this time is placed below the photo.
On the second, I based myself on your code and called my photo resize.
The resize photo is displayed with username below.
Code:
[cb:if user="#me" user_id<="0"]<img src="images/julien_direct.jpg" />[cb:else][value][/cb:else][/cb:if]
[cb:if user="#me" user_id<="0"][formatname][cb:else][value][/cb:else][/cb:if]
The third is the desired result in the positioning of the avatar and username.
With these codes, when I log in as a member, there appears a duplicate username on all the walls caused by the avatar code :
Code:
[cb: if user = "# me" user_id <= "0" ] <img src = "[avatar]" /> [cb: else] [value] [/ cb: else] [/ cb: if]
So, can we :
- add a value to remove the primary avatar, just when the member does not have access to his profile?
- Position the new avatar (photo resize called) like the original one?
- Position the username to the right of the photo as at the origin?
- And correct this duplicate username that appears on all the walls
Thanks in advance !
Julien