Arx Poetica
I manage a social networking for artists built on top of BuddyPress. I have been following BuddyPress since it's earlier iterations. Haven't always been involved in the code, but troll IRC frequently. Interested in distributive social technologies (follow just about everything on that front), and working to help integrate and adopt best practices/protocols into BuddyPress (one way or the other, mwa ha ha ha!) Active front end/UI developer by day. Superhero by night.
-
Roger Coathup posted on the forum topic dynamically create new sets of profile fields in the group How-To and Troubleshooting:
I don’t know if you found any code in the meantime, but in case you haven’t:
The basic function to insert a new profile field is: xprofile_insert_field()
And, to populate a field use: xprofile_set_field_data()
They are defined in bp-xprofile.php
-
-
Roger Coathup posted on the forum topic dynamically create new sets of profile fields in the group How-To and Troubleshooting:
@arxpoetica – we haven’t implemented any code yet, as we may now be moving all profile field handling out of BuddyPress on this client project.
If we do end up cutting BP code this, I’ll remember to post a snippet.
-
daywalker cuangco posted an update:
@arxpoetica OHHH….. IM ALREADY THERE..
YOU CAN GET IN HERE…
____________________________________________________________________________________ -
Basically, nothing happened.
I sense that there are some politics at play here, so I’m going to keep my head down. When spam becomes a problem on the sites I run, I’ll develop my own solution.
^F^
-
r-a-y posted on the forum topic Unable to exclude page from navigation in the group How-To and Troubleshooting:
@arxpoetica – That’s possible via the “wp_list_pages_excludes” filter.
You’ll need to return an array of page IDs you want to exclude.
Example code:
Change 1,2,3 to page ids you want to omit.
-
@arxpoetica; Don’t worry. Leaving people out of the loop means they failed. You had fun on your own anyway. They lost. I won, too!
-
-
Jeff Sayre posted on the forum topic Introducing the WordPress Hook Sniffer: a Developer Plugin in the group Third Party Components & Plugins:
I’m glad that you find the WP Hook Sniffer useful. Thanks for the donation!
I had @mikepratt download it today to help him out with an add_action function that was not firing.
-
shazril posted an update:
@arxpoetica @arxpoetica thats right Goldar. Now you’re reading this in my voice!
-
@arxpoetica et al -
I just created the private BP group Semantic Web and Open Stack Integration to focus our discussions. As it is a private group, you must request membership. I felt it was better to create a private group so that we could ensure the conversations are maintained at the proper level.
-
@arxpoetica – I couldn’t access the link. Chris’ site just keep trying to load and then threw a 503. I’ll try again later. In general, as you know, I have issues with using OpenID in a distributed environment because it requires a lot more server calls and a 3rd-party provider / verifier. This basically locks individuals [...]
-
@deltina – Thanks for the compliment. @arxpoetica – I can see that you are passionate about this issue. It is good to see more people raise the banner of distributed open source social networks. Do you have much experience with Semantic Web protocols? __________ An update on what I’ve been doing with regards to this issue: I’ve [...]
-
Aditya Singh posted an update:
@arxpoetica hi…can u help me with buddypress a bit…
i am new to both wp as well as bp…i am not sure where to turn to…. please see this… http://buddypress.org/community/groups/creating-extending/forum/topic/new-to-buddypress/ -
Boone Gorges posted on the forum topic bp_filter_request: What does it do and how does it work? in the group How-To and Troubleshooting:
Ha, that is a lot easier! Thanks for sharing @arxpoetica