Closed (fixed)
Project:
Tables Filter Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2007 at 15:33 UTC
Updated:
14 Jan 2011 at 20:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
preferred name commentedsearch for
before the two of them.
search for
and add
after it
Comment #2
preferred name commentedopps...
in the tables.module file...
search for
<tableand add</p>before the two of them.search for
</table>and add<p>after itComment #3
pfaoclePlease don't change the issue title - it makes threads like this harder to find.
I'm just about to test this filter out in Drupal 5, and will try the patch. Many thanks, will report back soon.
Comment #4
pfaocleFirst up, the .info file. Had to attach it with a .txt extension, sorry. Updated patch on the way.
Comment #5
pfaocleJHeffner's patch worked a treat in the most part - muchas gracias! Just two differences in mine (aside from some formatting):
The only other quibble I have with this module is why the settings are on an admin page, rather than the usual input format configuration, but I guess thats another issue.
I have this patch and info file running on two dev sites, and it seems to be fine. Please review!
Comment #6
TheFazz commentedi applied the patch to the tables HEAD CVS, but it did not appear on the modules admin list. is this supposed to happen? if so, how do i activate it?
Comment #7
pfaocleYou'll need to add a file called tables.info in the /modules/tables/ folder - see comment #4.
Comment #8
JHeffner commentedThanks.. I just grabbed your changes and it appears to be working fine.
Comment #9
Anonymous (not verified) commentedI am using this patch on Drupal 5.2, too - thanks a lot! It seems to work perfectly.
Any plans on making it available within a 5.x-branch? I guess some people have difficulties in patching it together. There is also no real alternative to this module (tried tablemanager, but too complex and different goal).
Cheers,
Stephan
Comment #10
ewilts commentedThis appears to be working on Drupal 5.3. The only change I had to make was that with Drupal 4.6 (where I started), the input filters did not have to be rearranged (I have bbcode embedded within a table). With Drupal 5.3, the tables filter has to have a higher weight (i.e. heavier) than the bbcode filter. Once I figured that out, my complex table displays properly.
I started with the tables-4.7.x-1.x-dev.tar.gz release and applied the patch from comment #5 to it.
Thanks to Paul and Jason for their efforts!
Comment #11
realityloop commentedworking on 5.7 / subscribe
Also is anyone able to add table, not to be confused with cell, alignment?
Edit:
Added Issue for table alignment: http://drupal.org/node/228218
Comment #12
realityloop commentedComment #13
realityloop commenteddev release now downloadable, I will push a stable release if I get no feedback to indicate otherwise in a week or two