Thanks for this module. I am not a programmer so it helps me a lot.
I am waiting for the next version, it sounds like every thing i need. Can you estimate when it's going to be released?

and maybe you can help me with this:

I have a table with a first column "User Name", I would like to show rows from that table on the user profile page by placing the code in a node profile textarea. I believe it should be something like: [tablemanager:1, NULL, FALSE, column = 1 | start = "New 2006"] (or php code)

I don't know what to write instead of "New 2006" so only rows with the username that his profile being watched are presented.

Of course i can type the user name manually for each user, but is it possible to put there some code that will do it ?

Comments

duntuk’s picture

I agree with you on this one.... this is what the module should have been

pobster’s picture

Sorry nope, it really depends on work and how busy I am (that's *real* work I mean, I'm not a programmer by trade!) I'm more likely to release the 5.x branch updated to 6.x than release version 2 at the moment...

Anyways... I'm not quite sure I understand what you're trying to do? Do you mean you have one table which you want to dynamically show only the current logged in users entries on a table on their profile page? If so, I don't think you can apply input filters to node profiles like that? Although you were a bit vague though? If it were me, I'd just create hook_user in the tablemanager module and display it that way. You're a bit buggered with using the 'start' 'end' function as although the uid is saved, the filter only applies to cells... Blah, blah, blah, version 2, blah, etc...

And duntuk, what he's asked has nothing to do with your post at all. If you don't like my module, don't use it.

Pobster

pobster’s picture

Version: 5.x-1.4 » master
Assigned: Unassigned » pobster

I appreciate that you're probably not following this issue any more, but it's helpful for me to keep this open as a list of things which I'm cramming into branch 2 of the 6.x release.

Pobster

pobster’s picture

Title: display rows of one username » Allow regexp matching
asb’s picture

subscribing (coming from #237182: Filtering tables)

pobster’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as D6.x is now unsupported.