You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
In wfqbe there is this way to get data from the current user, how is this possible with this ext. ?
In the previous paragraphs we didn't speak about Typoscript Markers in our queries. Suppose for example that you need to retrieve all the fields of the logged-in user. You have to construct a query like this:
SELECT * FROM fe_users WHERE uid=###TS_WFQBE_FEUSER###
Then you have to provide a way to manage the TS_WFQBE_FEUSER marker to the extension. You can do this via Typoscript, by adding the following TS code in your template:
plugin.tx_wfqbe_pi1.customQuery.10 {
TS_WFQBE_FEUSER = TEXT
TS_WFQBE_FEUSER.data = TSFE:fe_user|user|uid
TS_WFQBE_FEUSER.overrideAlways = 1
}
The text was updated successfully, but these errors were encountered:
Hi
In wfqbe there is this way to get data from the current user, how is this possible with this ext. ?
The text was updated successfully, but these errors were encountered: