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 |
#272
|
|||
|
|||
Good news indeed, have you made the author aware of this?
|
#273
|
|||
|
|||
Has anyone else seen this error since installing this mod?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in .../forums/includes/class_bbcode.php(189) : eval()'d code on line 331 I have disabled this mod to see if the error goes away. This is the last mod I installed before this started happening. |
#274
|
||||
|
||||
How can I activate live sorting outside of the forums? I have set up vBadvanced pages which include tables. The tables work fine, but the sorting mechanism does not. Presumably this is because the portal index does not have the script call for the sorttable javascript file.
I tried including Code:
<script type="text/javascript" src="clientscript/sorttable.js"></script> |
#275
|
||||
|
||||
Quote:
For all the vB 3.7.x users: I modified my mod, and now it seems to work perfectly with vB 3.7. Beneath other small fixes I think it was a missing <![CDATA[ that prevented my mod from being imported properly. New Version in first post. Edit: moved product-bbcode_table-multi.xml (33.0 KB, 11 views) to first post |
#276
|
||||
|
||||
Quote:
HTML Code:
<script type="text/javascript">'."\n\t\t".'var IMGDIR_BUTTON = "'.$stylevar['imgdir_button'].'";'."\n\t".'</script> Thanks for making this compatible with 3.7! |
#277
|
||||
|
||||
Take the code from the html source of your forum and copy it into the template - then it doesn't use a variable
You only have to remember this change if you move your image directory |
#278
|
||||
|
||||
Worked like a charm! Let me know if integrating the image directory is easily done. I have several styles to change!
|
#279
|
||||
|
||||
Sorry, I don't really understand what you mean You have to set the IMGDIR_BUTTON variable once for every style you have. My Script code needs the path, because it uses the up and down arrows of the style for showing how the table is sorted. Theroretically you have to set this only once for every style - and I don't think that you move your image directory so often
|
#280
|
||||
|
||||
I released a new version which has a small change: You can now use tabs to seperate the columns instead of using |. If the first row doesn't contain any | I will look up, if tabs are there and if I find (at least) one, I will switch to using tabs as seperator.
This feature is useful for directly inserting tables from your favourite spreadsheet (works with Microsoft® Excel™ and OpenOffice.org Calc). |
#281
|
||||
|
||||
Many thanks Stephan! How do you upgrade from 1,6 to 1,7?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|