Comments

zmove’s picture

subscribing

Axel_V’s picture

subscribing

Eckengucker’s picture

subscribing

Anonymous’s picture

subscribing

Babalu’s picture

subscribing

lpt6’s picture

subscribing

charos’s picture

subscribing ...plus intergration with Advanced Profile Kit

antal.istvan’s picture

Status: Active » Needs review
StatusFileSize
new7.74 KB

I started to port this mudule to drupal 6.
The patch was created from cvs "head".

kbahey’s picture

StatusFileSize
new1.64 KB

Here is a version that I ported, and is confirmed to work on Drupal 6.x. It has some of the patch above included.

If the maintainer does not have time to review and commit, I can do so myself. S/he has just to approve of me doing so, and I will commit and create a new release.

maartenvg’s picture

kbahey: could you post a proper patch so I can review it better? If its good enough (which it probably is) I'll create a release immediately (or you can do it, but I would like to review it first).

Thanks for your work kbahey & antal.istvan!

kbahey’s picture

StatusFileSize
new7.4 KB

Here is a patch.

kbahey’s picture

StatusFileSize
new1.69 KB

The above patch is for an older version.

I did a major rewrite, so a patch is not very relevant.

Here is the final version after testing.

AmitV-2’s picture

subscribing

kbahey’s picture

To the maintainer.

The patch in #12 is verified to be working fine on a large live site.

Can you please create at least a 6.x-1.x-dev version of this module?

intrafusion’s picture

kbahey: unless I'm missing something obvious I cannot get this to work on 6.12

I have used CCK to add the additional fields & group, but when I enable your module all the CCK fields disappear from the users' profile page and only History remains, on the Site configuration -> Profile Tabs page only the History is available.

Edit: My mistake please ignore had forgotten that I'd installed the Content Profile module and therefore this not applicable

tobiberlin’s picture

subscribing

entr3p’s picture

subscribing

kbahey’s picture

StatusFileSize
new1.69 KB

Here is a copy that is on a live D6 site and proven to work.

frerin’s picture

subscribing

vannus’s picture

would like to see a 6.x-dev release... perhaps time to fork the project?

post #18 gave me below warning whe i installed/enabled module

warning: Parameter 3 to block_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 3 to comment_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to dblog_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to node_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to profile_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 3 to system_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to user_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Invalid argument supplied for foreach() in M:\Websites\dtest\vtabs\modules\profiletabs\profiletabs.module on line 13.
warning: Parameter 3 to block_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 3 to comment_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to dblog_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to node_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to profile_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 3 to system_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to user_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Invalid argument supplied for foreach() in M:\Websites\dtest\vtabs\modules\profiletabs\profiletabs.module on line 13.

and i get below when viewing account

warning: Parameter 3 to block_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 3 to comment_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to dblog_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to node_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to profile_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 3 to system_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Parameter 2 to user_user() expected to be a reference, value given in M:\Websites\dtest\vtabs\includes\module.inc on line 471.
warning: Invalid argument supplied for foreach() in M:\Websites\dtest\vtabs\modules\profiletabs\profiletabs.module on line 13.
threading_signals’s picture

I would welcome a fork. When adding fields to the core profile, the tab doesn't disappear under the edit tab, when the added fields are deleted. Looking to fix or avoid this problem, thus searching around drupal.org

Issue gone after logging out then back in. But this feature is still something that would be good to have, along with a css override section for themers.

jamesmcd’s picture

Status: Needs review » Needs work

@maartenvg Any chance of a dev release of this in D6?

simon georges’s picture

Just a quick word to say I've installed #12 with no installation error, the module seems to work as expected.

threading_signals’s picture

Title: port to 6? » port to 6? [patch by kbahey in comment #12]
Status: Needs work » Closed (cannot reproduce)

clearing up some issues. module seems abandoned.