Closed (fixed)
Project:
Profile Taxonomy
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Dec 2009 at 23:28 UTC
Updated:
18 Apr 2010 at 20:00 UTC
Jump to comment: Most recent
Hi, first of all, thanks a lot for your great idea :) and now the bad stuff.
I don't understand how this can happen but I will try to list my set up:
1) Taxonomy vocabulary (each term does not have a description associated to it, just the term);
2) Panels 3 with override to the user page;
3) User profile set as a Panel 3 pane;
When I create a profile field from administration, the list of vocabularies is shown perfectly, but when I edit my profile and then go and look for the output, instead of the term I receive the term ID.
Please let me know if there is anything else I can do to help and keep going please :)
Comments
Comment #1
Anonymous (not verified) commentedSame issue - in profile lists, only the taxonomy tid is shown, instead of the name....
Comment #2
gnindl commentedTaxonomy terms are now stored by their name and not by id. Nevertheless term ids are avaible programmatically (see $account->taxonomy, e. g. by devel module).