UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline
When I set the value of a "Text" type Custom Field, I expect that field to display that text so long as the field's "View" tab is set accordingly.

However, when I set a "Text" type Custom Field via the following:

$my->setFieldValue( 'PASS_STYLE', "B3B3B3" );


it sets the value as the following excerpt:

object(SocialFieldValue)#1814 (8) { 
["value"]=> string(6) "B3B3B3"
["raw"]=> string(6) "B3B3B3"
["data"]=> string(6) "B3B3B3" }


but when viewed in the users Profile, I only ever see what was set by the Admin for this fields "Display Text" value.

The attached image and above example illustrates these steps.

I would expect that the value set by "setFieldValue" would then appear when available according to the settings in the "View" tab for that Custom Variable.

Are there other codes that need to be set in order for the new value rather than the default value to be shown?
The replies under this section are restricted to logged in users or users with an active subscription with us