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 |
#82
|
||||
|
||||
A user reported that formating in the header cells got lost by making the table sortable. I fixed this and updated the javascript file.
I recommend to use the new file aviable here! |
#83
|
|||
|
|||
this hack may control permissions for Usergroups ?
What to be, if I disable this product at admincp? If this product disabled and user know syntax for writing this bb-code, user can be use it or not (this bb-code be parsed)? And if this product disabled, at existing posts where be used this product parsing this bb-code still be or not? PS: sorry for my english |
#84
|
|||
|
|||
why you not include introductions to options (https://vborg.vbsupport.ru/showpost....70&postcount=2) into DB, which all user can see from visit URL misc.php?do=bbcode#table ?
I think, all options to use this bb-code must be shown on page misc.php?do=bbcode#table PS: great hack, click installed |
#85
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#86
|
|||
|
|||
ok, thanks for answer, and how about to port this product to vB 3.6.x ?
|
#87
|
||||
|
||||
That's no problem. Edit the xml file manually, find this line:
PHP Code:
|
#88
|
|||
|
|||
Where do I edit to change the image that is associated the "head" tag. I would prefer to use the image I have for tcat as when sorting is enabled, the thead image comes into contrast with the color of the links to sort. Either that or how to simply change the color of the header items to white. Any ideas? I know I could change the style, but I would prefer to find a work around.
Great hack by the way, for a baseball forum where I often post many stats this is perfect. |
#89
|
||||
|
||||
I already posted an css example for formating the table and I hope this helps.
The images used are the same that are used if you sort your thread list - so you should think about changing your style if they don't match. It is also possible to change the product. Edit sortable.js and around line 108 you find Code:
if (span.getAttribute("sortdir") == 'down') { ARROW = ' <img src="' + IMGDIR_BUTTON + '/sortasc.gif" />'; newRows.reverse(); span.setAttribute('sortdir','up'); } else { ARROW = ' <img src="' + IMGDIR_BUTTON + '/sortdesc.gif" />'; span.setAttribute('sortdir','down'); } |
#90
|
||||
|
||||
Quote:
|
#91
|
||||
|
||||
Quote:
Here is the new version. vB 3.6 support is beta because I added some small features as versioncheck and a upgrade message. This means, in vB 3.6 the postcache isn't deleted automatically, the admin is asked to do this. If the admin wants to do it, only the cache of posts containing the vB Code is deleted. To update install new product and languagepack - sorttable.js hasn't changed. To the first five users testing this version: Please report in this thread if it works with vB 3.6 so that I can release a stable version. product-bbcode_table-multi_beta.xml (31.2 KB, 31 views) table_bbcode-language-en.xml (5.1 KB, 21 views) table_bbcode-language-de.xml (5.5 KB, 12 views) sorttable.js.txt (6.8 KB, 30 views) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|