Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's not going to happen. There's a huge difference between using a trigger and using a fieldtype plugin. If you need a new fieldtype you'll need to develop a new fieldtype plugin.Actually I was hoping I´d have the same options like when coding a plugin.
You want to replace 1 fields value with another fields value? You could try using the before/after fieldrow trigger, but I still doubt it's going to provide exactly what you want. You're better off using a delimiter field and having IF substitution conditions in it to determine different output.The usage would be to read out the fields and substitute a field by another one.
Please Log in or Create an account to join the conversation.
Where is this trigger? I could not locate it here: www.joomlapolis.com/support/tutorials/120-api-usage/18358-using-cb-triggerskrileon wrote: You could try using the before/after fieldrow trigger
Please Log in or Create an account to join the conversation.
It's not document, because it's advised not to use it. It triggers on every single fields output. So using it could cause some very damaging results unless you know how to properly use it. It's primarily for plugin usage.Where is this trigger? I could not locate it here: www.joomlapolis.com/support/tutorials/12...58-using-cb-triggers
Please Log in or Create an account to join the conversation.
Don´t you think this sounds contradictionary? I should not use it unless I know how to use it but you do not provide any documentation on how to use it. Weird.krileon wrote: It's not document, because it's advised not to use it. It triggers on every single fields output. So using it could cause some very damaging results unless you know how to properly use it. It's primarily for plugin usage.
Well there are some weird things happening when I try to follow this advice. For this delimiter field you have suggested, I dont´t want the user to be able to search for it. Well basically this delimiter field should only show up in the userlist view. While the field the delimiter field relies on should appear on profile and on the search form.krileon wrote: I suggest you just use a delimiter field with IF substitutions. Again, be extremely careful with the above two triggers as it is very possible to wipe out the display of every field using them.
Please Log in or Create an account to join the conversation.