2) Buddypress profile fields update.
sometime i'm too hurried on conclusions ... in fact, while it is easy to customize in a singular install: i mean for example, for a site where we know already, fields we need to add/update. This is very easy code.
But since any install, could add custom fields, how to do a code that will be good for anybody and to be a plugin feature? ... it is necessary to take decision about how to achieve.
Both phpBB and WP allow custom profile fields (WP on buddypress, phpBB on default core) ...
How to resolve this, good for any install, and have profiles fields update for phpBB and WP?
thinking on it there are several ways, really many ...
so the one logic/code i think can be good for all is this (maybe not so smart, but that will work!) ... we could ...
1) do an option on wo_w3all config, to activate this feature if on buddypress
2) while this option active, on page reload, WP buddypress profiles fields are deleted, and all
phpBB profiles fields pushed in place of WP buddypress fields in WP. Thinking now, if ... maybe better the contrary?
WP profiles fields pushed into phpBB fields?