Help with Homepage Code
3 posters
Page 1 of 1
Help with Homepage Code
@Ange Tuteur
I need a bit of help fixing a code that was created it shows 'undefined' for everything I will place the code below.
Image of what it looks like: https://gyazo.com/648e579c5f4a2ca1172e9a5122e78bd9
Here is a link to my forum: http://www.therelaxationzone.net/
Thank You,
Distruktion1408
I need a bit of help fixing a code that was created it shows 'undefined' for everything I will place the code below.
Image of what it looks like: https://gyazo.com/648e579c5f4a2ca1172e9a5122e78bd9
Here is a link to my forum: http://www.therelaxationzone.net/
- Spoiler:
- Code:
<style type="text/css">#userProfile { font-size:11px; position:relative; margin-top:30px; margin-bottom:10px; padding:3px; }
#userProfile .leftCol { float:left; text-align:center; width:20%; }
#userProfile .rightCol { float:left; width:25%; }
#userName { background:#ECF3F7; color:#0076B1; font-weight:bold; font-family:"Trebuchet MS", Verdana, Arial, Sans-serif; border-radius:3px 3px 0 0; position:absolute; left:3px; top:-18px; padding:0 12px; line-height:18px; }
#userName span { font-weight:normal }
#userAvatar img { max-width:100px }
#userAvatar { display:inline-block; overflow:hidden; min-height:100px; min-width:100px; }
#userProfile .title { color:#0076B1; font-weight:bold; border-bottom:1px solid #0076B1; padding-bottom:3px; margin-bottom:3px; width:90%; }
#userProfile .statLabel { display:inline-block; width:85px; font-weight:bold; text-align:right; margin-right:6px; }</style><script type="text/javascript">// <![CDATA[
(function(J, U, L) {
var main = document.getElementById('main-content'),
homepage = J('.introduction', main)[0],
profil;
if (U.session_logged_in) {
profil = document.createElement('DIV');
profil.id = 'userProfile';
profil.className = 'panel introduction';
profil.innerHTML = '<div id="userName"><span>Logged in as </span>' + U.username + '</div><div class="leftCol"><span id="userAvatar">' + U.avatar + '</span></div><div class="rightCol"><div class="title">General</div><div><span class="statLabel">Rank : </span>' + L.rank_title + '</div><div><span class="statLabel">' + L.Posts + ' : </span>' + U.user_posts + '</div><div><span class="statLabel">' + L.PMs + ' : </span>' + U.user_nb_privmsg + '</div><div><span class="statLabel">' + L.Reputation + ' : </span>' + U.point_reputation + '</div></div><div class="rightCol"><div class="title">Profile</div><div><a href="/u' + U.user_id + '">' + L.See_my_profile + '</a></div><div><a href="/profile?mode=editprofile">' + L.Edit_profile + '</a></div><div><a href="/privmsg?folder=inbox">' + L.All_PMs + '</a></div><div><a href="/profile?mode=editprofile&page_profil=notifications">' + L.Notif_see_all + '</a></div></div><div class="rightCol"><div class="title">Search</div><div><a href="/sta/' + U.username + '">' + L.All_Topics + '</a></div><div><a href="/spa/' + U.username + '">' + L.All_Messages + '</a></div><div><a href="/search?search_id=watchsearch">' + L.js_topics_followed + '</a></div><div><a href="/search?search_id=newposts">View new posts</a></div></div><div class="clear"></div>';
main.insertBefore(profil, homepage);
}
// par ange tuteur
})(jQuery, _userdata, _lang);
//]]></script>
Thank You,
Distruktion1408
Last edited by Distruktion1408 on March 2nd 2016, 6:24 pm; edited 1 time in total
Re: Help with Homepage Code
Where did you get this code?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Help with Homepage Code
@SL Gray. I used to work at a forum called Pendulums Duel Academy. I asked the owner if I could use that code. I'm not sure where he got it from. The place was open long before I got there and I don't know where he got it from. I assumed since he had it, it was ok for him to give it to me to use.
Re: Help with Homepage Code
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Help with Homepage Code
Yes it is hosted by forumotion. The link was http://pendulumsduelacademy.forumotion.com/
Re: Help with Homepage Code
Hey,
This module needs the toolbar enabled for some various object data. Admin Panel > Modules > Toolbar > Activate
This module needs the toolbar enabled for some various object data. Admin Panel > Modules > Toolbar > Activate
Re: Help with Homepage Code
Thanks for the HelpAnge Tuteur wrote:Hey,
This module needs the toolbar enabled for some various object data. Admin Panel > Modules > Toolbar > Activate
Re: Help with Homepage Code
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» When i paste a long code via [code][/code] the page expands
» Homepage design code
» Homepage design code
» Need help getting code for News slider on the homepage
» Homepage Message edit box is changing code
» Homepage design code
» Homepage design code
» Need help getting code for News slider on the homepage
» Homepage Message edit box is changing code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum