How can I add userwall in a link in a template?
3 posters
Page 1 of 1
How can I add userwall in a link in a template?
Hi all,
How can I add the userwall in a link in overall_header template?
Example code
I think I need a javascript to complete this function. Can someone help me please?
How can I add the userwall in a link in overall_header template?
Example code
- Code:
<li id="user_content"><a href="LINK" title="Userwall">User's wall</a></li>
I think I need a javascript to complete this function. Can someone help me please?
Last edited by Black-Shadow on October 25th 2014, 3:21 pm; edited 1 time in total
Re: How can I add userwall in a link in a template?
your trying to make a link to the current logged in users wall?
Re: How can I add userwall in a link in a template?
Yes I need it for logged in users _Twisted_Mods__Twisted_Mods_ wrote:your trying to make a link to the current logged in users wall?
Re: How can I add userwall in a link in a template?
haha i figured it out.... now where u want to put it?
Re: How can I add userwall in a link in a template?
add
in the overall_header where ever you want the link to be
and this is the js
Replace:
with your site link
and
replace
with your text or img code
- Code:
<span id="uwall"></span>
in the overall_header where ever you want the link to be
and this is the js
- Code:
$(function(){
var numb1 = document.getElementById('uwall');
var userlink = _userdata.user_id;
numb1.innerHTML += ' <a href="http://yoursite.com/u' + userlink + 'wall">My Wall</a>';
});
Replace:
- Code:
http://yoursite.com/
with your site link
and
replace
- Code:
My Wall
with your text or img code
Re: How can I add userwall in a link in a template?
Thank you very much _Twisted_Mods_ I have modified it and the problem is solved.
Best Regards,
Black-Shadow
Best Regards,
Black-Shadow
Similar topics
» Template
» Nav-Link Button Request for Extreme Dark Red Template.
» How do I create a link where you hover over the link and it pops up some kinda text?
» Link Random Banners to a diffrent Link
» Forum Link after link with FB Module
» Nav-Link Button Request for Extreme Dark Red Template.
» How do I create a link where you hover over the link and it pops up some kinda text?
» Link Random Banners to a diffrent Link
» Forum Link after link with FB Module
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum