Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Just Need a Space Removed :) Details »»
Just Need a Space Removed :)
Version: , by ZiRu$ ZiRu$ is offline
Developer Last Online: Jun 2005 Show Printable Version Email this Page

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

Attached is what it looks like....I want everything in the postbit brought up a space.....Can't find out how! Can someone please edit the code for me

PHP Code:
<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%"><!-- spacer -->

<
table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextrawidth="{contenttablewidth}" align="center"><tr><td>
<
div id="p$post[postid]e" style="display:$pe">
<
table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextrawidth="100%">

<
tr>
    <
td bgcolor="$post[backcolor]width="175" valign="top" nowrap colspan="2">
<
div align="center">
<
table width="96%">
<
tr>
    <
td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>
</
tr>
<
tr>
<
td align="center">
<
center><b><normalfont>$post[username]</normalfont></b><br>$post[avatar]<br><normalfont>$post[usertitle]</center></normalfont></td>
</
tr

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-14-2002, 05:46 AM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oops.....forgot the pic
Attached Files
File Type: (21.4 KB, 32 views)
Reply With Quote
  #3  
Old 07-14-2002, 05:51 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<table bgcolor="#FFFFFF" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="https://vborg.vbsupport.ru/green/space.gif" alt=""></td><td width="100%"><!-- spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000" {tableouterextra} width="95%" align="center"><tr><td>
<div id="p$post[postid]e" style="display:$pe">
<table cellpadding="4" cellspacing="1" border="0" {tableinnerextra} width="100%">

<tr>
    <td bgcolor="$post[backcolor]" width="175" valign="top" nowrap colspan="2">
<div align="center">
<table width="96%">
<tr>
    <td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>
</tr>
<tr>
<td align="center" valign="top">
<center><b><normalfont>$post[username]</normalfont></b><br>$post[avatar]<br><normalfont>$post[usertitle]</center></normalfont></td>
</tr>
Reply With Quote
  #4  
Old 07-14-2002, 04:14 PM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

actually dogg that never worked....hmmm I'll give you more of the postbit! This is with your fixed changes...

PHP Code:
<table bgcolor="{pagebgcolor}" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="https://vborg.vbsupport.ru/green/space.gif" alt=""></td><td width="100%"><!-- spacer -->

<
table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"  width="95%" align="center"><tr><td>
<
div id="p$post[postid]e" style="display:$pe">
<
table cellpadding="4" cellspacing="1" border="0"  width="100%">

<
tr>
    <
td bgcolor="$post[backcolor]width="175" valign="top" nowrap colspan="2">
<
div align="center">
<
table width="96%">
<
tr>
    <
td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td>
</
tr>
<
tr>
<
td align="center" valign="top">
<
center><b><normalfont>$post[username]</normalfont></b><br>$post[avatar]<br><normalfont>$post[usertitle]</center></normalfont></td>
</
tr>
<
tr>
    <
td style="border: 1px solid {tablebordercolor}; background-color: #628297"><smallfont><b>Member ID:</b$post[userid]</smallfont></td>
</
tr>
<
tr>
    <
td style="border: 1px solid {tablebordercolor}; background-color: #FFFFFF"><smallfont><b>Registered:</b$post[joindate]</smallfont></td>
</
tr>
<
tr>
    <
td style="border: 1px solid {tablebordercolor}; background-color: #628297"><smallfont><b>Repppin':</b> $post[field2]</smallfont></td>
</tr>
<tr>
    <td style="border: 1px solid {tablebordercolor}; background-color: #FFFFFF"><smallfont><b>Posts:</b> $post[posts]</smallfont></td>
</tr>


<tr>
    <td style="border: 1px solid {tablebordercolor}; background-color: #628297"><smallfont><b>Battle Points:</b> $post[field5]</smallfont></td>
</tr>
<tr>
    <td style="border: 1px solid {tablebordercolor}; background-color: #FFFFFF"><smallfont><b>Status:</b> $onlinestatus</smallfont></td>
</tr>

</table>
</div></td> 
Reply With Quote
  #5  
Old 07-15-2002, 01:43 AM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump
Reply With Quote
  #6  
Old 07-15-2002, 03:22 AM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually I now fixed it myself....If you'd like to learn i changed
PHP Code:
    <td height="16"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td
to

PHP Code:
    <td height="0"><a name="post$post[postid]"></a>$post[firstnewinsert]$minusimg</td
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 10:51 PM.


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.04989 seconds
  • Memory Usage 2,310KB
  • Queries Executed 20 (?)
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_code
  • (4)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)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_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
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete