The following is in the Table Manager docs:

"If you are providing your users with certain administrative privileges you can also display links to allow them to add new rows and edit/ delete their own entries. This is set by either a TRUE (add, edit and delete links ON) or FALSE (links OFF which is the default).

[tablemanager:1, 35, TRUE]"

Can this be done in Drupal 4.6? If so, how? I've tried inserting

<?php print tablemanager_display(6, 20, TRUE); ?>

The table is displayed, but no edit links are displayed. (Also tried [tablemanager:6, 20, TRUE], but that got displayed as text.)

Comments

pobster’s picture

Tablemanager for 4.6 is no longer supported, I actually removed the files from the repository but for some reason you can't remove the 4.6 tarball... NONE of the new functions are available in the old version, the old version works quite differently (much messier!) You can perhaps try the backport module? Please report if it works or not.

Thanks

Pobster