avandenberghe / bbguild

Guild manager for phpBB 3.2
https://www.avathar.be
GNU General Public License v2.0
3 stars 0 forks source link

phpbb roster integration with custom profile fields & UCP #231

Open avandenberghe opened 10 years ago

avandenberghe commented 10 years ago

at the moment, the characters owned by a phpbb memberid are shown in viewtopic, but this is not integrated in the cpf listing. it is just a manipulation of the viewtopic.php page. if this were integrated in the cpf structure, information could be shown elsewhere aswell.

Mods like pbwow add manual cpf entries, where the user has to edit the cpf fields by himself in the acp. i think this is redundant.

hacking the phpbb code to accomodate this is also not a way i would like to take, so if at all implemented, it would be something for v2.0

avandenberghe commented 9 years ago

cpf fields should be removed, we don't want redundant information in memberlist table and in cpf.

avandenberghe commented 8 years ago

Cpf fields will be populated from the player table, via the ucp, where you select your main char from the guild roster.

avandenberghe commented 8 years ago

UCP integration is part of this. big difference with pbWoW ext : The datasource of CPF fields will be the player table, not battle.net API. so we're adding to phpbb_profile_fields_data based on the player table.