[RC] Tables

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Tables

Post by Miri4ever »

Dont forget to remove the wrong comma at the end of german translation files, or you just will see a whtie screen.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
stone23
Registered User
Posts: 177
Joined: Sat Nov 02, 2019 4:44 pm
Location: France

Re: [RC] Tables

Post by stone23 »

Hello,
I can't activate the extension:
https://i35.servimg.com/u/f35/19/84/82/71/screen23.jpg
encreuse.net
Forum version : 3.3.11
php version : 8.2.10

Excuse my English, I'm French...
User avatar
Sniper_E
Registered User
Posts: 1144
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

Yes I have seen that message also and had to go into extension manager to enable it.

I pulled the download because I did forget to remove that de lang comma and I want to find that enable message problem.

Give me another minute to fix this...
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Tables

Post by Miri4ever »

stone23 wrote: Fri Jun 05, 2020 8:57 pm Hello,
I can't activate the extension:
https://i35.servimg.com/u/f35/19/84/82/71/screen23.jpg
I found this solution on another site that might could work:

Open the file

ext/sniper/tables/ext.php

search

Code: Select all

		return version_compare($config['version'], '>=3.2.0');
replace with

Code: Select all

		return phpbb_version_compare($config['version'], '3.2.0', '>=');
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
stone23
Registered User
Posts: 177
Joined: Sat Nov 02, 2019 4:44 pm
Location: France

Re: [RC] Tables

Post by stone23 »

Hello, that's good, it works.
Thank you. :D
encreuse.net
Forum version : 3.3.11
php version : 8.2.10

Excuse my English, I'm French...
User avatar
Sniper_E
Registered User
Posts: 1144
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

Yes that was it Miri4ever plus found some other issues, Thanks man! First post updated Tables 2.1.3
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Tables

Post by Miri4ever »

Tested your updated Version and well it broke at my board. Lucky I found soon out the issue. You removed a lot of files from it and also removed the:

pbwow3 - Folder

But this one is needed to work with my style and all users using the same. And maybe all users having ABBC3 Editor too. With this addon the dropdown box to select the tables did not come up. I need to upload this folder back from my old 2.13 fix and for the moment it seems working. You know good coding and extension have multi language and multistyle support even if possible.

May all from PBWOW3 Style need this part, maybe some others too.

I also dont got the FOOTER Table to work, its missing on my existing CSS for PBWOW3 and those CSS so differ I dont know how to adapt them correctly inside with the footer commands.

Ok I found a solution but this is not fully satisfy me:
[/tbody]

[tfoot]
[tr=bg2]
[td=textcenter,4]Footer Text[/td]
[/tr]
[/tfoot][/table]
I need myself to put the footer between the /tbody and /table of the table myself. Is this correct ?? I cant just put it under it. And the footer works only for 1 row table if you got 1-7 you need to change the number from 1 to 7 by your own. Is this right too ?? And for PBPWOW3 I cant use forabg it looks ugly and I need to do bg1 or br2 to look better.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Tables

Post by Miri4ever »

Missing Translations:

Code: Select all

                'FOOTER_TEXT'                        => 'Tabellen Fußzeile einfügen',
		'FOOTER_TITLE'          => 'Füge die Fußzeile [tfoot] in einer neuen Zeile nach dem [/thead] Befehl der Kopfzeile ein und passe die Zahl an die Spaltenbreite darin an.',
		
I made those but I still got only Insert Footer Display and FOOTER is not shown like I added inside translation:

To fix this use this code inside your HTML

Code: Select all

	<div class="tfooter"><a onclick="document.getElementById('tables-button-selections').style.display = 'none';insert_text('{L_FOOTER}');return false;" title="{L_FOOTER_TITLE}">{L_FOOTER_TEXT}</a></div>
</div>
What happend with Quickreply Templates from the old code ?? I will do some more adjustments and colors, and need to test those on my server. Need to look closer inside the CSS File.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
Neverlands
Registered User
Posts: 117
Joined: Thu Sep 05, 2002 12:06 am
Location: Vienna / Austria
Contact:

Re: [RC] Tables

Post by Neverlands »

Hello,
where can I download the Tables_2.1.3.zip? The link from the first post says, the attachment does not exist anymore.
On GitHub I only see the 2.1.2 version.
Attachments
tables-download.jpg
stigzler
Registered User
Posts: 30
Joined: Sat Jan 12, 2019 7:11 pm

Re: [RC] Tables

Post by stigzler »

Link for 2.1.3 broken... :(
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Tables

Post by Miri4ever »

There are some translation errors and problems with some styles. I need to fix those ans talk back to Sniper about the changes to be made, thats wjy maybe the download here as removed. But you could maybe lucky on DMZX Page with download, I got mine from there too.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
User avatar
Neverlands
Registered User
Posts: 117
Joined: Thu Sep 05, 2002 12:06 am
Location: Vienna / Austria
Contact:

Re: [RC] Tables

Post by Neverlands »

Miri4ever wrote: Sat Jun 13, 2020 7:46 pm There are some translation errors and problems with some styles. I need to fix those ans talk back to Sniper about the changes to be made, thats wjy maybe the download here as removed. But you could maybe lucky on DMZX Page with download, I got mine from there too.
Okay, then I will wait for the fixed version :)
Nephilim
Registered User
Posts: 60
Joined: Tue Oct 26, 2010 8:46 pm

Re: [RC] Tables

Post by Nephilim »

Miri4ever wrote: Sat Jun 13, 2020 7:46 pm There are some translation errors and problems with some styles. I need to fix those ans talk back to Sniper about the changes to be made, thats wjy maybe the download here as removed. But you could maybe lucky on DMZX Page with download, I got mine from there too.
Hello Sniper!
Is the new 2.1.3 version still making trouble or can I help with testing it?
Hervé
Registered User
Posts: 414
Joined: Tue Jun 04, 2019 7:51 am
Location: Belgium
Name: Rudy
Contact:

Re: [RC] Tables

Post by Hervé »

Just to follow, waiting for 2.1.3
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Tables

Post by Miri4ever »

Well all is working fine, ok I never need as often the bottom footer and it works differ as Sniper wrote, but I am also not sure if I got Version 2.1.3 or it I use 2.1.3.1 or something with some small modification I did. I just wanted to recode the design of the bottom footer how to do, but I using all day the tables, even for games and all seem working nice.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
Post Reply

Return to “Extensions in Development”