vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [Beta] bbcode Table Maker (https://vborg.vbsupport.ru/showthread.php?t=100568)

memorex 11-12-2005 04:41 PM

Awesome works great now :)

NuclioN 11-12-2005 05:40 PM

How to change the permissions so registered members can use this also? :)

Souli 11-12-2005 08:35 PM

You can delete the follow code in the plugin "bbcode_table_code":
PHP Code:

if(($vbulletin->userinfo['usergroupid'] != '5') AND ($vbulletin->userinfo['usergroupid'] != '6') AND ($vbulletin->userinfo['usergroupid'] != '7'))
{
eval(
"print_output(\"".fetch_template('bbcode_table_error')."\");");
exit();


or you can use the second version "=> product-bbcode-table-03_no_perm.xml"

ForYou 11-13-2005 09:53 AM

Hello ,

Sir ,

I was try to create more than 15 row but there is no , i mean we can't creat more than 15 row ,

please let me know if i need to creat more than 20 row how can i do that ,

Regards

memorex 11-13-2005 11:04 AM

Quote:

Originally Posted by ForYou
Hello ,

Sir ,

I was try to create more than 15 row but there is no , i mean we can't creat more than 15 row ,

please let me know if i need to creat more than 20 row how can i do that ,

Regards

I did 51 rows by just clicking at the end of the first generated table then clicking on the table making icon again to repeat the process. 15 at a time. but it works.

Souli 11-13-2005 02:49 PM

It is a litte security code - so nobody can include 10.000 rows or something else

but you can change it:

- Open your AdminCp
- Plugin Manager
- Search in the List of Plugin the Plugin = "bbcode_table_code"
- Edit "bbcode_table_code"
- Open the big texteditor
- Go to Line 13 and 15
Line 13:
PHP Code:

if ($split >= 15$split 15

Line 15:
PHP Code:

if ($lines >= 15$lines 15

- Change the 15 in the code to what you like
- Save the Plugin

For later version i will set this lines and splits to 25.

Detomah 11-13-2005 05:24 PM

Is there any way to get this to be able to merge cells, ignore the <cr> and not need to be one continuous string to work?

It's a fine table hack don't get me wong, but it works more like a formatted list than an actual table at the moment and it's seriously limiting with the use of the tables it can make. I'm not having a go, please don't think I am.

https://vborg.vbsupport.ru/showthread.php?t=72741

Is there no way someone could port that one over to 3.5 as well, giving us more options? That one allows you to have borders, cell spacing, merged cells, etc. I've tried to get it working in 3.5.x but can't I aint good enough.

Souli 11-14-2005 02:00 AM

I will include some more functions in later versions

mathias 11-24-2005 04:26 AM

hmm no attachment for the image

mathias 11-24-2005 04:28 AM

nm im retarded..


All times are GMT. The time now is 02:04 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.01174 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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