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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-24-2008, 06:17 PM
aalsmo aalsmo is offline
 
Join Date: Apr 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How do I add a table in a thread?

Can anyone please help me?
Ok, I have added the following code to a post in one of my forums. The problem is I'm receive a ton of line breaks above my table which is pushing it way to the bottom making the user have to scroll way down to see the table. Can anyone help here?

To view this thread live: Click here
User: tester
PW: peon

For now I did remove all line spaces in the html code but I will be updating this table on a daily basis and it would make updating it quite difficult if I had to work with a jumbled paragraph of code versus having carriage returns in the html.

I did post this on the forums on vbulletin and this is the response I received from one of your employees:
"The parser inserts a line break for each new line in the HTML code in the post. When table code is used over multiple lines these breaks accumulate above the table. I think you can modify the includes/class_bbcode.php file to change this behavior. Search for "nl2br". If you have some coding ability then you can post on www.vbulletin.org for help with this."

Here is the code:

Quote:
Below is the current Wish List as it stands:
(sorry for the scrolling atm...gotta figure this stupid thing out. Just bare w/me) And if you still need to post your items, send a private message here on the website to Kaija.
<table border="0" cellspacing="0" cellpadding="5">

<tr>
<td width="103">Toon Name</td>
<td width="285">Item</td>
<td width="141">Instance</td>
<td width="84">Date Addeed</td>
<td width="73">Date Looted</td>
</tr>
<tr>
<td>Nikkanu</td>
<td>[item]Brooch of Nature's Mercy[/item]</td>
<td>Zul' Aman</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Earring of Soulful Meditation[/item]</td>
<td>SSC</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Brethor</td>
<td>[item]Amani Punisher[/item]</td>
<td>Zul'Aman</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Aldori Legacy[/item]</td>
<td>Gruul's</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr> <tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr><tr>
<td>Eloradanyn</td>
<td>[item]Sunfury Bow of the Phoenix[/item]</td>
<td>Kara</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Dragonspine Trophy[/item]</td>
<td>Gruul's Lair</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr><tr>
<td>Peekomasta</td>
<td>[item]Bloodmaw Magus-Blade[/item]</td>
<td>Gruul's Lair</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Eye of Magtheridon[/item]</td>
<td>Magtheridon</td>
<td>4/22/08</td>
<td>&nbsp;</td></tr>

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr><tr>
<td>Baelur</td>
<td>[item]Dragonspine Trophy[/item]</td>
<td>Gruul's Lair</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Grimgrin Faceguard[/item]</td>
<td>Zul'Aman</td>
<td>4/22/08</td>
<td>&nbsp;</td></tr>

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr><tr>
<td>Paledruid</td>
<td>[item]Berserker's Call[/item]</td>
<td>ZA</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Frayed Tether of the Drowned[/item]</td>
<td>SSC</td>
<td>4/22/08</td>
<td>&nbsp;</td></tr>

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr><tr>
<td>Holocene</td>
<td>[item]Wub's Cursed Hexblade[/item]</td>
<td>ZA</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Cowl of the Grand Engineer[/item]</td>
<td>TK</td>
<td>4/22/08</td>
<td>&nbsp;</td></tr>

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr><tr>
<td>Wickedwytch</td>
<td>[item]Hood of Hexing[/item]</td>
<td>ZA</td>
<td>4/22/08</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>[item]Cowl of the Grand Engineer[/item]</td>
<td>TK</td>
<td>4/22/08</td>
<td>&nbsp;</td></tr>

</table>
Reply With Quote
 


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 01:29 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.03527 seconds
  • Memory Usage 2,293KB
  • Queries Executed 13 (?)
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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (2)postbit
  • (2)postbit_onlinestatus
  • (2)postbit_wrapper
  • (1)showthread_list
  • (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_threadedmode.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_threaded
  • showthread_threaded_construct_link
  • 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