Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[REQUEST] Postbit Restructsure Details »»
[REQUEST] Postbit Restructsure
Version: 1.00, by imported_Itworx4me imported_Itworx4me is offline
Developer Last Online: Jan 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-07-2004 Last Update: Never Installs: 0
 
No support by the author.

Hello All,

Was wondering if someone would revise this postbit to only show the the content of the post. I don't want any of the stuff on the left hand side of the postbit stuff. Just want the content to show up with out any other info showing in the postbit. Just the message they post.

PHP Code:
 <!-- spacer -->
<
table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<
tr>
<
td width="10"><img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td>
<
td width="100%"
<
table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextrawidth="{contenttablewidth}" align="center"><tr><td>
        <!-- 
top table setup -->
<
table border="0" cellpadding="0" cellspacing="0"  width="{contenttablewidth}" height="27" align="center">
  <
tr id="cat">
    <
td width="150" height="27" align="left" valign="top">
    <
img border="0" src="{imagesfolder}/cat_top_ls.gif" width="150" height="27"></td>
    <
td background="{imagesfolder}/cat_back.gif" width="100%" height="27" align="left" valign="middle">
    <
smallfont>$post[icon] <b>$post[title]</b></smallfont></td>
     <
td width="150" height="27" align="right" valign="top">
    <
img border="0" src="{imagesfolder}/cat_top_rs.gif" width="170" height="27"></td>
  </
tr></table>
    <!-- 
End top table setup -->
<
table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextrawidth="100%">
 <
td bgcolor="$post[backcolor]width="175" valign="top" nowrap>
 <
a name="post$post[postid]"></a>
 
$post[firstnewinsert]
 <
normalfont><b>$post[username]</b></normalfont><br>
 <
smallfont>$post[usertitle]</smallfont><br>
 
$post[avatar]<br><br>
 <
table width="175">
  <
tr
     <
td class="info">
  <
smallfont>Registered$post[joindate]</smallfont>
  </
td>
   </
tr>
  <
tr
     <
td class="info">
  <
smallfont>Location$post[field2]</smallfont>
  </
td>
   </
tr>
  <
tr
     <
td class="info">
  <
smallfont>Posts$post[posts]</smallfont>
  </
td>
    </
tr>
     <
td class="info">
  <
smallfont><b>$post[username]</bis now</smallfont$onlinestatus
  
</td>
    </
tr>
 
<
tr
    <
td align="center" valign="top" height="21">
    <
a href="report.php?s=$session[sessionhash]&postid=$post[postid]">
 <
img src="{imagesfolder}/p_report.gif" border="0"></a
       <
a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]">
 <
img src="{imagesfolder}/p_quote.gif" border="0"></a
       <
a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]">
    <
img src="{imagesfolder}/p_edit.gif" border="0"></a
      </
td>
     </
tr>
  </
table>
     </
td>
<
td bgcolor="$post[backcolor]width="100%" valign="top" align="left" height="100%"
   <
table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
                    <
tr
                      <
td align="left" valign="top" width="100%" height="100%"
                        <
p><normalfont>$post[message]</normalfont></p>
                        
$post[attachment
                        <
p><smallfont>$post[editedby]</smallfont></p></td>
                    </
tr>
                    <
tr
                      <
td align="right" valign="bottom" width="100%"> <smallfont><br>$post[signature]</smallfont
                      </
td>
                    </
tr>
                  </
table>
       </
td>
         </
tr>
      <
tr>
 <
td bgcolor="$post[backcolor]width="175" height="16" nowrap>
 <
smallfont>$post[foldericon$post[postdate] <font color="{timecolor}">$post[posttime]</font></smallfont>
 </
td>
 <
td bgcolor="$post[backcolor]width="100%" valign="middle" height="16">
  <
table width="100%" border="0" cellpadding="0" cellspacing="0">
 <
tr valign="bottom">
   <
td><smallfont>$post[profile$post[pmlink$post[useremail$post[homepage$post[search$post[buddy
         <!-- $ 
post[icqicon] -->
         <!-- $ 
post[yahooicon] -->
      </
smallfont>
   </
td>
 <
td align="right" nowrap$post[aimicon$post[iplogged]</td>
  </
tr>
    </
table>
 </
td>
   </
tr>
  </
table>
  </
td>
  </
tr>
  </
table>
  <!-- 
bottom table setup -->
    <
table height="14" width="100%" border="0" cellpadding="0" cellspacing="0">
      <
tr>
        <
td width="60" height="14" align="left" valign="top">
        <
img src="{imagesfolder}/ls_main_table_bottom.gif" width="60" height="14"></td>
        <
td height="14" width="100%" background="{imagesfolder}/extended_main_table_bottom.gif"><img src="{imagesfolder}/clear.gif" width="100%" height="14"></td>
        <
td width="44" height="14" align="right" valign="top">
            <
img border="0" src="{imagesfolder}/rs_main_table_bottom.gif" width="60" height="14"></td>
      </
tr>
    
<
tr><td>
<
table width="100%"
<
tr>
<
td bgcolor="{pagebgcolor}" width="100%" height="10" align="center"><img width="10" height="10" src="{imagesfolder}/space.gif" alt=""></td
</
tr>
</
table></td></tr>
    </
table>
   <!-- 
End bottom table setup -->
<!-- 
spacer --></td>
<
td bgcolor="{pagebgcolor}" width="10"><img width="10" height="8" src="{imagesfolder}/space.gif">
</
td>
  </
tr></table
Thanks,
Itworx4me

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
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 11:22 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03534 seconds
  • Memory Usage 2,285KB
  • Queries Executed 16 (?)
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)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)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_onlinestatus
  • (1)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
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete