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)

benjaminbih 08-08-2007 09:25 AM

1 Attachment(s)
Hi first of all this mod is really good :D,

the second thing ave a problem with the option {width=60%}

look at the attached picture plaese. Any ideas

StGaensler 08-08-2007 03:57 PM

Thank you for your compliments :)

Currently you can't define the width for a single column but only for the whole table. That is done this way: [table="width=60%"]

benjaminbih 08-08-2007 04:56 PM

Oh :( ok i understand,


Wird die n?chste Version von Table BBcode um diese Funktion erweitert ? ?

Gru? aus Baden W?rttemberg

StGaensler 08-08-2007 05:10 PM

Yes, this feature is planned, but I can't tell you when I will get this done. Sorry :( As you can see, the last version of my mod is from last year...

Greetings from Munich :)

NFLfbJunkie 08-09-2007 12:35 AM

I wrote the following table code in notepad and then pasted it in to a test post. Problem is the first column does not stay as it is written in the table code. The first column is inverted, with the numbers going from 9 (top) to 7 (bottom). Sometimes, the first column is totally not in order.

Also, I have to refresh my page after the page loads from posting to get the table's sorting links to work.

Dave Hawley 08-14-2007 03:51 AM

StGaensler, anyway I can use this great hack on English 3.5.4? I have tried installing these here but they show multiple errors on Import.

I'm willing to pay.

StGaensler 08-14-2007 07:05 AM

Quote:

Originally Posted by Junkie (Post 1313193)
I wrote the following table code in notepad and then pasted it in to a test post. Problem is the first column does not stay as it is written in the table code. The first column is inverted, with the numbers going from 9 (top) to 7 (bottom). Sometimes, the first column is totally not in order.

May I see the code you used? If you don't define a sort order the table shouldn't be sorted anyway.
Quote:

Originally Posted by Junkie (Post 1313193)
Also, I have to refresh my page after the page loads from posting to get the table's sorting links to work.

That's "working by desing" - sorry. If a page contains an table, this table is initialised by loading the page. If you post it via ajax this doesn't happen. So you have to reload the page. I will look if I can overcome this, but I can't promise anything.
Quote:

Originally Posted by Dave Hawley (Post 1317025)
StGaensler, anyway I can use this great hack on English 3.5.4? I have tried installing these here but they show multiple errors on Import.

I'm willing to pay.

Its only a small change you have to make: https://vborg.vbsupport.ru/showpost....&postcount=127
vBulletin 3.5.4 doesn't know the field "executionorder" and spits out an error instead of ignoring it.

If you are still willing to pay, please contact me via pm :)

Stefan

Dave Hawley 08-14-2007 07:36 AM

Thanks Stefan! Wonderful. I'll pay in smilies :) :) :) :) :)

ThreeD 08-15-2007 09:21 AM

how on earth do you override the "stg_table tborder" attribute?

I have tried everything, and all I see in my source code is "table class="stg_table tborder stg_table_test"

_test is the one I have created.

I've tried to overrun the class strg_table tborder with .stg_table tborder {border: 1px solid #000; padding: 5px;} or .stg_table_test tborder {border: 1px solid #000; padding: 5px;} without any results :(

Could you please help me? :)

thanks for the great mod!

PS: If I uninstall this mod, is there any way to uninstall the language file that was added as well?

StGaensler 08-16-2007 11:48 AM

Don't use tborder - its on the same "level" as stg_table and stg_table_test.

These lines should do it (first for all tables, second for your new class):
Code:

.stg_table {border: 1px solid #000; padding: 5px;}
.stg_table_table {border: 1px solid #000; padding: 5px;}

Uninstalling the language: I don't know a vBulletin function for that. A way could be to use AdminCP -> Language & Phrases -> Phrase Manager -> [Find orphan Phrases] Delete all phrases containing stg_table and the phrase settinggroup_bbcode_table

Stefan


All times are GMT. The time now is 06:47 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.03215 seconds
  • Memory Usage 1,741KB
  • 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)bbcode_code_printable
  • (3)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