vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Columns in post body? (https://vborg.vbsupport.ru/showthread.php?t=228888)

Hawk7173 11-25-2009 08:56 PM

Columns in post body?
 
I would like to be able to make a list of names with 3 - 4 columns rather than a long single list down the left side of the text body. How would one do this?

Thanks in advance!!!

Lynne 11-25-2009 09:13 PM

A list of what names? Do you have an image of what you want? And on what page? I can't tell from your description what you want.

Hawk7173 11-26-2009 12:29 AM

Thanks for responding.
I Want to list member's names that have supported the forum via donations, but would like to make the list with columns rather than one long list that one would need to scroll way down to read.

name.............................................n ame........................... ........name...............................
name.............................................n ame........................... ........name...............................
name.............................................n ame........................... ........name...............................

only without needing the periods to create the space inbetween the names.

Hope that explains it better.

Lynne 11-26-2009 04:26 AM

Well, you still haven't said anything about where you want this list, but basically, make an actual list - <ul><li>name1</li><li>name2</li><li>name3</li>etc and then just use css to make <ul> have a width of 100% and the <li> to have a width of 25% or 33%. Then they will all align themselves correctly (I actually wrote an article on this for use in vb4 forums which are lists).

Hawk7173 11-26-2009 02:58 PM

I would like to be able to post this list in the body of any post. Just like I did in the reply to your previous post. I do not have html enabled for use in posting as reccommended by vBulletin due to possible security problems. I am away from home and my wife's laptop does not have a photo program or I would show a screenshot.

Lynne 11-26-2009 03:00 PM

If you want to put it in posts, I guess you'll have to write some bbcode to do this. I think there is a <table> bbcode. Perhaps go find that and see if it does what you want.

Hawk7173 11-26-2009 03:18 PM

Could this be made into a bbcode? I don't know how to go about it.

Lynne 11-26-2009 03:30 PM

I would guess you could make it into bbcode. But, did you check out the table bbcode? I think that does what you want.

Hawk7173 11-26-2009 03:36 PM

I'll hunt for it. Will post my findings. Thanks

--------------- Added [DATE]1259278027[/DATE] at [TIME]1259278027[/TIME] ---------------

I checked out the BB code table https://vborg.vbsupport.ru/showthrea...26gt%3B+bbcode
but when attempting to upload the language pack, I got a message that it was for a vb version 3.6 and I'm runnin vb 3.8.4

I also spot cchecked gthrough the 38 pages and it doesn't look like it will work for me.

--------------- Added [DATE]1259281282[/DATE] at [TIME]1259281282[/TIME] ---------------

I allowed myself to use html and did the following test.

<html>
<body>

<table border="0" width="75%" cellpadding="10">
<tr>

<td width="25%" valign="top">
<li>test</li>
<li>test</li>
<li>test</li>
</td>

<td width="25%" valign="top">
<li>test</li>
<li>test</li>
<li>test</li>
</td>

<td width="25%" valign="top">
<li>test</li>
<li>test</li>
<li>test</li>
</td>

</tr>
</table>

</body>
</html>

This accomplishes what I would like, only the list doesn't start until quite a ways down the page after entering the text before the list.














the space between this sentence and the one above is aprox the space shown once the post is submitted


All times are GMT. The time now is 02:11 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.01076 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete