[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)
Nephilim
Registered User
Posts: 60
Joined: Tue Oct 26, 2010 8:46 pm

Re: [RC] Tables

Post by Nephilim »

Sniper_E wrote: Tue Jan 12, 2021 6:15 am I actually use the Upload Extension ext to install and update extensions.
With that you can just grab the .zip file that you downloaded and install/update.
Could you please give us a link to that Upload Extension?
User avatar
Sniper_E
Registered User
Posts: 1142
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
VOLKERMORD
Registered User
Posts: 119
Joined: Thu Jul 23, 2009 1:20 pm
Location: Dacia (Wolf land)

Re: [RC] Tables

Post by VOLKERMORD »

Download link is not working (The selected attachment does not exist anymore.).
Can you please upload on github.
Har tios tintoninos insus tiko is dakon kand sia til kogaion ilmaton hlioylo pleiste naktoilo
User avatar
Sniper_E
Registered User
Posts: 1142
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

I will have to get Github set back up on this new computer. Those are old updates on Github.

I have updated the first post with Tables download links.
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 »

So I think I got the code ready with the latest changes for Table Sniper. Just point me where to send.
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
Raptiye
Registered User
Posts: 28
Joined: Sun Jan 17, 2021 8:52 pm

Re: [RC] Tables

Post by Raptiye »

How can i change blue color? other colors. Header color.
"No, because then you would copy it and I don't want that. I'm sure you understand that."
Even your profile picture is a duplicate. AmigoJack :lol:
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Tables

Post by Miri4ever »

I got mine black styled for my WoW Style. You need to looking inside the CSS File inside the extension theme folder.
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
Sniper_E
Registered User
Posts: 1142
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

Raptiye wrote: Thu Feb 04, 2021 3:06 pm How can i change blue color? other colors. Header color.
The tables created in posting page will default to your default style colors.

But the custom styles that don't have a .headerbar, .forabg, or normal classes then you will have to add those classes in the ext's styles directory.
I added aero_black and pbwow3 directories in there for these edits. Look at those css files for an example of replacing those missing classes.
Either I found an image in the custom style to use for a table background or I selected a color that looked good.

Even in a blue prosilver style you can edit the css file in the ext's prosilver directory and have green tables or any background you want.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
Dave_klein
Registered User
Posts: 11
Joined: Mon May 27, 2013 6:22 pm

Re: [RC] Tables

Post by Dave_klein »

Hello,

if i write a post i see only:

Code: Select all

[float]dfa[/float]
[align]fgafg[/align]
How i can use the table ext.?
User avatar
Sniper_E
Registered User
Posts: 1142
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

Dave_klein wrote: Mon Apr 05, 2021 1:18 pm

Code: Select all

[float]dfa[/float]
[align]fgafg[/align]
Float and Align are used like this...

Code: Select all

[float=right]dfa[/float]
[align=center]fgafg[/align]
float can be left or right and align can be left center or right. See if that helps.
Make sure those bbcodes are in your acp/posting
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
Kikix
Registered User
Posts: 2
Joined: Fri May 07, 2021 3:12 pm

Re: [RC] Tables

Post by Kikix »

Hello

Sorry for my english, i'm french and i use google trad.

Many thanks for this extension, but I would like to make the outlines (the thick blue frame) and the lines between the cells invisible, how can I do that?

Thank you for your help.
User avatar
Sniper_E
Registered User
Posts: 1142
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

Look in tables/styles/prosilver/theme/table.css
div.tables1 td { padding: 2px 5px 3px !important;border: 1px solid #006BAB; }
Remove the border: 1px solid #006BAB;
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
Kikix
Registered User
Posts: 2
Joined: Fri May 07, 2021 3:12 pm

Re: [RC] Tables

Post by Kikix »

Thank you Sniper,

It removes the borders between cells but not the outline.
Sorry to bother you, I'm an old retiree looking to learn :)
User avatar
Sniper_E
Registered User
Posts: 1142
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: [RC] Tables

Post by Sniper_E »

There is no border on the outline. These tables follow the css that the phpbb guys have in place for a table.
And the background color and padding are determined on what style you are using. It is style dependent.
A table is a table and it follows the default css setup for a table or for the .forumbg class.

Go look at your members page in Quick Links to see a default table. There is nothing in tables.css extra.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
ssl
Registered User
Posts: 1621
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert
Contact:

Re: [RC] Tables

Post by ssl »

Hi Sniper_E
The solution was given here: https://www.phpbb-fr.com/forums/viewtop ... 6#p1678306
Sorry for my English ... I do my best!

phpBB: 3.3.11 | PHP: 8.2.16
[Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Post Reply

Return to “Extensions in Development”