Search Results for 'bbpress'
-
AuthorSearch Results
-
June 26, 2013 at 7:29 am #166898
In reply to: [Resolved] bp-default sidebar login not working
mixali
ParticipantThis is really crazy!
I also found this problem in the creation of my site (WordPress 3.5.2 + Buddypress 1.7.2 + bbPress 2.3.2, default BP Theme, no other plugins, fresh installed…).
I was getting a Error 500 when antempting to log in.
Followed the instructions and now is solved, thanks!
Someone should include this bug into development for next version of BuddyPress!!
June 25, 2013 at 12:41 am #166811In reply to: Select topics to show on frontpage
@mercime
Participant@globalvagabond you might want to post at https://bbpress.org/forums/
June 24, 2013 at 11:40 pm #166806In reply to: Select topics to show on frontpage
GlobalVagabond
ParticipantHmmm. Okay. Got a couple posts to show up on another page. (http://theglobalvagabond.com/bbpress-front/)
Might have to find someone to help me make it look better though.
June 24, 2013 at 11:16 pm #166798In reply to: Select topics to show on frontpage
@mercime
Participant@globalvagabond
bbp-single-topic id="xxxxx"and enclose in brackets [ ]
Change xxxxx for the topic #
reference -> https://codex.bbpress.org/shortcodes/June 23, 2013 at 10:53 pm #166680In reply to: Hide members from Members Directory
Henry
MemberSo 2 issues remain.
1. Pagination count
2. Filter by roleWith reference to the first issue, you’d need to rewrite function
bp_members_pagination_count()which is found in bp-members-template.php. Your new function would go into your theme’s functions.php and would have to account for the recently inactive and blocked users.With reference to the second issue, I think the logic you have is OK – just not sure about the role “blocked” – still hoping for a bbPress expert to advise…
June 23, 2013 at 7:38 pm #166662In reply to: Hide members from Members Directory
Henry
MemberHumm, never used the ‘blocked’ role in bbPress. You could try changing the line:
if ( $days_since_last_active > 60 ) continue;to
$user = new WP_User( bp_get_member_user_id() ); if ( ($user->roles[0] == 'blocked') || ($days_since_last_active > 60 ) ) continue;I am not exactly sure if there is a role called “blocked” in bbPress. Perhaps someone else familiar with bbPress can chip in here to confirm?
My approach was taken from this thread:
https://buddypress.org/support/topic/excluding-roles-from-the-member-loop/June 23, 2013 at 6:36 pm #166661In reply to: Hide members from Members Directory
RiGoRmOrTiS_UK
Participant@henrywright-1 making a bit of a mess of these replies; I should have actually mentioned its bbpress for the forums π
June 23, 2013 at 10:58 am #166648In reply to: BuddyPress and BBPress both say "use a child theme"
Monika
Participantoh no I would not customize the design π
only permissions and functions
June 23, 2013 at 10:29 am #166647In reply to: BuddyPress and BBPress both say "use a child theme"
bp-help
Participant@monika
You just need a BuddyPress child theme. It would be awkward to have your main theme and then another one for bbpress especially since theme compatability came out. But there are themes for bbpress. I just believe in consistency or users may think they got redirected to a whole different site. You want every page to be identifiable to your brand or else people will get confused. At least that is my opinion. Imagine a theme based on Space, then one based on animals all on the same site. It would drive people nuts trying to figure out what happened! LOL!June 23, 2013 at 12:32 am #166635Faramarz
Participant@mercime the only plugin I am using is bbPress and the only modification I made to header.php is adding this:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />and my functions.php only has this code:
<?php if ( !function_exists( 'bp_dtheme_enqueue_styles' ) ) : function bp_dtheme_enqueue_styles() {} endif; ?>June 22, 2013 at 8:00 am #166580mixali
ParticipantThanks, however I do not have any other modification;
1. .htaccess is the original excluding the changes for the Network Install.
2. Other plugings beside BuddyPress and bbPress are deactivated. Even tried without bbPress and the efect is the same.
3. No custom code.I saw that if I delete the cookies regarding the website, visiting it will not produce this efect, but once loged in and out, visiting the site will take you to the register page.
Still very anoying..June 21, 2013 at 11:03 pm #166565Henry
MemberAs far as I am aware this isn’t default behaviour of BuddyPress or bbPress so it would seem you have a rogue redirect in place somewhere which is resulting in users being taken to the register page. Places to check for the redirect are:
1. .htaccess
2. Any plugins you’ve installed
3. Any custom code you’ve addedI’d start by deactivating every plugin (aside from BuddyPress), remove any custom coding you have in place, use the default theme and then see if the problem is resolved.
June 21, 2013 at 10:04 pm #166562In reply to: How to get notifications about new topics
@mercime
Participant@midexsoftware you can allow users to post anonymously in bbPress forums in Settings > Forums. As for notifications for each change in the forum, there’s no setting available by default. You could post at bbpress.org/forums/ for more assistance.
June 21, 2013 at 9:58 pm #166560In reply to: [Resolved] Blog page exists, don't want Blog page.
@mercime
Participant@benjino blog page has got nothing to do with the bbPress plugin’s settings (Settings > Forums – not discussions). Clear your cache because I see no /blog page in your site.
June 19, 2013 at 12:28 pm #166392In reply to: bbPress has not been activated
Hugo Ashmore
ParticipantPlease check the codex for documentation first:
https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/If that doesn’t help then post back with current issues.
June 19, 2013 at 12:15 pm #166391In reply to: bbPress has not been activated
Terence1
Participantok so friendship kinda works still I,m a newbie and the topics cannot be found. Mentions don’t autosubmit or theres no submit button that I can see and other plugins tell me that bbpress is not active lol Thanks for your time!.
June 18, 2013 at 7:04 pm #166324In reply to: redirect to profile page?
Famous
ParticipantDidn’t want to use those hardcoded ones cause I have an MU installation and too many sites to account for. The bbPress one works great, I just cannot seem to redirect?
June 18, 2013 at 4:30 pm #166295In reply to: How to change number of topics on forum page
@mercime
ParticipantI wish to change the number of forum topics displayed on a page.
@koreancandy Are you using bbPress forums plugin or not? Are you on single WP install or did you create a Network/multisite?June 18, 2013 at 3:16 pm #166287In reply to: [Resolved] BuddyBlog?
ldjautobody
ParticipantYessssss! Thanks @andrewteg! I was seriously beginning to think I dreamed the whole thing up…not sure why I could not find this page, but that is EXACTLY where I was.
Now, since I have found what I was looking for, I’d really like to get some opinions of the plugin and see if this will actually do what I am planning for this site. I am open to all opinions and suggestions. My understanding of BuddyPress and bbPress is coming along and the site is starting to look like what I envisioned. You can see the preliminary site at http://accessories.ldjautobody.com.
First, let me explain what I have planned for this site and, like I said, I am open to all suggestions and comments. I would like to hear what the experts have to say. Good or bad, I need your opinions. You ALL have great ideas and I respect whatever you might have to say or add. π
This blog and forum are dedicated to custom car and motorcycle enthusiasts everywhere. Car enthusiasts are passionate about their subject, and in addition to giving them a place to share their projects and discuss those among each other, I would also like to let them post some articles, hoping that the fresh content will keep the search engines hanging out on the site and help boost the rankings. I have never run a forum site or used BuddyPress or bbPress before and I’m not really sure how this all works in relation to SEO. I do, however, deal with car and motorcycle enthusiasts on a daily basis and I know that I can most likely count on them to get some very good discussions going among themselves and that is my hope for this site.
We will also be doing some affiliate marketing from this site, and my hope is that in a perfect World, the fresh content and activity level of the site will keep us ranking well in the search engines and bring some new customers to the site. Since we are an “auto body shop”, our normal advertising is concentrated in a very local area. The affiliate site, however, will have a much broader range and we will be advertising nationwide vs. the small local area that the body shop is limited to. So my hope is that the increased activity on the site will increase the number of people visiting and also help us reach out well beyond our local area. At least, that is our goal for now!
Thank you all again for all of your help. I am looking forward to hearing anything my experts have to add as we move forward with getting the site ready to launch. π
Denise
June 18, 2013 at 8:17 am #166263In reply to: Compatibility Help Please!!
@mercime
Participant@wpgoddess There could still be a way to salvage the situation with your premium theme. Open up your theme’s page.php file and Save As > buddypress.php file. Ask your theme dev that we need the_title() and the_content() in buddypress.php and that will facilitate compatibility process. Upload that revised buddypress.php into your theme folder in server. It’s possible that you might need to tweak some styling but you should be good to go.
Tip: if you have bbPress sitewide/group forums installed, you can copy the revised buddypress.php with the_title and the_content and Save As > bbPress.php and upload to theme folder in server as well.
June 17, 2013 at 6:29 pm #166214In reply to: redirect to profile page?
Famous
ParticipantSo I don’t want to use the meta widget as that just provides links to the login and register pages, which is an extra click that I don’t want users to have to do.
I am using mu, using 2012 child theme. Really don’t want to use a plugin, got too many as it is. Thought that BP would have some kind of solution for this outta the box? And if I use bbPress the widget shows up default under widgets and seems to work great.
Thanks
June 17, 2013 at 2:26 am #166183In reply to: No avatars in BBPress replies?
adamfratino
ParticipantAlso the original post is 694px and fits properly, but all replies are 710px and float to the left. I’d like all replies to be the same width as the original post, but can’t figure out how to do this.
@mercime hoping you can help. This is a separate issue (ref: https://buddypress.org/support/topic/buddypress-and-bbpress-same-avatar/), but still related to BBPress. I’m new to BBPress and Buddypress and I’m having a difficult time figuring it out.June 16, 2013 at 11:38 pm #166174ldjautobody
ParticipantI had the exact same problem…if you are already logged in, the site redirects to the home page…or whatever page you have designated as the “home” page. It does this so that previously registered users do not get directed to the registration page. Pretty good idea actually! Anyway…log out and access the site and it will take you to the registration page!
I also just installed BuddyPress AND bbPress and I really like the functionality of the two sites together. It works wonderfully!
Ldjautobody (Denise)
June 15, 2013 at 6:39 pm #166125In reply to: Pending Notifications
b a
ParticipantPlease try to supply answers to the following questions.
1. Which version of WordPress are you running?
Lastest (stable)
2. Did you install WordPress as a directory or subdomain install?
Directory
3. If a directory install, is it in root or in a subdirectory?
Root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
No
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes
6. Which version of BP are you running?
Lastest (stable)
7. Did you upgraded from a previous version of BP? If so, from which version?
No
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Yes, many plugins and all of them BP related, since I don’t have any error/problem with my current installation, I won’t insert here this big list. Need to mantion BP Like/Dislike though
9. Are you using the standard BuddyPress themes or customized themes?
Standart
10. Have you modified the core files in any way?
Yes, In many way π
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
Lastest, I downloaded it from WP Plugins
13. Please provide a list of any errors in your serverβs log files.
Strange but no errors (with Debug turned off)
14. Which company provides your hosting?
Local installation
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
Linux Ubuntu, apache 2.2 php5June 13, 2013 at 11:31 am #165917Unsal Korkmaz
ParticipantSpanish Translation for FirmaSite theme, BuddyPress and bbPress plugins:
http://theme.firmasite.com/spanish-translation/ -
AuthorSearch Results