-
David R Labbe replied to the forum topic Group Tabs in the group BP Group Hierarchy 12 years, 8 months ago
Nobody has an idea on this?
-
David R Labbe started the forum topic Group Tabs in the group BP Group Hierarchy 12 years, 8 months ago
Is there a way to make a group name a tab instead of a group that allows members and activity streams. Another words…I want to make a groups breadcrumbs such as State/City/cityname where State and City are tabs […]
-
David R Labbe joined the group BP Group Hierarchy 12 years, 8 months ago
-
David R Labbe posted on the forum topic New Group creation fields in the group Miscellaneous: 13 years, 10 months ago
yes thanks…I was looking at it earlier and starting to get a feel for it. I only wanted to ask as with everything there seems be more then one way to do everything and was hoping there might be a neat little trick BP had up its sleeve. Thanks for the reply.
-
David R Labbe posted on the forum topic New Group creation fields in the group Miscellaneous: 13 years, 10 months ago
@boonebgorges thought I would rehash this old post as what I need applies. How do i validate custom fields that I added?
-
David R Labbe posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 10 months ago
@gerbilo ….I agree…you would think group id would be the easiest to deal. From what I am guessing and hearing it might get easier as new version of BP surface. No complaints however…BP rocks in many ways as social webbing has taken over.
-
David R Labbe posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 10 months ago
To extend on Travel-Junkie
$group = new BP_Groups_Group( $group_id ); foreach ($group as $key => $value) {echo $key . ' = ' . $value. ' ';}
this will break down in list form all the information you need for the group. Here is another nice little trick that works hand in hand with information returned from […] -
David R Labbe posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 10 months ago
thanks guys. As it stands I already have a custom page that I created that has a zip code search( by mile radius)….it loops and displays thru all the groups within that radius. I had to reconstruct the look and feel of the groups directory page into this custom search page. Works really well, but […]
-
David R Labbe posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 10 months ago
thanks that worked great for a single group to show with the slug $arg. Is there a way to pass more then one group into it. Meaning I want more then one group to be returned?
-
David R Labbe posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 10 months ago
@boonebgorges sorry to bother you again…but do you have any ideas how this can be done or a direction to go in? thanks
-
David R Labbe posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 11 months ago
@boonebgorges I know this is a old thread, but it is exactly what I am looking for, but it is not working for me. I should say it is working, but I can’t get one parameter to work. I am using the bp_has_groups() to filter the groups loop and I need to only display certain groups […]
-
David R Labbe joined the group How-To and Troubleshooting 13 years, 11 months ago
-
David R Labbe posted on the forum topic Default Avatar in the group Miscellaneous: 13 years, 11 months ago
is there anyone that might be able to at least lead me in the right direction?
-
David R Labbe posted on the forum topic Default Avatar in the group Miscellaneous: 13 years, 11 months ago
can anyone help with this? how does fugly default avatars randomly happen?
-
David R Labbe posted on the forum topic Default Avatar in the group Miscellaneous: 13 years, 11 months ago
Great…thanks. How would i go about making random avatars? say have half dozen images that are randomly used so the whole site does not have the same avatar. I am new to php but i am assuming it would use a script or function that would call a random event or something like that.
-
David R Labbe started the forum topic Default Avatar in the group Miscellaneous: 13 years, 11 months ago
What is the best way to change the default avatar pictures for users that sign up and don’t choose to add their own during setup. I wanted to create my own and replace the defaults with mine, but the best I can see is that they are Gravitars and not stored in the sites folder […]
-
David posted a new activity comment 13 years, 11 months ago
I just did a search a have seen where you added a update for this issue in 1.2.1, but i have version 1.2.4.
-
David posted a new activity comment 13 years, 11 months ago
I tries to echo $bp->buddyvents->slug and nothing….no value. I checked the backend in the dashboard setting and it is set for “events” but it is not setting the slug.
-
David posted a new activity comment 13 years, 11 months ago
@travel-junkie i did some more examining and realized the double slash is because the “events” slug is missing from the link address for the subnav for the group. Another words
http://www.mysite.com/groups/groupA//calendar/
from the example above should have “events” between the double slashes likehttp://www.mysite.com/groups/groupA/events/calenda…
[Read more] -
David posted an update 13 years, 11 months ago
@travel-junkie Hi Travel-Junkie. I finally purchased the Buddyvents yesterday ,but has so many small issues with it that I wrote your company asking about a refund as I felt like it was to many issues for what I had paid for. However, after playing with it more and installing it on a live site vs. my local testing machine a few of the issues have…[Read more]
-
@travel-junkie i did some more examining and realized the double slash is because the “events” slug is missing from the link address for the subnav for the group. Another words `http://www.mysite.com/groups/groupA//calendar/` from the example above should have “events” between the double slashes like…[Read more]
-
I tries to echo $bp->buddyvents->slug and nothing….no value. I checked the backend in the dashboard setting and it is set for “events” but it is not setting the slug.
-
I just did a search a have seen where you added a update for this issue in 1.2.1, but i have version 1.2.4.
-
- Load More
@dlabbe
Active 10 years, 6 months ago