Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 07-19-2012, 11:52 PM
Sarteck's Avatar
Sarteck Sarteck is offline
 
Join Date: Mar 2008
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Templates:
sar_postbit_info_extra Note that this will change drastically depending on what you want to display. X3
HTML Code:
<div class="block">
  <h2 style="text-align:center;font-size:10px;" class="blockhead" onmouseover="toggle_content({vb:raw post.postid});">(Hover Here for Info)</h2>
  <div class="blockbody">
<vb:if condition="$vbulletin->userinfo['field56'] != 'Collapse'">
    <div class="blockrow" id="postbit_tabs_{vb:raw post.postid}_content_table" style="margin:3px;padding:3px;display:block;">
<vb:else />
    <div class="blockrow" id="postbit_tabs_{vb:raw post.postid}_content_table" style="margin:3px;padding:3px;display:none;">
</vb:if>
      <!-- Tab Heads Start -->
      <h2 style="text-align: center;" class="blockhead">
        <div id="postbit_tabs_{vb:raw post.postid}_head"><!-- Begin tab_heads -->
          <div class="sar_postbit_tab_head_active" onmouseover="activate_postbit_tab(this,{vb:raw post.postid});">D</div>
          <div class="sar_postbit_tab_head_inactive" onmouseover="activate_postbit_tab(this,{vb:raw post.postid});">A</div>
          <div class="sar_postbit_tab_head_inactive" onmouseover="activate_postbit_tab(this,{vb:raw post.postid});">B</div>
          <div class="sar_postbit_tab_head_inactive" onmouseover="activate_postbit_tab(this,{vb:raw post.postid});">G</div>
          <div class="sar_postbit_tab_head_inactive" onmouseover="activate_postbit_tab(this,{vb:raw post.postid});">H</div>
          <div class="sar_postbit_tab_head_inactive" onmouseover="activate_postbit_tab(this,{vb:raw post.postid});">$</div>
          <div class="clearbit" style="clear: both;"> </div>
        </div>
      </h2>
      <!-- Tab Heads End -->
      <div class="blockbody">
        <div class="blockrow" id="postbit_tabs_{vb:raw post.postid}_content">
        <!-- Tab Contents Start -->

<!-- TAB START: "D" -->
          <div class="sar_postbit_tab_content_active">
<vb:if condition="$post['joindate']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">{vb:rawphrase join_date}</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.joindate}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field2']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">{vb:rawphrase location_perm}</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.field2}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">{vb:rawphrase 'posts'}</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.posts}</div>
              <div style="clear: both;"> </div>
            </div>
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;"><img src="images/statusicon/coin.gif" class="inlineimg" border="0" />Han</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.han}</div>
              <div style="clear: both;"> </div>
            </div>
<vb:if condition="$post['g13_div']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Guild</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.guildname}</div>
              <div style="clear: both;"> </div>
            </div>
  <vb:if condition="($post['g13_div'] != 46) AND ($post['g13_rank'] > 0)">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Rank</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">&nbsp;<vb:if condition="$post['g13_rank'] == 1">Guild Master<vb:elseif condition="$post['g13_rank'] == 2" />Guardian<vb:elseif condition="$post['g13_rank'] == 3" />Guardian<vb:elseif condition="$post['g13_rank'] == 4" />Guardian<vb:elseif condition="$post['g13_rank'] == 5" />Guardian<vb:else />Regular</vb:if></div>
              <div style="clear: both;"> </div>
            </div>
  </vb:if>
</vb:if>
<vb:if condition="$post['field25']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">GFX Class</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.field25}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">{vb:rawphrase blog_entries}</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">&nbsp;<a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></div>
              <div style="clear: both;"> </div>
            </div>
          </div>
<!-- TAB END: "D" -->
<!-- TAB START: "A" -->
          <div class="sar_postbit_tab_content_inactive"><!-- Begin 'A' : each node here is a part of List A -->
<vb:if condition="$post['field6']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Fav Anime</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field6}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field7']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Fav Manga</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field7}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field5']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Fav Character</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field5}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Claimlist</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;"><a href="claimlist.php?do=gen_list&oid={vb:raw post.userid}">Click</a></div>
              <div style="clear: both;"> </div>
            </div>
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">TT Deck</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;"><a href="ttv2.php?do=cardlist&amp;uid={vb:raw post.userid}" rel="nofollow">Clicky</a></div>
              <div style="clear: both;"> </div>
            </div>
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Thanked</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.post_thanks_user_amount_formatted}</div>
              <div style="clear: both;"> </div>
            </div>
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:100%;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}
              </div>
            </div>
          </div>
