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

kjh-mov
Users
Users
Posts: 4
Joined: 20 Jan 2018, 14:36
    Windows 10 Firefox

Re: Tables 3.2.x

Post by kjh-mov »

Hi Sniper, thanks for your extension. :thumbup:

I need your help. I get this result:

14 .upper_group, .lower_group Die Eigenschaft wrap existiert nicht (doesn't exist) : wrap

What's wrong in tables.css with "wrap"?

/* Hiden selections block */
#tables-button-selections { width: 98%;display: none; }
#tables-postingbuttons-switch.postingbuttons { vertical-align: middle; }
#tables-abbc3buttons-switch.postingbuttons { vertical-align: middle; }
.upper_group, .lower_group { width: 65px;display: inline-block;wrap: wrap; }
"Wer nichts weiß, muss alles glauben."
Marie von Ebner-Eschenbach

User avatar

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

Re: Tables 3.2.x

Post by Sniper_E »

I am not sure what you are getting there. I just had a complement on Tables yesterday on .com
TheButcher2 wrote: 04 May 2018, 18:36 Great extension installed it on my forum, was painless and simple, created a resources page and thanks for this.
There are two different version out right now. 2.0.8 for phpBB 3.1 and 2.1.2 for phpBB 3.2

Make sure you are installing the correct version for your forum. Disable, delete data, delete files, copy correct files over and enable.
Let me know if you still have any problems.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

kjh-mov
Users
Users
Posts: 4
Joined: 20 Jan 2018, 14:36
    Windows 10 Chrome

Re: Tables 3.2.x

Post by kjh-mov »

Sniper_E wrote: 06 May 2018, 07:33 I am not sure what you are getting there. I just had a complement on Tables yesterday on .com
TheButcher2 wrote: 04 May 2018, 18:36 Great extension installed it on my forum, was painless and simple, created a resources page and thanks for this.
There are two different version out right now. 2.0.8 for phpBB 3.1 and 2.1.2 for phpBB 3.2

Make sure you are installing the correct version for your forum. Disable, delete data, delete files, copy correct files over and enable.
Let me know if you still have any problems.
Hello @Sniper,
the version is correct. I have a phpbb 3.2 forum and your phpbb 3.2 version.
I get this information by a check with the w3.org/css-validator/.

In my forum it works fine and it looks very pretty. Good job, Sniper.
So I don't know, why I get this error report.

I use the we_universal style. The colors for the table are correct.

:yikes:

Thanks for your time.
kjh-mov

User avatar

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

Re: Tables 3.2.x

Post by Sniper_E »

kjh-mov wrote: 06 May 2018, 05:36/* Hiden selections block */
#tables-button-selections { width: 98%;display: none; }
#tables-postingbuttons-switch.postingbuttons { vertical-align: middle; }
#tables-abbc3buttons-switch.postingbuttons { vertical-align: middle; }
.upper_group, .lower_group { width: 65px;display: inline-block;wrap: wrap; }
I just looked at my files and that css is a little different on the wrap

Code: Select all

.upper_group, .lower_group { width: 65px;display: inline-block;word-wrap: break-word; }
It looks like I didn't change that in the download. Replace with word-wrap: break-word;

User avatar

kjh-mov
Users
Users
Posts: 4
Joined: 20 Jan 2018, 14:36
    Windows 10 Chrome

Re: Tables 3.2.x

Post by kjh-mov »

Sniper_E wrote: 06 May 2018, 18:10
kjh-mov wrote: 06 May 2018, 05:36/* Hiden selections block */
#tables-button-selections { width: 98%;display: none; }
#tables-postingbuttons-switch.postingbuttons { vertical-align: middle; }
#tables-abbc3buttons-switch.postingbuttons { vertical-align: middle; }
.upper_group, .lower_group { width: 65px;display: inline-block;wrap: wrap; }
I just looked at my files and that css is a little different on the wrap

Code: Select all

.upper_group, .lower_group { width: 65px;display: inline-block;word-wrap: break-word; }
It looks like I didn't change that in the download. Replace with word-wrap: break-word;
Hello @Sniper,
thank you for your help. All is good now.
I download the extension yesterday from this page: http://sniper-e.com/viewtopic.php?f=6&t=7.
:thumbup: kjh-mov

User avatar

boldherri
Users
Users
Posts: 46
Joined: 31 May 2018, 15:28
    Windows 10 Firefox

Re: Tables 3.2.x

Post by boldherri »

Hello everybody,
I wanted to ask a question

I created this table, clicking on the video remains small, there is the possibility that when you click on the video you zoom in or open the link on youtube?

Image

User avatar

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

Re: Tables 3.2.x

Post by Sniper_E »

I thought we tested and video bbcodes do work inside tables. How are you inserting those videos in there? I'll test that.

The video will stay that size until you click full screen button. Unless you have an extension that will bring it up front.
You set the size of that video with the width of that th. Give it more width and the others less width.

User avatar

boldherri
Users
Users
Posts: 46
Joined: 31 May 2018, 15:28
    Windows 10 Firefox

Re: Tables 3.2.x

Post by boldherri »

Sniper_E wrote: 05 Jun 2018, 05:18 I thought we tested and video bbcodes do work inside tables. How are you inserting those videos in there? I'll test that.

The video will stay that size until you click full screen button. Unless you have an extension that will bring it up front.
You set the size of that video with the width of that th. Give it more width and the others less width.
Hi Sniper, now i understand,
I entered the video only by putting the link to the video

if i click play on the video does not give me the ability to click to put it in full screen, because it is too small
I installed the extension, open in new windows but does not open the video in another window because i can only click on the play arrow.

I will try to see to set the size of the video.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

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

Re: Tables 3.2.x

Post by Sniper_E »

I was saying in the other post that this would make the video larger.

Code: Select all

[th=10,null]
[th=60,null]
[th=10,null]
[th=10,null]
[th=10,null]
Try those numbers.

But I see you have long text in that third column. But the content below it is one character.
I'm not sure what to tell you there.

User avatar

boldherri
Users
Users
Posts: 46
Joined: 31 May 2018, 15:28
    Windows 10 Firefox

Re: Tables 3.2.x

Post by boldherri »

Hi Sniper,
now a little bit is better, now you can click on the name of the video and take you to the page on youtube, for now it's okay

The text in 3* column is weeks in the standings which in Italian is long.

Thanks Sniper
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

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 »

Then make Tha 3 one bigger if you need to. Adjust the widths to make it look right to you.

Adjust the others down to 5 and center the text. Replce null in td to textcenter .
Make each one as small as you can and give the rest of the 100% to the image.
You control the look of your posted table.

I adjust my widths and Preview. Adjust again until it looks right an then submit.
You have it from here.

User avatar

boldherri
Users
Users
Posts: 46
Joined: 31 May 2018, 15:28
    Windows 10 Firefox

Re: Tables 3.2.x

Post by boldherri »

Yes ok, good, i understand
I'll do some tests tomorrow,

Thank you Sniper :)

User avatar

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

Re: Tables 3.2.x

Post by Sniper_E »

Also look at the codes in the top of textarea and make the [table=98,null] to give you max width for the video.

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 »

What does it look like on a smartphone?

User avatar

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

Re: Tables 3.2.x

Post by Sniper_E »

In normal sites it's responsive and each is on a new line. I adjusted my css and sideways on mobile you see the whole table.

I have found out that the max width you need to use on a table for wide mobile view like on my site is 97% not 98%
All other sites the responsive.css breaks down the tables just like it does in your Memberlist page.

Post Reply Previous topicNext topic