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
  • 7
  • 9
Advanced Profile
Topic Started: May 11 2012, 09:19 AM (12,926 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:
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Before this code, yes.
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Can you give me some Yen on your board so I'll be able to view the link?
Offline Profile Quote Post Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Cory
Jan 1 2015, 01:35 AM
Can you give me some Yen on your board so I'll be able to view the link?
Done.
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
This is what I see in the hidden classic profile coding: http://i.imgur.com/UIkoZVT.png

There's no 'send' feature visible.
Offline Profile Quote Post Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Odd. I can see it on Dynamo Support forum. http://prntscr.com/5nh2bu
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Do you see it on the classic profile when you remove the advanced profile code on your board?
Offline Profile Quote Post Goto Top
 
Kankuro
Member Avatar
かんくろ
[ *  *  *  *  * ]
Nope, I guess it's a feature exclusive to Dynamo or something. Don't worry about it.
Offline Profile Quote Post Goto Top
 
Timmooo
Member Avatar
Member
[ * ]
Hi Cory,

Fantastic code, however just one slight thing that I had pointed out to be is that when it shows blogs it is all squashed together and missing a space between blog title and number of entries. How hard would it be to fix that?

Posted Image
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
The space should now appear after clearing your cache.
Offline Profile Quote Post Goto Top
 
Revillution.com
Who ate all the pecan sandies?
[ *  * ]
Can we get the actual full code for this script? When I use it, it lags and you see the original profile layout for a split second before it switches to the new view and it looks.....odd.
Offline Profile Quote Post Goto Top
 
Quozzo
Member Avatar
By the blood of Sanguinius!
[ *  *  *  *  * ]
Revillution.com
Jun 5 2015, 02:28 PM
Can we get the actual full code for this script? When I use it, it lags and you see the original profile layout for a split second before it switches to the new view and it looks.....odd.
You have access to the full code, but it won't make a difference. The board needs to load before it can be altered.
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
In the long run, an externally hosted script will load quicker than a script that isn't hosted, because an externally hosted script can be cached by the browser.

Scripts will load in the order they are in, so make sure this code is above all other codes to help deter the time it takes to load this script.
Offline Profile Quote Post Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Hiii,

I was wondering if it's possible to do these edits

Posted Image

Can this be centered?
"Tyler Dream
Member since January 5, 2015
ONLINE Last Active Jul 24, 2015, 07:51PM"

and then would it be possible to move the status bar under it?

I also noticed that the "Community Stats" is invisible. How do I change the text color?
Edited by Tyler Dream, Jul 24 2015, 08:58 PM.
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': 'auto',
'padding-top': '20px'
}).next('div.r').removeClass('r');
}, 1000);
</script>
Place that below the code.
Code:
 
div.info h2 {
color: inherit !important
}
Add that to your CSS.
Offline Profile Quote Post Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Works great but the status is too long, can it be shortened to around here:

Posted Image
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
  • 7
  • 9