Thread: Miscellaneous Hacks - DJ's Dynamic Tab Content for Postbit_Legacy
View Single Post
  #293  
Old 05-31-2009, 01:39 AM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

None of them have "nowrap" within them.

Here is the complete code:
Code:
<div class="smallfont">
                <div class="postbittop" align="left">  
<!-- BEGIN POSTBIT TABS -->
<div id="postbittabs$post[postid]" class="djdot">
 
<ul>
<li><span title="General"><a href="#" rel="tab1$post[postid]" id="selected$post[postid]">&nbsp;</a></span></li>
<li><span title="Statistics"><a href="#" rel="tab2$post[postid]">&nbsp;</a></span></li>
<li><span title="UCMoney"><a href="#" rel="tab3$post[postid]">&nbsp;</a></span></li>
<li><span title="Fun Stats"><a href="#" rel="tab4$post[postid]">&nbsp;</a></span></li>
<li><span title="Personal Details"><a href="#" rel="tab5$post[postid]">&nbsp;</a></span></li>
<li><span title="Contact Information"><a href="#" rel="tab6$post[postid]">&nbsp;</a></span></li>
</ul>
 
<br style="clear: left" />
 
</div>
 
<div class="smallfont">
 
<!--TAB 1 CONTENT -->
<div id="tab1$post[postid]" class="tabcontent">
 
				<if condition="$post['joindate']"><div class="info">$vbphrase[join_date]: $post[joindate]</div></if>
				<if condition="$post['field2']"><div class="info">$vbphrase[location_perm]: $post[field2]</div></if>
				<if condition="$post['age']"><div class="info">$vbphrase[age]: $post[age]</div></if>
                                <div class="info">$vbphrase[posts]: $post[posts]</div>
				<if condition="$post['entries'] > 0">
				<div class="info">$template_hook[postbit_userinfo_right_after_posts] </div>
				</if>
 <!-- FLAGS START -->
   <if condition="$post['field5'] OR $post['field6']">
      <div class="info">
      <if condition="$post[field5]">
         <img src="images/flags/$post[field5].gif" alt="$post[field5]" /></if>
 
      <if condition="$post[field6]">
         <img src="images/region/$post[field6].gif" alt="$post[field6]" /></if>
      </div>
   </if>
   <!-- / FLAG END -->



</div>

 
<!-- TAB 2 CONTENT -->
<div id="tab2$post[postid]" class="tabcontent">
 
				<if condition="$show['infraction']"><div class="info">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
				<if condition="$show['reputation']"><div class="info"><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
				<if condition="$show['reppower']"><div class="info">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span></div></if>

<if condition="$post[userid]">
	<div class="info">$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]
<br/>
		<if condition="$post[post_thanks_thanked_times] == 1">
			$vbphrase[post_thanks_time_post]
		<else />
			<if condition="$post[post_thanks_thanked_posts] == 1">
				<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
			<else />
				<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
			</if>
		</if>
	</div>
</if>

<if condition="$post[userid]">
	<div class="info">$vbphrase[post_groan_groans]: $post[post_groan_user_amount_formatted]
<br/>
		<if condition="$post[post_groan_times] == 1">
			$vbphrase[post_groan_time_post]
		<else />
			<if condition="$post[post_groan_posts] == 1">
				<phrase 1="$post[post_groan_times_formatted]">$vbphrase[post_groan_times_post]</phrase>
			<else />
				<phrase 1="$post[post_groan_times_formatted]" 2="$post[post_groan_posts_formatted]">$vbphrase[post_groan_times_posts]</phrase>
			</if>
		</if>
	</div>
</if>

 
</div>

 
<!-- TAB 3 CONTENT -->
<div id="tab3$post[postid]" class="tabcontent">
 

				<if condition="$show['credits_post']">
					<div class="info">
						$vbphrase[credits]: <span id="cdt_$post[postid]_$post[userid]">$post[credits]</span> <if condition="$show['credits_donate']"><br>[<a href="credits.php?$session[sessionurl]do=manage&amp;u=$post[userid]#donate">$vbphrase[donate]</a>]</if> <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&amp;u=$post[userid]">$vbphrase[check]</a>]</br></if>
					</div>
				</if>
				$template_hook[postbit_userinfo_right]
 
