PDA

View Full Version : Error Error - VBulletin option not working?


Sune24
13 Aug 2007, 15:21
I tried using the ACP option to show custom profile fields.

Whenever I do, I get this error when trying to open a thread:
Anyone got a clue why it doesn't work?
I do exactly as it says... I list the fields with only a comma to seperate them.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Opserty
13 Aug 2007, 15:47
What are you trying to do?

You can fetch fields automatically using the fetch_userinfo() function. Which will return you custom fields as part of the array.

Sune24
13 Aug 2007, 15:52
What are you trying to do?

You can fetch fields automatically using the fetch_userinfo() function. Which will return you custom fields as part of the array.


Hmm, I'm a newb I don't know what you mean :/

But I added 3 new fields in the ACP User Profile Field manager.
However they don't show up in the postbit, so I went to the ACP Show Profile Fields option and added their field IDs.

field5,field6,field7

Saved it succesfully and then when I open a thread on the forum I get the above shown error :/

Anyone has a clue? :/