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)

StGaensler 01-26-2007 12:33 PM

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.

ricknlida 01-26-2007 12:37 PM

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. :o

PJSkiboy 01-28-2007 10:52 PM

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]
I've also tried using quotes and what not, but I can't get the cellpadding to go away. A little help would be appreciated, thanks.

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.

Juum 02-17-2007 11:10 PM

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!

GBSteve 03-14-2007 11:43 AM

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?

StGaensler 03-18-2007 04:59 PM

Quote:

Originally Posted by Juum (Post 1184904)
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.

I can't reproduce this with the original itemstats code, but with the modification made by Zachariah. This adds some line breaks (<br />) to the output - these have to be replaced:
HTML Code:

This is one line<br />and the next line
should get
HTML Code:

<p>This is one line</p><p>and the next line</p>
This is necessary because my mod interprets every linebreak as a new tablerow.
Quote:

Originally Posted by GBSteve (Post 1203248)
Have you given any thought to improving the javascript file to correctly sort numbers?

No I don't have any idea how to do it. As I stated in the javascript file it is from http://www.kryogenix.org/code/browser/sorttable/ so please ask him to fix it.

ChiliVB 03-22-2007 07:56 PM

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! :D

ChiliVB 04-02-2007 03:17 PM

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 also tried using .stg_table_test th {background:#FFF} just to see if I could turn the background for the first row white but it continued to display the alt2 image.

I must be missing something.

ArchangelX 04-03-2007 10:35 PM

1 Attachment(s)
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

See the attached file for the rest...

What am I doing wrong?

ChiliVB 04-04-2007 12:11 AM

Quote:

Originally Posted by ArchangelX (Post 1219334)
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

See the attached file for the rest...

What am I doing wrong?

Archangel - it works on 3.5.x versions.

This post (#127 in this thread) by Stefan will help with the error you are getting trying to install.


All times are GMT. The time now is 01:53 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.03555 seconds
  • Memory Usage 1,752KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_html_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