<!-- TAB END: "A" -->
<!-- TAB START: "B" -->
          <div class="sar_postbit_tab_content_inactive"><!-- Begin 'B' : each node here is a part of List B -->
<vb:if condition="$post['field23']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Gender</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field23}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field49']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">PSN ID</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field49}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field50']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Gamertag</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field50}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field1']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">About Me</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field1}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field3']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Interests</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field3}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['field4']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Occupation</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:var post.field4}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
          </div>
<!-- TAB END: "B" -->


<!-- TAB START: "G" -->
          <div class="sar_postbit_tab_content_inactive"><!-- Begin 'G' : each node here is a part of List B -->
<vb:if condition="$post['gifts']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Gifts</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.gifts}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
<vb:if condition="$post['ribbons']">
            <div style="border-width:1px;border-style:solid;margin:2px;padding:2px;">
              <div style="width:40%;float:left;font-size:10px;font-weight:normal;font-variant:small-caps;text-align:right;font-family:Verdana,Tahoma,Arial;">
                <span style="margin-right:5px;">Ribbons</span>
              </div>
              <div style="width:60%;float:left;font-size:11px;font-weight:normal;text-align:left;font-family:Verdana,Tahoma,Arial;">{vb:raw post.ribbons}</div>
              <div style="clear: both;"> </div>
            </div>
</vb:if>
          </div>
<!-- TAB END: "G" -->


<!-- TAB START: "H" -->
          <div class="sar_postbit_tab_content_inactive"><!-- Begin 'H' : each node here is a part of List H -->
            <fieldset class="blockrow">
              <legend>CB Awards</legend>
{vb:raw post.cbawards_html}
              </fieldset>
          </div>
<!-- TAB END: "H" -->


<!-- TAB START: "$" -->
          <div class="sar_postbit_tab_content_inactive"><!-- Begin '$' : each node here is a part of List $ -->
            <fieldset class="blockrow">
              <legend>ArCAdE</legend>
              <hr /><hr />
{vb:raw post.crowns}{vb:raw post.champtext}
              </fieldset>
          </div>
<!-- TAB END: "$" -->

        </div>
      </div>
    </div>
  </div>
</div>

sar_postbit_headinclude This is just to make the "tabs" work.
HTML Code:
<script type="text/javascript">
function activate_postbit_tab(tab_head,tab_postid)
{
  var HeadsNode = document.getElementById('postbit_tabs_'+tab_postid+'_head');
  var ContentsNode = document.getElementById('postbit_tabs_'+tab_postid+'_content');
//  var tab_heads = HeadsNode.childNodes;
  var tab_heads = new Array();
  for (var i in HeadsNode.childNodes) {if ((HeadsNode.childNodes[i].nodeType == 1) && (HeadsNode.childNodes[i].nodeName == 'DIV')) {tab_heads[tab_heads.length] = HeadsNode.childNodes[i];}}
//  var tab_contents = ContentsNode.childNodes;
  var tab_contents = new Array();
  for (var i in ContentsNode.childNodes) {if ((ContentsNode.childNodes[i].nodeType == 1) && (ContentsNode.childNodes[i].nodeName == 'DIV')) {tab_contents[tab_contents.length] = ContentsNode.childNodes[i];}}

  var this_tab_index = false;
  for (var i in tab_heads)
  {
    if (tab_heads[i].className != 'clearbit')
    {
      tab_heads[i].className = 'sar_postbit_tab_head_inactive';
      if (tab_heads[i].innerHTML == tab_head.innerHTML) {this_tab_index = i; tab_heads[i].className = 'sar_postbit_tab_head_active';}
    }
  }
  for (var i in tab_contents)
  {
    tab_contents[i].className = 'sar_postbit_tab_content_inactive';
    if (this_tab_index == i) {tab_contents[i].className = 'sar_postbit_tab_content_active';}
  }
}
function toggle_content(tab_postid)
{
  var Contents = document.getElementById('postbit_tabs_'+tab_postid+'_content_table');
  if (Contents.style.display == 'block') {Contents.style.display = 'none';} else {Contents.style.display = 'block';}
}
</script>


