-
Siddharth Jagannath posted on the forum topic Sub-groups under the main group in the group How-To and Troubleshooting: 13 years, 5 months ago
been there since some time: https://buddypress.org/community/groups/bp-group-hierarchy/
-
Siddharth Jagannath posted on the forum topic Removing BP and installing bbpress in the group How-To and Troubleshooting: 13 years, 5 months ago
@DJPAUL you said in a post “I suggest you disable group forums until the bridge has been built”… could u please let us know how to disable group forums… cause i cant seem to find it?
sidjags
-
sidjags posted a new activity comment 13 years, 5 months ago
for bp-core-adminbar… its actually even more simple: put in the following piece of code in line #13: just below the $bp stuff..
if ( is_user_logged_in() )
//return false;and wolla! enjoy!
-
sidjags posted a new activity comment 13 years, 5 months ago
the exact files for this plugin where you’ve got to make the change is: update-content.php (look for the comment that says: Else if user is not logged in, show login and register forms… hide everything on top of this… and show everything beneath it….
similarly for the default adminbar… bp-core-adminbar… but this one is a whole lot more…[Read more]
-
for bp-core-adminbar… its actually even more simple: put in the following piece of code in line #13: just below the $bp stuff..
if ( is_user_logged_in() )
//return false;and wolla! enjoy!
-
just noticed that after this step u still have the pre-login options that come beneath the footer… fi this is the case, in the bp-core-adminbar… u need to comment out the functions wrt site name, login/signup and visit links..
-
-
-
Siddharth Jagannath reviewed the plugin BuddyPress Sliding Login Panel: 13 years, 5 months ago
alright: biggest issue with this… the “notifications” menu doesnt show the way it does on the original bp install… but i love the slide for the login… so this is what i’ve done.. i’ve played with “display:hide”… to hide everything that comes after login in this plugin.. and similarly on wp-adminbar i’ve hid everything that comes before the…[Read more]
-
the exact files for this plugin where you’ve got to make the change is: update-content.php (look for the comment that says: Else if user is not logged in, show login and register forms… hide everything on top of this… and show everything beneath it….
similarly for the default adminbar… bp-core-adminbar… but this one is a whole lot more…[Read more]
-
for bp-core-adminbar… its actually even more simple: put in the following piece of code in line #13: just below the $bp stuff..
if ( is_user_logged_in() )
//return false;and wolla! enjoy!
-
just noticed that after this step u still have the pre-login options that come beneath the footer… fi this is the case, in the bp-core-adminbar… u need to comment out the functions wrt site name, login/signup and visit links..
-
-
-
-
Siddharth Jagannath posted on the forum topic Ravatar (random / custom avatar) adaptation for Buddypress (extending bp_core_fetch_avatar) in the group Creating & Extending: 13 years, 5 months ago
hello everyone.. found a solution to this.. so thought i’d share it here too.. (i’m posting this in all the different threads out there about the same topic)
If you want a custom set of pics to replace the default buddypress avatars and be assigned by random to members… here g…[Read more]
-
Siddharth Jagannath posted on the forum topic How to Override the BuddyPress Avatar Override in the group How-To and Troubleshooting: 13 years, 5 months ago
@enderandrew…. hey guys.. i think i found something that should work. If you want a custom set of pics to replace the default buddypress avatars and be assigned by random to members… here goes:
-
Siddharth Jagannath posted on the forum topic custom set of avatar pics in the group How-To and Troubleshooting: 13 years, 5 months ago
@DoctorDR looks like i’ve found the solution… and i hope everyone out there will find this helpful too. Problem Statement: I wanted to have a custom set of 10-15 avatars uploaded into a folder, and buddypress would have to pick from any one of these to assign to members(on random) everytime then login if they havent […]
-
Siddharth Jagannath posted on the forum topic How to Override the BuddyPress Avatar Override in the group How-To and Troubleshooting: 13 years, 5 months ago
i too have been searchin for this since some time now… why is this so hard… cannot believe this has not been addressed by anyone thus far.
-
Siddharth Jagannath posted on the forum topic custom set of avatar pics in the group How-To and Troubleshooting: 13 years, 5 months ago
@DoctorDR thanks for the message… will try and do something, and if something works out, will let you know
-
Siddharth Jagannath posted on the forum topic custom set of avatar pics in the group How-To and Troubleshooting: 13 years, 5 months ago
sorry to bump guys… but any idea on this at all? creating a custom “set” of avatar pics… (about 5-6 pics which are given by random to different members who havent uploaded their own pics)
-
Siddharth Jagannath started the forum topic custom set of avatar pics in the group How-To and Troubleshooting: 13 years, 5 months ago
is there a way by which i can create 20-30 custom avatar images and randomly assign them to members who did not upload their profile pics? please… i’ve been looking all over for this with no luck.. any ideas by anyone out there?
-
Siddharth Jagannath posted on the forum topic Ravatar (random / custom avatar) adaptation for Buddypress (extending bp_core_fetch_avatar) in the group Creating & Extending: 13 years, 5 months ago
any progress? would love to see whats been done and test it out to see if we can use it… really looking forward to this.
-
Siddharth Jagannath posted on the forum topic Alternating comment colours in the activity stream on default theme in the group Creating & Extending: 13 years, 5 months ago
@hal9000 to get alternating colors on any of your loops (activity, members, groups, blog listings, forums, whatever)… using this code (uses CSS3) li { background: green; } li:nth-child(odd) { background: red; } more specifically: in the default.css stylesheet of the buddypress default theme… you should find on line 396: ul.item-list li {…[Read more]
-
Siddharth Jagannath posted on the forum topic Pagination For Groups, Activity, and Forums..Is it possible? in the group How-To and Troubleshooting: 13 years, 5 months ago
dont look like both those methods worked out for me…still on the hunt, will update when i find something
-
Siddharth Jagannath posted on the forum topic Pagination For Groups, Activity, and Forums..Is it possible? in the group How-To and Troubleshooting: 13 years, 5 months ago
-
Siddharth Jagannath posted on the forum topic Pagination For Groups, Activity, and Forums..Is it possible? in the group How-To and Troubleshooting: 13 years, 5 months ago
https://buddypress.org/community/groups/buddypress-better-pagination/
They say this will help, but read the reviews.. i think there are some people having problems out there. But i have wp 3.1.3 and bp 1.2.8… and i cannot see the backend admin link for this! good luck though.. and let me know if this works out for you…
-
Siddharth Jagannath posted on the forum topic issues with chrome? in the group CD BuddyPress Avatar Bubble: 13 years, 5 months ago
strangely enough.. my condition is that for some members/groups it takes forever to load (and actually never does.. u can only see the load option)… and for the others its immediate.. and but this happens in both firefox and chrome… so maybe u’re noticing it only ine one… maynot be a browser issue.. may be […]
-
Siddharth Jagannath joined the group BuddyPress Introduce 13 years, 5 months ago
-
Siddharth Jagannath reviewed the plugin BuddyPress Comments Collapse Expand: 13 years, 5 months ago
does seem like its working.. is there something in the installation that we/i am not doing right?
- Load More
@sidjags
Not recently active
just noticed that after this step u still have the pre-login options that come beneath the footer… fi this is the case, in the bp-core-adminbar… u need to comment out the functions wrt site name, login/signup and visit links..