how to? bulk change in the the records
example: we have to change the Prefix of DTREG Confirmation Number( or any other field) just for this one event, how?
miroslav-tunjic-gmail-com Hi,
I will require some query to change via database of your site, let me check and will get back to you.
saguaros
it a general question, how to do it on our own it would be crazy, if we had t come to you, every time we need to do bulk changes in the records
miroslav-tunjic-gmail-com . By php admin panel . Run the database update query . "Update #__dtregister_user set confirmNum = relace(confirmNum,'[old text]','[new text]') where confirmNum like "[old text]%" .
Advice to keep backup and then try .