We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Custom Profile
Topic Started: Oct 1 2017, 01:06 PM (199 Views)
JamieMN
Member
[ *  *  * ]
Hi,

I'm wanting to get a custom profile made for my forum (www.modernnations.com). This had previously been arranged/started by Cory but it seems his real life has taken him away. ^^ Would anyone else be able to assist? I have a design I'd like, and of course, fully willing/intending to pay.

Hoping to achieve the below:
https://i.imgur.com/h1oPLLi.png
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Here's the code that I started for you:
Code:
 
<script type="text/javascript">
//<![CDATA[
$(function() {
var pID;
if (location.href.indexOf('/profile/')) {
$('table.profile:eq(0)').before('<div id="profile"><div style="display: inline-block"><div id="avatar" style="padding-left: 25px"></div></div><div style="display: inline-block"><div class="c" style="padding-left: 50px"><div id="username"></div><div id="joined"></div><div id="last_active"></div><br /><button type="button" id="button_one" style="position: relative">Send me a message</button></div></div><div id="button" class="r" style="display: inline-block; width: 100%; margin-top: -24px"><div id="banner"></div><button type="button" id="button_two">List Member\'s Topics</button><button type="button" id="button_three">List Member\'s Posts</button><span id="user_match"><button type="button" id="button_four">Edit Profile</button><button type="button" id="button_five">Edit Signature</button><button type="button" id="button_six">Edit Avatar</button></span></div><div style="margin: 10px 0"><table><thead><tr><th class="l" colspan="2">Account Overview</th></tr></thead><tbody><tr><td id="user_info" style="width: 25%"><dl><dt>Average Posts Per Day</dt><dd id="average"></dd><dt>Member\'s Local Time</dt><dd id="local"></dd></dl></td><td class="r" id="status"><span class="l" style="display: inline-block"></span></td></tr></tbody></table></div><table><thead><tr><th class="l">National Overview</th></tr></thead><tbody><tr><td id="activity"></td></tr></tbody></table></div>');

$('table.profile:not(:has(#medals))').hide();
$('#avatar').html($('table.profile td.c_mark').html());
$('#username').html('<strong>' + $('table.profile th.l').html() + '</strong>');
$('#joined').html('Member Since ' + $('table.profile dl.user_info dt:contains(Joined:) + dd').html());
$('#last_active').html('Last Active <em>' + $('table.profile td.c_desc:contains(Last Activity) + td').html() + '</em>');
$('#average').html($('table.profile td.c_desc:contains(Average) + td').html());
$('#local').html($('table.profile td.c_desc:contains(Local) + td').html());
$('#user_info dl').append($('table.profile dl.user_info').html());
$('#status span.l').html($('table.profile td.c_desc:contains(Status) + td').html());
$('#user_info dt:contains(Joined)').next('dd').andSelf().hide();
$('#user_info dd').css('float', 'right');
$('#button button').css('margin-left', '10px');
$('#profile button').css('cursor', 'pointer');
pID = location.href.split('/profile/')[1].split('/')[0];

$('#user_info dt').css({
'float': 'left',
'font-weight': '700',
'clear': 'both'
});

$('#user_info dt').each(function() {
$(this).html($(this).html().replace(/:/i, ''));
});
}

if (parseInt(pID, 10) !== $.zb.stat.mid) {
$('#user_match').hide();
}

$('#button_one').click(function() {
if ($.zb.logged_in === true) {
location.href = main_url + 'msg/?c=2&mid=' + pID;
}
});

$('#button_two').click(function() {
location.href = main_url + 'search/?c=4&mid=' + pID;
});

$('#button_three').click(function() {
location.href = main_url + 'search/?c=2&mid=' + pID;
});

$('#button_four').click(function() {
location.href = main_url + 'home/?c=6';
});

$('#button_five').click(function() {
location.href = main_url + 'home/?c=32';
});

$('#button_six').click(function() {
location.href = main_url + 'home/?c=10';
});
});
//]]>
</script>
I don't have the passion to finish this code, so I am giving any other coder permission to edit my code to finish your vision.
Offline Profile Goto Top
 
JamieMN
Member
[ *  *  * ]
Thank you, Cory!

Would anyone be happy/able to take this up please? Looks like most is done, to me anyway. A few amendments to make it look like the screenshot. ^^
Offline Profile Goto Top
 
JamieMN
Member
[ *  *  * ]
Still hoping to achieve this, would anyone be able to pick it up please?

Most is done in Cory's code, just needs some of the other changes making, and of course, it's still paid. Happy to negotiate price via PM :)
Offline Profile Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

Being handled via PM.

Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic