Welcome Guest[18.226.200.93], connected from Columbus, Ohio
Custom Tables
|
Post: #1
|
|||
|
|||
Custom Tables
I've been searching for a plugin that would allow me to create custom tables with my own data. Some features I'm looking for include:
|
|||
08-06-2011, 04:54 PM
(This post was last modified: 08-06-2011 04:55 PM by exdiogene.)
Post: #2
|
|||
|
|||
RE: Custom Tables
This could be achieved with simple MyCodes, here is an example for a 2 columns table :
PHP Code:[Highlight] \[table=(.*?)\](.*?)\[/table\] PHP Code:[Highlight] \[row=(.*?),(.*?)\](.*?),(.*?)\[/row\] Then in your post you only have to write : PHP Code:[Highlight] [table=table header] You can use 2 different row Mycodes for odd/even row colors or add a fifth parameter for the color. |
|||
Post: #3
|
|||
|
|||
RE: Custom Tables
(08-06-2011 04:54 PM)exdiogene Wrote: This could be achieved with simple MyCodes, here is an example for a 2 columns table : But would I be able to specify how many rows I want to show on one page? This information will be displayed on a single php page - not a post. Is a search field also possible? I thought a MYSQL database had to be used to retrieve this information. A very similar table was designed for Wordpress under the name "WP-Tables Reloaded". |
|||
Post: #4
|
|||
|
|||
RE: Custom Tables
When you do a search, all posts are searched!
This seemed to be the easiest way to achieve what you need, if you have more specific needs you would have to tell me. If you need a multi-page system for a specific display of content, this would be a personal plugin and would need to be done only for you. I hope you understand that this would need to be charged separately... Send me a PM with the specifics if you want a quote... |
|||
Post: #5
|
|||
|
|||
RE: Custom Tables
(08-06-2011 06:06 PM)exdiogene Wrote: When you do a search, all posts are searched! PM sent! |
|||
04-27-2013, 04:21 PM
(This post was last modified: 04-27-2013 04:26 PM by Midori.)
Post: #6
|
|||
|
|||
RE: Custom Tables
Hi
how can I do for three row please 3 columns table |
|||
Post: #7
|
|||
|
|||
RE: Custom Tables
You will simply need to expand your row MyCode like this :
PHP Code:[Highlight] \[row=(.*?),(.*?),(.*?)\](.*?),(.*?),(.*?)\[/row\] And use it like this : PHP Code:[Highlight] [row=left sub-header,middle sub-header,right sub-header]left content,middle content,right content[/row] |
|||
Post: #8
|
|||
|
|||
RE: Custom Tables
Thanks for my supporting
|
|||
0 member(s) viewed this thread in the last 365 days :
|
« Next Oldest | Next Newest »
|
WWWHostingServer.com
|
||||||
|
||||||
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
Custom Report Page | tacodelivery | 11 | 4,582 |
04-16-2012 11:00 PM Last Post: Technoman |
|
|
|
|
Powered By MyBB, © 2002-2024 MyBB Group. Golden Crown - Designed and Published by ghazal & exdiogene of MyBBCodes. Hosting provided by WWWHostingServer.com |