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:
Add Reply
  • Pages:
  • 1
  • 8
Advanced Profile
Topic Started: May 11 2012, 09:19 AM (12,925 Views)
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code Name: Advanced Profile

What the code does: Two versions available that gives profiles a different layout.

How to use the code: Install as instructed, no editing is required.

How to install the code:

Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board

Version #1: Preview
Code:
 
<script type="text/javascript" src="http://z3.ifrm.com/63/1/0/p479149/advancedProfile.js"></script>
Version #2: Preview
Code:
 
<script type="text/javascript" src="http://z3.ifrm.com/63/1/0/p481677/advancedProfile2.js"></script>
Edited by Cory, Jul 30 2013, 08:07 AM.
Offline Profile Quote Post Goto Top
 
Replies:
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
In the JavaScript, you can change auto to the width you want it to be. 60% seems like it would be about right.
Offline Profile Quote Post Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
It worked. Last request, I swear, How do I center the status and the buttons? and I have the aim, msn, yahoo disabled but it still shows it

Posted Image
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<script type="text/javascript">
setTimeout(function() {
$('#username').parent('div').removeClass('left').removeAttr('style');
$('#ap_status').parent('div').removeClass('right').css({
'width': '60%',
'padding-top': '20px',
'text-align': 'center'
}).next('div.r').removeClass('r').addClass('c');
}, 1000);
</script>
Try that instead for the JavaScript.

As for the empty fields still showing, I'll try to fix that soon.
Offline Profile Quote Post Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
It centered the buttons but not the status
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<script type="text/javascript">
setTimeout(function() {
$('#username').parent('div').removeClass('left').removeAttr('style');
$('#ap_status').parent('div').removeClass('right').css({
'width': '60%',
'padding-top': '20px',
'text-align': 'center',
'margin': '0 auto'
}).next('div.r').removeClass('r').addClass('c');
}, 1000);
</script>
That should do it.
Offline Profile Quote Post Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Works great. Thanks Cory :D
Offline Profile Quote Post Goto Top
 
slothly
Member
[ * ]
Hi, I'm using Advanced Profile 2 and for some reason, the usernames have disappeared. Is there any way to get them back on the profile layout?
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
I appears you don't acquire support for this issue anymore since you switched forum software.
Offline Profile Quote Post Goto Top
 
Devourz
Member Avatar
Member
[ *  *  * ]
One problem for the 2nd one and thats it says you're online no matter if you are or aren't anyway to fix that and make it show offline if you're offline and online if you're online?
Offline Profile Quote Post Goto Top
 
Ashdaw2
Member Avatar
Aussie
[ *  * ]
With this code, is it possible to change contact information?
I do not use AIM or MSN and, I wondered how hard it would
be to change those to something like Facebook and Twitter?
Thanks :)
Offline Profile Quote Post Goto Top
 
Yujin
Member
[ * ]
Cory
Aug 27 2015, 02:00 PM
I appears you don't acquire support for this issue anymore since you switched forum software.
Hi, I love this but have the same concern as GamingNick regarding the perpetually online status.
Offline Profile Quote Post Goto Top
 
Revillution.net
Member
[ *  *  * ]
I also hav this issue with the advanced profile with users saying they are online in their profile even if they are not. Please address this issue, Cory. :)
Offline Profile Quote Post Goto Top
 
BlueMatter
Member Avatar
addictiveStyles - o.O
[ *  *  *  *  * ]
It would be great if this was more customizable. I mean as far as CSS goes.
Offline Profile Quote Post Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

BlueMatter
Jan 9 2016, 07:35 PM
It would be great if this was more customizable. I mean as far as CSS goes.
It's completely customizable. Just use the #profile selector.
Offline Profile Quote Post Goto Top
 
FreyaCrescent
Member
[ * ]
There's a conflict with the Profile comments system mod.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · ZetaBoards Codes & Modifications · Next Topic »
Add Reply
  • Pages:
  • 1
  • 8