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 |
#132
|
||||
|
||||
1.) Yes, but remember post #127.
2.) I don't really know how this could be done. As far as I know don't I have the usergropid of the user on the place where my code works. There is a mod out there for those things but I also don't know if it supports mine. |
#133
|
||||
|
||||
I'm sorry I missed that. I couldn't remember if I asked or not so searched this thread for $3.5" and got zero results.
|
#134
|
|||
|
|||
OK, I am giving into the fact that I'm retarded over this. I can not get the cellpadding turned off using this bbcode. I am assuming i'm not using the correct syntax. I've read the first post, the examples given throughout the thread, I'm just simply missing something I think.
I tried something like this, but no luck. Code:
[table cellpadding=0] Edit: OK, I've read every post in this thread and I see now that this is all tied to the CSS definitions. I've tried syntax posted by the author to this same question. To me, the answer is not very clear, but I guess I'll keep plugging away. 2nd Edit: My head hurts now, but alas, I did it. With the help of the author and evesve, I have solved my problem. If anyone has issues getting the css definitions put in the right place and figuring out the syntax involed in calling them properly, feel free to give me a shout about this. I'm sure the author doesn't want to explain all of this ever again, lol. Thanks again Stefan for a very userful mod. I definitely appreciate all the work that goes into this. |
#135
|
|||
|
|||
Hi,
Thanks for the mod! One thing though: I'm using itemstats clicky. I want to be able to make the [item] and [/item] tags inside the table, but when i do so it just inputs the data that should pop up into the actual table cell, consequently messing the whole table up and being 100 times larger than it should. Any idea's? Thanks in advance! |
#136
|
|||
|
|||
Stefan,
Have you given any thought to improving the javascript file to correctly sort numbers? I love this mod and use it in combination with the Forms mod. I'll continue to use it but the fact that it can't correctly sort numbers is a little irritating for me. Thoughts? |
#137
|
||||
|
||||
Quote:
HTML Code:
This is one line<br />and the next line
HTML Code:
<p>This is one line</p><p>and the next line</p> Quote:
|
#138
|
|||
|
|||
I have been talking with Stefan off and on for a long time experimenting with various versions WOW Itemstats to try and make it work with his tables code.
I was able to get everything working together today utilizing Blackjack's gitemstats version (and itemstats 1.5.5 core module) located here. After upgrading my forums to 3.6.5 last night and installing Blackjack's gitemstats it all came together and works like a charm. And, there was no tweaking or special workarounds, it just works! |
#139
|
|||
|
|||
Has anyone tried to define a custom table class that utilizes an image on the first row (header row of the table) ?
Using the following results in the alt2 image continuing to display on row 1 of the table: Code:
/* ***** Test Table *****/ .stg_table_test {border:1px; padding: 2px;} .stg_table_test th {background-image: url(forums/images/style/head.gif);} .stg_table_test td {border: 1px; #C08F52 solid;} .stg_table_test .alt1 {background-image: url(forums/images/style/alt1.gif); } .stg_table_test .alt2 {background-image: url (forums/images/style/alt2.gif); } /* ***** Test Table End *****/ I must be missing something. |
#140
|
|||
|
|||
Does this work in 3.5.3? From reading this thread, it seems that it should? I'm getting this error:
Code:
Database error in vBulletin 3.5.3: Invalid SQL: ### INSERT QUERY GENERATED BY fetch_query_sql() ### INSERT INTO plugin MySQL Error : Unknown column 'executionorder' in 'field list' Error Number : 1054 What am I doing wrong? |
#141
|
|||
|
|||
Quote:
This post (#127 in this thread) by Stefan will help with the error you are getting trying to install. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|