</div>

 
<!-- TAB 4 CONTENT -->
<div id="tab4$post[postid]" class="tabcontent">
 

       <div class="info">$system_totals_bits</div>

<div class="info">
        <if condition="$crowns">
 $post[crowns]$post[champtext]
   <else />
   $post[username] has not championed any arcade games.   </if>
      </div>
 
</div>

 
<!-- TAB 5 CONTENT -->
<div id="tab5$post[postid]" class="tabcontent">
 
                                <if condition="$post[field29]"><div class="info"><b>Favorite Boxer:</b><br/> $post[field29]</div></if>
                                <if condition="$post[field30]"><div class="info"><b>Favorite Fight:</b><br/> $post[field30]</div></if>
                                <if condition="$post[field25]"><div class="info"><b>Who I'd Like to Meet:</b><br/> $post[field25]</div></if>
                                <if condition="$post[field39]"><div class="info"><b>Fight That Should've Happened:</b><br/> $post[field39]</div></if>
                                <if condition="$post[field40]"><div class="info"><b>Fight That Should Happen:</b><br/> $post[field40]</div></if>

 
</div>


<!-- TAB 6 CONTENT -->
<div id="tab6$post[postid]" class="tabcontent">

<div class="info" align="center">
<if condition="$show['pmlink'] OR $show['emaillink'] OR $post['userid'] AND $show['member']">
Contact $post[username]:<br /></if>

<if condition="$show['pmlink']"><fieldset class="fieldset"><legend>PM</legend>
  <a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]"><img src="images/buttons/pmthisuser.png" alt="Send $post[username] a Private Message" style="border:0" /></phrase></a><br />
</fieldset></if>

<if condition="$show['emaillink']"><fieldset class="fieldset"><legend>E-Mail</legend>
  <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><img src="images/buttons/emailuser.png" alt="Send $post[username] an E-Mail" style="border:0" /></a><br />
</fieldset></if>

<if condition="$post['userid'] AND $show['member']"><fieldset class="fieldset"><legend>Befriend</legend>
 <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><img src="images/buttons/Befriend.png" alt="Send $post[username] a Friendship Request" style="border:0" /></a>
</fieldset></if>

<if condition="$post['userid'] AND $show['member']"><fieldset class="fieldset"><legend>Profile Message</legend>
 <a href="http://www.unifiedchamp.com/ucforum/members/$post[username]"><img src="images/buttons/visitormessage.png" alt="Leave $post[username] a Profile Message" style="border:0" /></a>
</fieldset></if>

</div>
 
                                <if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info" align="center">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>

            <div class="info" align="center">
                <a href="member.php?$session[sessionurl]u=$post[userid]" title="View Public Profile">
                <img src="images/buttons/folder_user.png" alt="View $post[username]'s Profile" style="border:0" /></a>
                &nbsp;
                <a href="album.php?u=$post[userid]" title="View $post[username]'s Album" rel="nofollow">
                <img src="images/buttons/add_album.png" alt="View $post[username]'s Photo Album" style="border:0" /></a>
                &nbsp;
                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]" title="Add $post[username]'s to Your Contacts" rel="nofollow">
                <img src="images/buttons/heart_add.png" alt="Add $post[username]'s to Your Contacts" style="border:0" /></a>
                &nbsp;
                <a href="group.php?$session[sessionurl]u=$post[userid]" title="Social Groups">
                <img src="images/buttons/social.png" alt="View Social Groups" style="border:0" /></a>               
            </div>
 
</div>

 
</div>
 
 
<script type="text/javascript">
var mytabs=new ddtabcontent("postbittabs$post[postid]")
mytabs.setpersist(false)
mytabs.setselectedClassTarget("link")
mytabs.init()
</script>
 
<!-- END POSTBIT TABS -->  
</div></div>
Thanks for all your help so far!
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01386 seconds
  • Memory Usage 1,827KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete