vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   BB Code Enhancements - BB Code [table] (https://vborg.vbsupport.ru/showthread.php?t=107985)

alexsinev 08-20-2007 04:04 AM

Quote:

Originally Posted by StGaensler (Post 1320110)
Thats not the sense of a table - it exists to format/display tabular content, and not for "making boxes". I consider using <div> or <span> for that.

Stefan, thank you! I tried to use <div>, but unfortunately vBulletin adds lots of extra line breaks before and after my bb-codes.

kafi 08-21-2007 10:23 AM

Hello Stefan,

i didnt figured out how to change default table spacing (which is causing cell borders I guess). It is something around 2px and I want neat 1px spacing borders.
Can you advise? I tried to add custom css as described in this thread but that didnt changed entire table spacing.

Thank you!

hunguo 08-22-2007 11:20 AM

Hello StGaensler,
I can't install it.
The error message is
Quote:

XML 錯誤: 在第 16 行 not well-formed (invalid token)
What's the problem?

Thank you.

WarLion 08-24-2007 12:01 PM

1 Attachment(s)
this mod is asome you rock dude but the best part is the Support you give thats is amazing congrats i use some css only to put a image let me show you
Quote:

table.stg_table {border:1px #CCCCCC solid;}
table.stg_table thead th {background-image:url(cat_back.gif); height:27px; font-weight:bold; font-size:12px;}
table.stg_table .alt1 {background:#333333;}
table.stg_table .alt2 {background:#373737;}
this is a simple one but i like a lot
this is the image

eczantrik 08-24-2007 12:58 PM

thanks

StGaensler 08-28-2007 11:04 AM

Quote:

Originally Posted by kafi (Post 1322223)
i didnt figured out how to change default table spacing (which is causing cell borders I guess).

I hope I understood you in the right way. Use this:
.stg_table {border-collapse:collapse; }
and define the borders for your cells td and th through css.
Quote:

Originally Posted by hunguo (Post 1323054)
Hello StGaensler,
I can't install it.
The error message is

I don't really know the problem. Please try it with another browser and / or the english language pack. Also try to download the product file again (if it isn't complete). It seems it could be an encoding problem - but I'm not sure.

@ WarLion
thanks, too.

Amorpho[US] 08-29-2007 02:43 PM

How i can add icon to the reply form?

TigerWare 08-29-2007 10:46 PM

Quote:

Originally Posted by Amorpho[US] (Post 1328138)
How i can add icon to the reply form?

You mean adding an icon to the message editor toolbar?

Goto BB Code Manager.
Click edit for the custom bbCode you want an image for.

Look for the following:-
Quote:

Button Image (Optional)
If you would like this bbcode to appear as a clickable button on the message editor toolbar, enter the URL of an image 21 x 20 pixels in size that will act as the button to insert this bbcode.
Upload an image to your forum area (eg: /forum/myimages/myicon.gif )

In the text box for Button Image in AdminCP you would enter:
./myimages/myicon.gif

Job done.

alexsinev 08-30-2007 02:38 AM

Quote:

Originally Posted by StGaensler (Post 1327294)
I hope I understood you in the right way. Use this:
.stg_table {border-collapse:collapse; }
and define the borders for your cells td and th through css.

StGaensler, could you give the full example? I also need to increase the row heights (add extra spaces) in some tables.

Thank you.

StGaensler 09-01-2007 03:07 PM

Thanks TigerWare, thats right. I suggest /forum/images/editor/table.gif as path, because the other editor images are also there.
Quote:

.stg_table {border-collapse:collapse;}
.stg_table td {padding-top:2px; padding-right:4px; padding-bottom:6px; padding-left:8px; }
.stg_table td {border:4px blue solid; }
That's nothing special for my extension, just pure css. If you could understand german, I had a good site for you - I don't know if there's something compareable in english.

Stefan


All times are GMT. The time now is 06:48 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.01406 seconds
  • Memory Usage 1,745KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete