-
Tammie Lister replied to the forum topic Revert Back to Previous Version in the group How-To and Troubleshooting 12 years, 3 months ago
Whilst I can’t say for sure it’s probably better to be safe and download versions from the codex here. https://codex.buddypress.org/version/1-5-7/ and other versions are kept.
-
Tammie Lister replied to the forum topic how to get rid of the admin bar in bp 1.6 in the group How-To and Troubleshooting 12 years, 3 months ago
Charlietech, I already answered over here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-get-rid-of-the-admin-bar-in-bp-1-6-7/.
-
Tammie Lister replied to the forum topic Customizing Status updates in the group Creating & Extending 12 years, 3 months ago
I can’t really comment on pods sorry but if you want to customise your status updates you can using CSS fairly easily – depends on what you want to do though. Are you looking to style their look in the theme or […]
-
Tammie Lister replied to the forum topic how to get rid of the admin bar in bp 1.6 in the group How-To and Troubleshooting 12 years, 3 months ago
Hi Charlietech, the BuddyPress admin bar is now merged with the WordPress one.
So, you can use this:
‘add_filter(‘show_admin_bar’, ‘__return_false’);` in your functions.php file to turn off […]
-
Tammie Lister replied to the forum topic How to make website automatically scale to the screen size in the group How-To and Troubleshooting 12 years, 3 months ago
Hi @shawn38, I showed you the div that you can interact with to change the width. I saw this looking at your site in Firebug and examining the wrapper about your container.
`#wrapper {
font-size: […] -
Tammie Lister replied to the forum topic How do I change the page that displays after a member logs in? in the group How-To and Troubleshooting 12 years, 3 months ago
I’ve not tried it myself but you could try this plugin: https://wordpress.org/extend/plugins/buddypress-login-redirect/
-
Tammie Lister replied to the forum topic dztchat : Social network for algerians and French Community in the group Gallery 12 years, 3 months ago
Really like the search and member area on front page that’s cool. Like the subtle colour scheme too and great to see plenty of use of white space. Good job.
-
Tammie Lister replied to the forum topic New To BuddyPress… HELP! in the group How-To and Troubleshooting 12 years, 3 months ago
Hi Ashley, welcome to using BuddyPress 🙂 There are some good getting started guides right on this site in the codex.
If you look to the right side where it says […]
-
Tammie Lister replied to the forum topic How to make website automatically scale to the screen size in the group How-To and Troubleshooting 12 years, 3 months ago
Just to add to that reading list would be http://www.abookapart.com/products/mobile-first/. BuddyPress default itself is to a point responsive now (but not mobile first). The theme you mention Shawn38 isn’t and […]
-
Tammie Lister replied to the forum topic Having users pick out which group they want on sign up in the group How-To and Troubleshooting 12 years, 3 months ago
Oo cool r-a-y wasn’t aware of that one thanks for linking in.
-
Tammie Lister replied to the forum topic How to make website automatically scale to the screen size in the group How-To and Troubleshooting 12 years, 3 months ago
The first change you’d need to do would be this:
#wrapper {
font-size: 0.6875em;
margin: 0px auto;
width: 1000px;
}That’s basically fixing your entire site to 1000px. Now, what you can do is change […]
-
Tammie Lister replied to the forum topic Header duplicating in the group How-To and Troubleshooting 12 years, 3 months ago
It depends on what theme you are using. Usually yes you can put that in your style.css and it would work.
-
Tammie Lister replied to the forum topic Header duplicating in the group Creating & Extending 12 years, 3 months ago
I think we already covered that over here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/header-duplicating/. However, if that’s not the solution it’s probably a good idea to […]
-
Tammie Lister replied to the forum topic I installed to the latest update and now my site is gone! in the group How-To and Troubleshooting 12 years, 3 months ago
Hi, sorry to hear your site has not taken to the upgrade well. What it could be is a plugin or theme issue though – those are the easiest to look at so good first ports of call. If possible make sure all your […]
-
Tammie Lister replied to the forum topic Having users pick out which group they want on sign up in the group How-To and Troubleshooting 12 years, 3 months ago
Hi EndlessRange, the short answer is there is but it would require custom coding. If you are happy with custom coding you can look at https://wordpress.org/extend/plugins/auto-join-groups/ as a start. It’s out […]
-
Tammie Lister replied to the forum topic show comments in a group in the group How-To and Troubleshooting 12 years, 3 months ago
Could I clarify where you are looking as http://testbp.org/groups/twitter/ is my assumption and as you can see that filter works for replies. My guess is that perhaps this is a theme issue – have you checked on […]
-
Tammie Lister replied to the forum topic Activity Stream Problem in the group Creating & Extending 12 years, 3 months ago
Usually you’d see everything in activity stream for the site – as it’s that the stream for site. It sounds like either a plugin or maybe theme issue though if that’s not the case. I know you may not be able […]
-
Tammie Lister replied to the forum topic Header duplicating in the group How-To and Troubleshooting 12 years, 3 months ago
It’s because you’ve got a repeat on that header so when smaller and height increases on header it repeats. You can try something like this:
`#header {
background: […] -
Tammie Lister replied to the forum topic Feature Request: XProfile Programmable Custom Fields in the group Requests & Feedback 12 years, 3 months ago
It’s not a perfect solution but have you look at gravity forms for registation forms and BuddyPress? http://www.gravityforms.com/
-
Tammie Lister replied to the forum topic New users can't log in in the group Miscellaneous 12 years, 3 months ago
It’s tricky to say not having a link to your site as a starting point to consider things. It could be that some plugin or even your theme is interfering with the links working. Probably a good starting point […]
- Load More
@karmatosed
Active 1 week, 4 days ago