MyBB Source

everyBB - The forum owners community

4,000 Members! | Small Policy Change

Latest Releases: Valid Referrals - Bonus - Mark Thread Read

Post Reply 
 
Thread Rating:
  • 1 Votes - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBB Ultimate Profiles - v2!
Author Message
x-Treme Offline
Premium User
Premium Users

Posts: 297
Joined: Sep 2008
Reputation: 4
MyBux: 81
Post: #21
RE: MyBB Ultimate Profiles - v2!
In the Novus themes, the profiles looses all sense of order. The tabs do not show, and it makes it look very "messy".
If you could install one of the novus themes and point us in the right direction as how to alter the profile code, it would be most helpful. 001_smile

[Image: 23hlw8p.png]
04-10-2010 03:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply

Advertisement

euantor Offline
Designer/Themer
****

Posts: 503
Joined: Jun 2009
Reputation: 1
MyBux: 577
Post: #22
RE: MyBB Ultimate Profiles - v2!
Ah right. I'll install one and see what happens then post a fix Big Grin

Love to play XBox 360? Visit http://www.360elites.net for News, Reviews & Previews of the biggest up-coming and current games like Halo:Reach, Battlefield: Bad Company 2 and more. We have forums too!

Visit http://www.mypurebb.com/ to see some examples of my work with MyBB themes and web designs. I even sometimes take on custom jobs, so why not sign up to the forums so you know when I'm open and designing?
04-10-2010 05:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Rsmiley Offline
Junior Member
**

Posts: 11
Joined: Apr 2010
Reputation: 0
MyBux: 16
Post: #23
RE: MyBB Ultimate Profiles - v2!
This is the coolest profile mod i've ever seen... Definitely by far the best as well. Thank you for the mod 001_smile
04-16-2010 03:36 PM
Find all posts by this user Quote this message in a reply
euantor Offline
Designer/Themer
****

Posts: 503
Joined: Jun 2009
Reputation: 1
MyBux: 577
Post: #24
RE: MyBB Ultimate Profiles - v2!
No problem. I haven't got round to checking out Novus yet as I'm just back from a vacation. I'll try it ASAP

Love to play XBox 360? Visit http://www.360elites.net for News, Reviews & Previews of the biggest up-coming and current games like Halo:Reach, Battlefield: Bad Company 2 and more. We have forums too!

Visit http://www.mypurebb.com/ to see some examples of my work with MyBB themes and web designs. I even sometimes take on custom jobs, so why not sign up to the forums so you know when I'm open and designing?
04-17-2010 03:58 AM
Visit this user's website Find all posts by this user Quote this message in a reply
telters Offline
Junior Member
**

Posts: 30
Joined: Jan 2010
Reputation: 0
MyBux: 12
Post: #25
RE: MyBB Ultimate Profiles - v2!
Hey there

LOVE IT! Looked on the site you mentioned on the profile, and was wondering how I add the extra fields like Comments, and YouTube videos. (I think you go to member_profile, but have no clue what code to put it)

Unfortunately, when it comes to anything other than CSS, and HTML I'm hooped. If you could tell me what code to put in, that would be great

Check out my website! http://www.grantman.ca It's a blog I Have 001_smile

[Image: 468_60link_bucks.gif]
06-01-2010 10:24 AM
Find all posts by this user Quote this message in a reply
euantor Offline
Designer/Themer
****

Posts: 503
Joined: Jun 2009
Reputation: 1
MyBux: 577
Post: #26
RE: MyBB Ultimate Profiles - v2!
(06-01-2010 10:24 AM)telters Wrote:  Hey there

LOVE IT! Looked on the site you mentioned on the profile, and was wondering how I add the extra fields like Comments, and YouTube videos. (I think you go to member_profile, but have no clue what code to put it)

Unfortunately, when it comes to anything other than CSS, and HTML I'm hooped. If you could tell me what code to put in, that would be great

Thanks ;D The comments and youtube videos are just plugins.

The youtube video plugin is by me and it's called "MyTube" (look here; http://mybbsource.com/thread-3561.html). The comments plugin I use can be found here.

Then, just replace the member_profile template with this code:

PHP Code:
<html>
<
head>
<
title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{
$headerinclude}
<
style type="text/css">
/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding3px
margin
-left0;
margin-top1px;
margin-bottom0;
fontbold 13px Arial;
list-
style-typenone;
text-alignleft/*set to left, center, or right to align the menu as desired*/
}

.
shadetabs li{
displayinline;
margin0;
}

