-
Youraj Pawar posted a new activity comment 13 years, 8 months ago
Hi I figured out problem. When I set ‘page=2’ parameter in my query string to bp_has_groups it worked. So by default bp_has_groups was giving me latest groups on page1 so it was not matching since my intended groups were on page 2. Ahh i thought bp_has_groups gives all groups.
Anyways I would love to hear from you suggestions how should I deal…[Read more] -
Youraj Pawar posted an update 13 years, 8 months ago
@dwenaus Hi Dwenaus, I have used your plugin Awesome!!. But I am unable to use it’s power. I’ve created some 40 groups with different categories. Here I’ve created a page which list some 5 categories groups. User can select category name from drop down and user will get groups for that category. For this I use bp_has_groups but on this page I…[Read more]
-
Youraj Pawar started the forum topic bp_has_group bug!!! – Groups loop in the group How-To and Troubleshooting: 13 years, 8 months ago
Hi, Here is scenario: I have customised group loop so I removed that ajax query string. Yesterday I created 5-6 groups and tag them with type ‘A’ using plugin bp-group tags . I have a page where i display groups by categories. This was all working fine so far. Then I moved the code and […]
-
Youraj Pawar posted on the forum topic Custom fields for BP groups? in the group How-To and Troubleshooting: 13 years, 8 months ago
I strongly feel using this documentation you can achieve what you want.
https://codex.buddypress.org/developer-docs/group-extension-api/And this should help you with manipulating navigation items in group , renaming them or removing them. (At midway of page)
http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress/And this…[Read more]
-
Youraj Pawar posted on the forum topic [SOLVED] Group Admin Screens Problem – Searched many things for solution. in the group How-To and Troubleshooting: 13 years, 8 months ago
I found the problem was in bp-custom.php where I wrote the code which applies filters ‘bp_get_group_permalink’ as a result if slug was not sports it was returning just group slug. But if someone explain more on this would appreciate. group; if($bp->current_component==$bp->sports->slug) { return apply_filters( ‘bp_get_group_permalink1’,…[Read more]
-
Youraj Pawar started the forum topic [SOLVED] Group Admin Screens Problem – Searched many things for solution. in the group How-To and Troubleshooting: 13 years, 8 months ago
Hi, When I click on ‘Admin’ of group I don’t see it’s sub navigation screen though I am owner of group. Bug is it shows me wrong url http://localhost/buddies/groups//admin/edit-details/ (group name in url is missing after groups/) Actually correct url should be http://localhost/buddies/groups/sportsgroup/admin/edit-details/ When I click on this…[Read more]
-
Youraj Pawar posted on the forum topic Group Admin Screens Problem – Searched many things for solution. in the group How-To and Troubleshooting: 13 years, 8 months ago
Also when I hover mouse on ‘Admin’ it shows me correct url http://localhost/buddies/groups/sportsgroup/admin/
but when I click group name is not seen in url and result is http://localhost/buddies/groups//admin/
I wonder if groups/single/admin.php has something in it. -
Youraj Pawar joined the group BuddyPress Group Tags 13 years, 8 months ago
-
Youraj Pawar posted on the forum topic Call to undefined function bb_get_id_from_slug() in the group How-To and Troubleshooting: 13 years, 8 months ago
Root cause was meta_value in table wp_bb_meta remain unchanged after migration to other site. Scenario: I had similar problem on forum. I tried removing and re-installing many times. Re-installing means copying my complete wordpress with plugin buddypress folder still didn’t worked. Sometimes i used to get HTTP Error 403 Forbidden while accessing…[Read more]
-
Youraj Pawar joined the group How-To and Troubleshooting 13 years, 8 months ago
-
Youraj Pawar joined the group BuddyPress ScholarPress Courseware 14 years ago
@youraj
Not recently active
Hi I figured out problem. When I set ‘page=2’ parameter in my query string to bp_has_groups it worked. So by default bp_has_groups was giving me latest groups on page1 so it was not matching since my intended groups were on page 2. Ahh i thought bp_has_groups gives all groups.
Anyways I would love to hear from you suggestions how should I deal…[Read more]