Extensions Database 3.2 / 3.3Tables 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Tables 3.2.x

Post by Sniper_E »

Extension Name: Tables

Author: Sniper_E

Extension Description: Inserts a table up to 7 columns, 10 rows in your post.
Completely style dependent to work in any dark or light style. Posting Buttons and ABBC3 ready!

Extension Download:
Permissions added - 7th column added - New table generator - :mml: - Enjoy!

For phpbb 3.3
tables_2.1.3.zip

Extension Update:
Tables 2.1.4

Github: Github/Sniper-E/tables

Install:
  1. Download the latest release.
  2. Unzip contents from download, Copy files to server ext/sniper/tables/ directory.
  3. Navigate in the ACP to Customise -> Enable tables extension.
Update:
  1. Download the latest release.
  2. Disable tables extension, Delete data, Delete old version files from the server.
  3. Unzip contents from download, Copy new version files to the server.
  4. Navigate in the ACP to Customise -> Enable tables extension.
Uninstall:
  1. Navigate in the ACP to Customise -> Disable tables extension.
  2. To permanently uninstall, Delete Data, Delete the /ext/sniper/tables folder.

[ Post made via Samsung Galaxy S5 Active ] Image
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Last edited by Sniper_E on 09 Mar 2021, 05:50, edited 30 times in total.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Tables 3.2.x

Post by Sniper_E »

First post updated to version 2.1.1

Added tables to Posting Buttons and ABBC3

[ Post made via Samsung Galaxy S5 Active ] Image

User avatar

lopoto
Users
Users
Posts: 73
Joined: 28 Dec 2014, 01:59
    Windows 10 Firefox

Re: Tables 3.2.x

Post by lopoto »

The selected attachment does not exist anymore. :coffee:

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Tables 3.2.x

Post by Scanialady »

I installed this extension because I wanted to translate it.

Code: Select all

		'TABLE_GUIDELINES'			=> '<strong>Table Guidelines:</strong> [table=75,null] The number 75 sets the width% of a table. [table=75,tleft] The tleft floats the table left of the text. Use null, tleft, tright or tcenter. When using tcenter in the table, use [center] around the Table Title for it to line up. Max width% of table is 98%. [th=20,null], [th=30,null], [th=50,null] The numbers sets width% of each column. All [th=#% need to equal 100%. [td=null,1] The null is a class, use bg1, bg2, or any and the 1 sets the colspan of the [td]. If [td=null,2] is used you must remove one of the other [td=null,1] to make room for the 2 column. [tr=bg2] sets the class of the row. <br /><strong>Instructions:</strong> Click the Preview button after inserting your table codes in textarea. From your preview, edit all of the Title names and Text areas to suit your post. Adjust all the width% to balance out the look of your table, Preview and Submit.',
width%?? I don't understand for what is the %? Seems not to be a variable.

All [th=#% need to... isn't there not missing a ]?

Image
-
If you want to get German translations for extensions: ask me.

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Tables 3.2.x

Post by Sniper_E »

Max width% of table is 98%. What's wrong with that?

Should I have written that as...
Max width percent of table is 98 percent.

You can change your text any way you want it to read.

[ Post made via Samsung Galaxy S5 Active ] Image

User avatar

Scanialady
Users
Users
Posts: 310
Joined: 06 Apr 2015, 18:04
    Windows 10 Chrome

Re: Tables 3.2.x

Post by Scanialady »

Well, I was irritated. I have only seen this spelling as a variable. Now I understand.

Thank you.

German translation

Deutsche Übersetzung für FuGu ;)
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Fugu
Users
Users
Posts: 5
Joined: 25 Dec 2014, 03:59
    Mac OS X Firefox

Re: Tables 3.2.x

Post by Fugu »

Is it possible to insert a hyphen between the columns in the rows?
So it looks like an Excel spreadsheet...

For example
Image



Danke für die Übersetzung Scanialady

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Tables 3.2.x

Post by Sniper_E »

I do not understand where to insert a hyphen.
I do not see a hyphen between columns in your example.

It looks interesting the way you posted that table.
What codes in your post did you use to get those results?
Or is that image what you want your table "to look like"

[ Post made via Samsung Galaxy S5 Active ] Image

User avatar

Fugu
Users
Users
Posts: 5
Joined: 25 Dec 2014, 03:59
    Mac OS X Firefox

Re: Tables 3.2.x

Post by Fugu »

Hi Sniper_E,
the table you see on the picture is a screenshot. Google translator made a mistake with "hyphen"... in german it's Trennstrich and i think correct in englsh it is *separating strip*. This is an very old modificatons of stoker with some code in the color.css

Code: Select all

table.stoker    {
text-align: center;
font-size: 14px;
color: #444;
width: auto;
margin-left: auto;
margin-right: auto;
border: 0px;
border-collapse: collapse;
border-spacing: 10px;
}

table.stoker td.headline    {
background-color: #ce3c22;
color: #444;
padding: 2px;
text-align: center;
border-bottom: 2px #333 solid;
border-left: 1px #777 solid;
font-size: 18px;
font-weight: bold;
}

table.stoker td.headline:hover    {
background-image: url("./images/bg.png");
color: #444;
text-decoration: none;
}

table.stoker td    {
color: #444;
padding: 2px 10px 2px 10px;
text-align: center;
border: 1px #777 solid;
}

table.stoker td:hover    {
background-image: url("./images/bg.png");
color: #ce3c22;
text-decoration: none;
}
and there are of course bbcodes to use it. If you need the bbcodes i can post them too.

Again a pic to show what i miss...
Image

Your extension is much more comfortable to use!

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Tables 3.2.x

Post by jan_2017 »

Works
:mml:

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Tables 3.2.x

Post by Sniper_E »

Fugu wrote: 27 Feb 2017, 11:32 Is it possible to insert a hyphen between the columns in the rows?
So it looks like an Excel spreadsheet...

For example
Image



Danke für die Übersetzung Scanialady
There is a way to use special classes that you add to the styles heel that will give you that look.

Old discussion:
[RC] Tables bbCode

I will test with this latest release and see what classes can give you what you want.

[ Post made via Samsung Galaxy S5 Active ] Image

User avatar

Galixte de EzCom
Users
Users
Posts: 39
Joined: 04 Mar 2015, 17:26
    Windows 10 Opera

FRENCH translation of Tables extension

Post by Galixte de EzCom »

This is the FRENCH translation of Tables extension available on EzCom and on GitHub.

@Sniper i submitted you about a new PR on GitHub about the update to 2.1.1 version on your repository and adding the FRENCH translation.

Regards.
Communau EzCom
Image « Traductions d’extensions & styles pour phpBB 3.1.x & 3.2.x ».


vfrblue
Users
Users
Posts: 17
Joined: 25 Feb 2017, 02:15
    Linux Chrome

Re: Tables 3.2.x

Post by vfrblue »

Hello, is it possible to extend the access rights to other groups?

User avatar

Puchahawa
Users
Users
Posts: 193
Joined: 20 Jun 2015, 17:58
    Windows 7 Chrome

Re: Tables 3.2.x

Post by Puchahawa »

Yes. Will require a minor edit of a few of the ext files. Check out this post for the info.


vfrblue
Users
Users
Posts: 17
Joined: 25 Feb 2017, 02:15
    Linux Chrome

Re: Tables 3.2.x

Post by vfrblue »

Okay, thanks, i'll try it

Post Reply Previous topicNext topic