this thread can be moved to http://ellislab.com/forums/viewthread/214529/#993164
I am using a module that uses some variable names that are identical to some that I have created in member custom fields.
So when I try to mix the two, that is use {exp:member:custom_profile_data} inside the modules tags (in this case Membrr) my member custom profile variable get cancelled out, or rather become inaccessible.
I’ve been advised that I need to call the custom data earlier in the template and assign new, temporary variable names and I’m looking for ways to do this.
The last suggestion I received from Dan Decker was to use the Stash module/plugin, but I’d rather not have to use yet another plugin… I’m really looking to achieve this internally.