-
gingram815 joined the group Welcome Pack 13 years, 1 month ago
-
gingram815 replied to the forum topic Limiting BP_members to show only certain user levels (no subscriber or admin) in the group Creating & Extending 13 years, 1 month ago
I am having the exact same issue. I tried modifying bp_has_members but I can’t figure out how to integrate with bp_ajax_querystring( ‘members’).
`?php$twamembers = […]
-
gingram815 replied to the forum topic bp_has_members – bp_ajax_querystring in the group How-To and Troubleshooting 13 years, 1 month ago
Have any solutions been made for this? I would like to have custom parameters such as “if ( bp_has_members( ‘type=alphabetical&include=’.$user_id) )” but then none of the searches work. Any way to either get […]
-
gingram815 started the forum topic Member Profile edit form: Styling checkboxes and radio buttons in the group How-To and Troubleshooting 13 years, 1 month ago
Does anyone know how to style the checkboxes and radio buttons into columns or some other fashion that makes it easy to read and does not extend so far down the page. I am using the default BP theme.
WP 3.2.1/BP […] -
gingram815 replied to the forum topic "All Members" tab not clearing previous search on Members Directory in the group How-To and Troubleshooting 13 years, 1 month ago
It seems the “bp-get-members-root-slug() function is working just fine as the same problem exists even if I manually put in the url which should reload the members directory (and show all members), it still does […]
-
gingram815 started the forum topic "All Members" tab not clearing previous search on Members Directory in the group How-To and Troubleshooting 13 years, 1 month ago
I noticed that on the member directory page, if I press the ”All Members” tab after I do a search, it does not clear the previous search. This causes only the members who came up in the previous search to appear, […]
-
gingram815 posted an update in the group How-To and Troubleshooting 13 years, 1 month ago
I noticed that on the member directory page, if I press the “All Members” tab after I do a search, it does not clear the previous search. This causes only the members who came up in the previous search to appear, but you would think that all members would appear. Looking in the code, the function “bp_get_members_root_slug()” seems to control the…[Read more]
-
gingram815 replied to the forum topic Creating a slug from a string or title for part of link url in the group How-To and Troubleshooting 13 years, 1 month ago
Okay, I figured out how to do it using another post of yours:
`?php
function member_loop_profession_link(){
$data = bp_get_member_profile_data( ‘field=Profession’ );
if ( $data ){
$sandata = […] -
gingram815 replied to the forum topic Creating a slug from a string or title for part of link url in the group How-To and Troubleshooting 13 years, 1 month ago
That is likely the problem. I’m not a coder.
I have tried a variety of markups. Here is an example:<div class="profession">
<a id="profession" href="http://transylvaniawellnessalliance.com/wellness-businesses/" ?php bp_member_profile_data( 'field=Profession' ); ?
</div>
This returns the link…[Read more] -
gingram815 started the forum topic Creating a slug from a string or title for part of link url in the group How-To and Troubleshooting 13 years, 1 month ago
I am trying to create a link in the membership directory under each person’s name.
You can see what I have so far at http://transylvaniawellnessalliance.com/members/.I did this by putting this code into the […]
@gingram815
Not recently active