.
shadetabs li a{
text-decorationnone;
positionrelative;
z-index1;
padding3px 7px;
margin-right3px;
border0px solid #778;
color#ffffff;
backgroundurl(images/n-p/thead_bg.gifrepeat;
cursorpointer;
-
moz-border-radius-topleft5px;
-
moz-border-radius-topright5px;
-
webkit-border-top-right-radius5px;
-
webkit-border-top-left-radius5px;
}

.
shadetabs li a:visited{
color#ffffff;
}

.
shadetabs li a:hover{
text-decorationunderline;
color#ffffff;
}

.
shadetabs li a.selected/*selected main tab style */
positionrelative;
top1px;
}

.
shadetabs li a.selected/*selected main tab style */
backgroundurl(images/n-p/thead_bg.gifrepeat;
border-bottom-colorwhite;
}

.
shadetabs li a.selected:hover/*selected main tab style */
text-decorationnone;
}

.
tabcontent{
display:none;
}

@
media print {

.
tabcontent {
display:block !important;
}

}

.
tabcontentstyle/*style of tab content container*/
border0px solid gray;
width450px;
margin-bottom1em;
padding10px;
}

.
clicktab {
cursorpointer;
}
</
style>

<
script type="text/javascript" src="tabcontent.js">

/***********************************************
* Tab Content script v2.2- Ã‚© Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
</head>

<body>
{$header}
<br />
{$awaybit}
<table width="950px" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td width="650px" valign="top">
<div class="trow2" style="width: 100%; height: 100%; padding: 4px;">
<span class="largetext"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
({$usertitle})<br />
{$groupimage}
{$userstars}<br />
<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}
</span>
</div>
<br />

<ul id="profiletabs" class="shadetabs" style="margin-left: -20px;">
<!--  Start Tabs -->
<li><a rel="tab0" class="clicktab">Visitor Messages</a></li>
<li><a rel="tab1" class="clicktab">About Me</a></li>
<li><a rel="tab2" class="clicktab">Statistics</a></li>
<li><a rel="tab3" class="clicktab">Contact</a></li>
<!-- End Tabs -->
</ul>

<div id="tab0" class="tabcontent">
<!-- ProfileComments -->{$comments_index}<!-- /ProfileComments -->
</div>

<!-- Start First Tab -->
<div id="tab1" class="tabcontent">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$profilefields}
</table>
</div>

<!-- Start Second Tab -->
<div id="tab2" class="tabcontent">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$reputation}<tr>
<td class="trow2" width="50%"><strong><a href="{$mybb->settings['bburl']}/plaza.php">{$lang->money}</a>:</strong></td>
<td class="trow2" width="50%">{$mymoney} <small>[<a href="plaza.php?action=page&amp;p=donate&amp;uid={$uid}">{$lang->donate}</a>]</small> ({$itemsbought} {$lang->items_purchased})</td>
</tr>
</table>
</div>

<!-- Start Third Tab -->
<div id="tab3" class="tabcontent">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}
<tr>
<td class="trow2"><strong>{$lang->pm}</strong></td>
<td class="trow2"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->icq_number}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->aim_screenname}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->yahoo_id}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->msn}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
</table>
</div>

<script type="text/javascript">
var countries=new ddtabcontent("profiletabs")
countries.setpersist(true)
countries.setselectedClassTarget("link") //"link" or "linkparent"
countries.init()
</script>

<br />
</td>
<td>
</td>

<td width="240px" valign= "top">
<!-- MiniStats -->
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <tr>
        <td colspan="2" class="thead"><strong>Mini Stats</strong></td>
    </tr>
    <tr>
        <td class="{$bgcolor}"><strong>Date Of Birth: </strong></td>
        <td class="{$bgcolor}">{$membday}</td>
    </tr>
    <tr>
        <td class="{$bgcolor}"><strong>Join Date: </strong></td>
        <td class="{$bgcolor}">{$memregdate}</td>
    </tr>
    <tr>
        <td class="{$bgcolor}"><strong>Posts: </strong></td>
        <td class="{$bgcolor}">{$memprofile['postnum']}</td>
    </tr>
</table>
<!-- End Ministats -->
<br />
{$mytube}
</td>
</tr>
</table>
<br />
{$modoptions}
{$footer}
</body>
</html> 

Love to play XBox 360? Visit http://www.360elites.net for News, Reviews & Previews of the biggest up-coming and current games like Halo:Reach, Battlefield: Bad Company 2 and more. We have forums too!

Visit http://www.mypurebb.com/ to see some examples of my work with MyBB themes and web designs. I even sometimes take on custom jobs, so why not sign up to the forums so you know when I'm open and designing?
06-02-2010 01:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 





Web Design | Web Design Jobs