MyBB Hacks

Full Version: my nie's profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, how do you made this profile? could you share it?

http://www.14.mynie.co.cc/member.php?act...http://www.14.mynie.co.cc/member.php?action=profile&

Thank you very much.
....... The Date of Birth, Registration Date,Local Time and etc fields there?
I'm sure it is a default profile........?
I think OP wants to have the "tab" menu on the profile.
(12-17-2010 07:03 AM)Imran Wrote: [ -> ]I think OP wants to have the "tab" menu on the profile.

I thought it before.
The reason why I'm not sure about what Skiilz asked is, I think he already had a tabs in profile too?
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=613&pid=50
Yes, I was taling about the tables in fav browser, team..
And how did you aligned all the info like this:
[Image: semttulouk.png]

Because look how mine looks like:
[Image: 57312761.png]
probably a mixture of css and the tabs and tables.. For example, create a class called prof, apply the same css rules as you do for thead, but no borders - just a colour for the background.  Then instead of replacing the tabs at thead, replace them at prof.

For the alignment, its three td divisions in a table row - one aligned left, one with a width of 1px, one aligned left. The column containing the data on the left column has a border on the right side only.
(12-17-2010 11:19 PM)Skiilz Wrote: [ -> ]Yes, I was taling about the tables in fav browser, team..

I can't find any "unique trick" there, Skiilz (if what you meant is the table layout).

It is similar to what Lee has said:

(12-18-2010 02:44 AM)leefish Wrote: [ -> ]For example, create a class called prof, apply the same css rules as you do for thead, but no borders - just a colour for the background.

Instead of replacing the thead, I replaced the tborder.

I'm sorry if I misunderstand what you meant.

(12-17-2010 11:19 PM)Skiilz Wrote: [ -> ]And how did you aligned all the info like this:
Because look how mine looks like:

I'm sure it is a default code in member_profile, right?
Snippet:

HTML Code
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>


So, maybe you've changed your code there?

Reference URL's