<style type="text/css">
.sar_postbit_tab_head_active {background-color: #CCCCCC; color: #232323; border: 1px solid #000000; float: left; padding: 2px; margin: 2px;}
.sar_postbit_tab_head_inactive {background-color: #333333; color: #999999; border: 1px solid #000000; float: left; padding: 2px; margin: 2px;}
.sar_postbit_tab_content_active {display: block; border: 1px solid #000000;}
.sar_postbit_tab_content_inactive {display: none;}
</style>











I should have included another plugin on parse_templates with the following:
PHP Code:
$templater vB_Template::create('sar_postbit_headinclude');
  
$templater->register('post'$post);
$sar_postbit_headinclude $templater->render();
$template_hook['headinclude_bottom_css'] .= $sar_postbit_headinclude
But I just manually put it into my headinclude template.



(Still over 20,000 characters. One more post coming.)
Reply With Quote
  #12  
Old 07-19-2012, 11:52 PM
Sarteck's Avatar
Sarteck Sarteck is offline
 
Join Date: Mar 2008
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyways, this probably isn't what you want, but you can modify it to do what you want. If you want to see a demo of this, Check out a thread in my forum:
http://forums.cleverbaka.com/showthr...and-Guidelines
Reply With Quote
  #13  
Old 07-20-2012, 12:37 AM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sarteck,
Nice site, and I love the way you did a lot of different things. I don't think they are modifications to download, I'm guessing you did a lot of the coding yourself. Like your CB Announcements. I've been searching for a mod like that. I may have some questions for you, but luckily I have a test forum to test things out on! Is it best for me to join your site, even though I'm not into anime, and I barely have time to play games even though I love them!!
Reply With Quote
  #14  
Old 07-20-2012, 12:42 AM
Sarteck's Avatar
Sarteck Sarteck is offline
 
Join Date: Mar 2008
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sure, join up. XD And thanks. A lot of the mods have been downloaded from here, and a lot I coded myself, and some are a combination of the two (downloaded from here and then modified, or inspired from mods already here).

A lot of it is still works in progress (like our Postbit Modification System that allows username/usertitle markup modification according to usergroups one belongs to and items one owns, and allows the arrangement of userbars according to how the user specifies). Some of it is more-or-less complete, and stuff I'm actually working on making into Products I'll upload here.

But yeah, feel free to ask me with any questions about the site, and I'll either direct you to the mod I downloaded or based it on or tell ya how I coded it.

EDIT: You should check it out around Valentines Day... One of my better modifications. X3 I made it so that users can "date" another user, and both avatars/usernames appear in the postbit for a few days around Valentines Day.

EDIT2: Oh, and if you want the info about the CB Announcement System, either PM me or start another thread, so we don't derail this one any further. Some info on it: I made it so that specific usergroups, "Guilds," and individual users can alter exisitng announcements.
Reply With Quote
Благодарность от:
Syxguns
  #15  
Old 07-20-2012, 02:32 PM
TNERatedEdge TNERatedEdge is offline
 
Join Date: Jun 2009
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Woah, I'm overwhelemed!

Can you guys install for me?
Reply With Quote
  #16  
Old 07-20-2012, 06:08 PM
Syxguns's Avatar
Syxguns Syxguns is offline
 
Join Date: Jul 2011
Posts: 280
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TNERatedEdge View Post
Woah, I'm overwhelemed!

Can you guys install for me?
Lynne had a way of doing it by making changes to the code in vBulletin, and Sarteck gave you code, but the code must have some changes made to it to work with your forum. My way is simple but effective way for the forums display to work centered. It just doesn't work for user profile field. I'll figure that part out soon. Using this method you do not touch any of the vB code, it is just over ridden by the additional.css file.

AdminCP >> Styles & Templates > Search in Templates

place additional.css in the search field. On the new screen that opens you will see an area for each style that you have. You will also see additional.css for each style. You will have to make the changes one at a time for each style, unless you have a primary style with children under it. Double click the additional.css and the file will open. If you have never placed anything here it will be blank, although some purchased styles may have some code in there. If that is the case, then just scroll to the bottom. Add this code to the bottom of the file:

Code:
/* center avatar, username, title, rank in postbit legacy 4.x.x */
.postbitlegacy .userinfo .username_container, .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {text-align:center;}
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img  {float:none; text-align:center;}
.postbitlegacy .userinfo .usertitle {display: block; float:none; text-align:center; clear: both;}
I'll attach a pic so you can see how the items are centered in the forum for user display. I hope that gives you an easy solution for your current needs.
Attached Images
File Type: jpg user_field.jpg (134.6 KB, 0 views)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:45 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04390 seconds
  • Memory Usage 2,332KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_html
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (6)post_thanks_box
  • (1)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete