The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
BB Code [table] Details »» | |||||||||||||||||||||||||||||||||||||||||||
BB Code [table] by StGaensler Description This Hack provides a BB code [table] to add a table to the post The skin of the table automatically fits the style because the CSS classes of vBulletin are used. A table is simply made of some lines (will be the rows). The cols are seperated by |. So this will be a table: Code:
[table="head"]head col1|head col2|head col3 row1 col1|row1 col2|row1 col3 row2 col1|row2 col2|row2 col3[/table] Usage
Please note: (installing) Installing this product will: (reverted during uninstall)
Note: Including the file on the webpages where it is necessary is done by my product. So if sortable is disabled, it won't be included automatically. If you want to have a icon for the editor you may use this for free: Download this icon and place it in your /images/editor/ folder. Please note: (usage)
New features
Maybe planned features
Known problems
Version history: 0.0.1 - 0.0.5 internal releases for testing purposes (Thanks to Zombie79 from powerforen.de for testing) 0.1 first official release 0.1.1 fixed small bug: if a line ends with eg vbcode quote no new row was generated (should already have been fixed but did not work) 0.1.2 workaround: removed call to function bcmod(), it could also be done another way 0.1.3.x beta version described here (and following) - added admin panel, colpan and css feature 0.1.4 stable version - no significant changes to the last beta (0.1.3.8) 0.1.5.x beta version described here (and following) - added sortable, maxwidth, versioncheck, upgrade message, compatibility to vB 3.6 0.1.6 stable version - two bugfixes to last beta, {br} for posting linebreaks in a tablecell 0.1.7.x stable version - compatibility to vB 3.7 (description) - added tab seperated tables This hack can be used for free. If you want to make a small donation, just contact me. We will find a way I don't want this product to be distributed from other sources. Please don't upload it to other vBulletin related boards etc. Download Now
Screenshots
Show Your Support
|
Comments |
#42
|
|||
|
|||
Quote:
|
#43
|
||||
|
||||
Good news: New beta version out!
New: Settings for this vB Code in AdminCP -> vBulletin Options -> vBulletin Options -> BB Code [table] Settings (disable some features, disable it generally, ...) New: Small notice in HTML Comment below table that it was generated by my vB Code - please do not remove! New: Supporting different languages through phrases (excluding install and uninstall messages). Translators are welcome! We proudly present: New: Allowing user to define css class of the table (by adding css= to the option) and every individual row (by adding {css=XXXX} at the beginning of a line). Closer description of how this value is processed can be found at the settings in AdminCP, where possible values can be defined. Installing: Simply install attached product through product manager (overwrite existing) and install one (or both) language packs in AdminCP -> Languages & Phrases -> Download / Upload Languages -> Import Language XML File. Important: Select the language you want to import the phrases into, not "(Create New Language)" - this won't work! EDIT: Removed attachments as this beta version became last stable. Attached Files product-bbcode_table-multi_beta.xml (25.6 KB, 21 views) table_bbcode-language-en.xml (2.6 KB, 16 views) table_bbcode-language-de.xml (2.6 KB, 12 views) |
#44
|
|||
|
|||
just installed the beta, but can't install the language pack as it was created with 3.5.4 and i'm running 3.5.2.
any chance of getting a 3.5.2-compatible language pack, or am i out of luck? |
#45
|
|||
|
|||
Quote:
|
#46
|
||||
|
||||
Quote:
Quote:
I'm sorry but I can't try this out at this time, because I'm not at home where my testserver with different versions of vBulletin stands. EDIT: Attached file no longer neccessary table_bbcode-language-en.xml (2.6 KB, 2 views) |
#47
|
||||
|
||||
As no one of the 21 people having downloaded the beta version reported any bug I released the last beta version (0.1.3.8) as stable (0.1.4) and started working on the next beta version (0.1.5.x). No significant changes have been made between theese two.
|
#48
|
||||
|
||||
Very cool! Thanks
|
#49
|
|||
|
|||
This is great, installed.
However, a bit more detail on the CSS side would be nice. In the BB Code table Settings there are two fields at the bottom, 'CSS Classes For The Table' and 'CSS Classes For The Tablerows' Now, I've been playing around with different things in here but none seem to be having any effect. CSS is ticked at the top. I'm not 100% sure on what format these boxes are expecting so I've tried a few options to see if it affects the table. eg; Code:
stg_table_transp {font-weight: large; } Code:
transp {font-weight: large; } Code:
[table="css=transp"]testcol1|testcol2 {css=transp}testcol1|testcol2[/table] Are these boxes expecting normal CSS formatting or are there only specific things that you can do? I may be missing something really obvious here, but I just can't get any format to stick! |
#50
|
||||
|
||||
I already posted an example css: https://vborg.vbsupport.ru/showpost....8&postcount=19
I know I spend more time writing my code than explaining it Your code: Code:
stg_table_transp {font-weight: large; }
Code:
.stg_table_transp td {font-weight:bold; } Code:
.stg_tablerow_transp td {font-weight:bold; } |
#51
|
||||
|
||||
Can this be set so a user can not make it any bigger than a predifined setting? I have a fixed width skin.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|