- Moderated by:
- Support Team
-
- rank:
-
Softmore
- registered:
- October 2007
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 67
Hello guys,
does anyone has the same problem? ->
*****
when I'm trying in Profile module to set up for example this:
property label: SOMETHING
data type: STRING
display type: DROPDOWN LIST
list content: @@SOMETHING TO CHOOSE @@SOMETHING TO CHOOSE @@SOMETHING TO CHOOSE @@SOMETHING TO CHOOSE @@SOMETHING TO CHOOSE @@SOMETHING TO CHOOSE @@SOMETHING TO CHOOSE @@SOMETHING TO CHOOSE
and click on the update configuration (save), then its delete all the data I've inserted in
It created only the new property label SOMETHING, but without all the data in...
*****
Maybe I'm doing something wrong, so that's why I put this first on this forum...
thanks,
Martin -
- rank:
-
Professional
- registered:
- March 2003
- Status:
- offline
- last visit:
- 19.11.08
- Posts:
- 901
Precede each option by @@. For combo boxes: id1,label1;id2,label2;id3,label3;... Separate each individual property with a semicolon (';'). Separate the ID and label of each property with a comma (',').
so try in the field
List Content:
Code
@@id1,label1;
@@id2,label2;
@@id3,label3;
@@id4,label4;
it will be saved.
- Igor
--
Have a nice day
zikulapro.be is currently running
Zikula 1.0.2 -
- rank:
-
Softmore
- registered:
- October 2007
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 67
Videokid, thanks, but thats, what I already know.
When I insert:
Code
@@id1,label1;
@@id2,label2;
@@id3,label3;
@@id4,label4;
@@id5,label5;
@@id6,label6;
@@id7,label7;
-then its ok and its saved.
but when I insert:
Code
@@id1,label1;
@@id2,label2;
@@id3,label3;
@@id4,label4;
@@id5,label5;
@@id6,label6;
@@id7,label7;
@@id8,label8;
...and more options
it delete all the options.. :o( I don't understand why
edited by: mdee24, Jan 03, 2008 - 03:00 PM -
- rank:
-
Professional
- registered:
- March 2003
- Status:
- offline
- last visit:
- 19.11.08
- Posts:
- 901
indeed, tested it myself...
I thought you were confused how to use, apologies!
Will be checked out...
- Igor
--
Have a nice day
zikulapro.be is currently running
Zikula 1.0.2 -
- rank:
-
Professional
- registered:
- September 2002
- Status:
- offline
- last visit:
- 19.11.08
- Posts:
- 879
Please submit it to the Bug-Tracker
--
best regards from Kiel, sailing city
Steffen Voss
Member of the PostNuke Steering Committee
Read The Zikulan's Blog -
- rank:
-
Helper
- registered:
- July 2004
- Status:
- offline
- last visit:
- 17.11.08
- Posts:
- 109
I already submitted a similar bug [#15211] no blanks i…er-data-fieldnames?
and a feature request [#12995] Dynamic User Data
edited by: Herr.Vorragend, Jan 03, 2008 - 08:59 PM
--
Carsten-volmer.de
Saga-Treff.de -
- rank:
-
Professional
- registered:
- March 2003
- Status:
- offline
- last visit:
- 19.11.08
- Posts:
- 901
As I did...
So I guess the bug is known...
- Igor
--
Have a nice day
zikulapro.be is currently running
Zikula 1.0.2 -
- rank:
-
Softmore
- registered:
- October 2007
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 67
Landseer, great, many thanks to all PostNuke staff! -
- rank:
-
Helper
- registered:
- July 2004
- Status:
- offline
- last visit:
- 17.11.08
- Posts:
- 109
Landseer
@Carsten: I guess your bug is not related, but please check it too.
Yes, you're right. My bug isn't related with this topic here.
------------------
But I have another question:
You're talking about the following content in your new field:
Code
@@id1,label1;
@@id2,label2;
@@id3,label3;
@@id4,label4;
And in the first post, mdee24 ist talking about a dropdown-field (SELECT).
But the is it really possible to use the "@@id1,label1;"- input for the select-type?
In "function.dudoptionalitemmodify.php" it seems to be possible just with combotext.
Because I am looking for a solution for the following problem:
FR #12995 Dynamic User Data
I want to use a radio-field which could use the following content:
Code
@@id1,label1;
@@id2,label2;
@@id3,label3;
@@id4,label4;
Displaying the labels and storing the id(value).
Is this possible?
--
Carsten-volmer.de
Saga-Treff.de
