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.