Member
Member
kocho   2015-02-26, 00:35
#1

Hey all,

Within my gallery, I'm using the CustomFieldExtender plugin. For every single album, I'll enter in information specific to that album.

Now, the actual names of the fields I'm happy with, but the content I've entered into those fields need to be changed. I understand I can run a search for a particular field and then go into each album manually and make the change, but I have around 3000 albums to change so I need to make it easier than that.

Let's say I have a field called "Colour" with manually typed data such as "Red" "Blue" "Blue / Green" "Orange" (you get the picture), I need to change each one in a find / replace manner.

Does anyone have any ideas? Is this information stored in a place where I can find / replace the information or something?

Administrator
Administrator
acrylian   2015-02-26, 09:37
#2

The plugin creates real database fields on the tables so you can access them with the $obj->get('') and $obj->set('',$value) programmatically.

Otherwise there is no way.

Member
Member
kocho   2015-04-22, 03:35
#3

Awesome, worked it out. Thanks acrylian!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.