inherit
216050
0
Nov 16, 2024 4:41:51 GMT -8
Yorko
702
November 2014
gasification
|
Post by Yorko on Aug 14, 2015 6:53:32 GMT -8
Hi there
yackertyyak.freeforums.net/forum
Can anyone help me out, I would like to add a feature to the sidebar that shows the members profile picture with a welcome message , something like this
This is part of a bigger code which includes a hover banner, I have tried to adapt it for the side bar but my skills are limited and I haven't been able to figure it out
Many thanks
|
|
inherit
216050
0
Nov 16, 2024 4:41:51 GMT -8
Yorko
702
November 2014
gasification
|
Post by Yorko on Aug 15, 2015 7:10:51 GMT -8
bump
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 15, 2015 10:10:22 GMT -8
Yorko, I can never find the thread but Wormopolis posting this a while ago and since I can't find the thread it was easier to take it off my site.
Put this in your wrapper template below the <body> tag (around line 8):
<div id="keepsakes" style="display:none"><div id="avatarsave">$[current_user.avatar]</div></div>
And then go to your side table and paste this where you want the avatar to show:
<script type="text/javascript"> document.write(document.getElementById('avatarsave').innerHTML); </script>
I need to go find that thread and save the link somewheret because it is so simple and works great! Thanks Wormo.
|
|
inherit
216050
0
Nov 16, 2024 4:41:51 GMT -8
Yorko
702
November 2014
gasification
|
Post by Yorko on Aug 15, 2015 10:30:29 GMT -8
|
|