Search Results for 'buddypress'
-
AuthorSearch Results
-
December 16, 2012 at 2:05 pm #147543
In reply to: [Resolved] threaded comments won't work after update
wpte
Participant@mercime I’m talking about the activity stream yes. Forgot to mention that ๐
I know the plugin is old, I have to admit I did do some bug fixing here and there and applied recommendations of the theme-check plugin. Nothing big however, just moving from deprecated things to the new versions etc.I’ve applied the patch @inkblot suggested and that seems to work perfectly after doing a full page refresh. Thanks ๐
December 16, 2012 at 12:28 pm #147538In reply to: [Resolved] Need activation key???
Paul Wong-Gibbs
KeymasterI’ve just tested this with all sorts of combinations of bbPress/BuddyPress, and I can’t recreate a problem.
Can you find out what web server software your web host is using for your server? It could be Apache, nginx, etc.
December 16, 2012 at 10:08 am #147534In reply to: [Resolved] threaded comments won't work after update
inkblot
ParticipantWe ran into, what I assume here, is the exact same problem that you’re having, but with the BP-Default theme running WordPress 3.5 and BuddyPress 1.6.2, so we tracked down the problem and just implemented the changes from this BuddyPress trac ticket (https://buddypress.trac.wordpress.org/ticket/4510) that is set to fixed/closed and will drop soon here with the release of BuddyPress 1.7, and all is well again with threaded comments and replies, as well as fixing a few other quirky problems that we were having.
I’m actually a bit surprised that more folks aren’t posting on the support forums here about these same issues directly related to this. I would have to imagine that it’s happening within a lot of other installs, especially considering that it’s definitely occurring within the BP-Default framework.
I hope that this lead helps you out…
December 16, 2012 at 5:24 am #147525In reply to: [Resolved] threaded comments won't work after update
@mercime
Participantitโs no longer possible to make threaded comments.
@wpte which threaded comments are you referring to? The ones in the activity stream or the ones in single post pages? If you change to bp-default theme, are the threaded comments showing up properly? Unplugged theme has not been updated since BP 1.2 and the author has even removed it from being listed in the WP Theme Repo.
December 16, 2012 at 5:19 am #147524@mercime
ParticipantHaven’t seen Labzip’s video guide but this is the first time I’ve read that activating bbPress with BP has caused those issues. More likely cause of issues would be theme or plugin conflict. If you change to bp-default theme, can you see your friends and/or invite someone to the group?
December 16, 2012 at 5:12 am #147523In reply to: How to disable post date?
@mercime
Participant@talha8877 you can remove that from your theme’s single.php file
December 16, 2012 at 2:51 am #147521StarlitNirvana
ParticipantI am also having this exact same issue since upgrading. I have also tried a fresh install, deactivating plugins, used BP default theme and still have the same problem as the original poster. I am using WordPress 3.5 and BuddyPress 1.6.2 as well.
December 16, 2012 at 1:50 am #147519In reply to: IP address shows in user profile
needhelp101
ParticipantFrom my earlier question should one be able to view IP addresses of users in buddypress??
December 15, 2012 at 9:37 pm #147506@mercime
ParticipantI need to delete these stock theme files out of the theme through FTP before I can use the Template Pack plugin?
@neodoxa No. DO NOT delete those stock theme files. This means that you don’t need to install/activate the BP Template Plugin at all. But if you did make revisions on those BP template files, I would delete your rocket-made theme folder in server and re-upload a clean copy of the theme.
The last piece of the puzzle for me is getting a completed Buddypress integration with forums.
You’re getting there. Create a new topic if you have any issues with the forums. Good luck.
December 15, 2012 at 8:41 pm #147504shanebp
ModeratorI’m not aware of a plugin that does what you wish.
But it wouldn’t be that hard, if you know how to code, to write such a plugin or extend the plugin you mention.
You might try asking that plugin’s author to add those features.
Or you could hire someone to make the changes:
December 15, 2012 at 8:11 pm #147501In reply to: [Resolved] Why no topics showing on home page?
bruceleebee
Participant@mercime! THANK YOU!
You even preempted my next question about weird avatar sizes.
To tell you the truth I almost gave up on BuddyPress/BBpress because I thought support was not available. But you guys changed my mind ๐
A million thanks!
December 15, 2012 at 5:44 pm #147497neodoxa
Participant@mercime Thanks for the reply!
The theme came with folders called activity, members, etc.
I need to delete these stock theme files out of the theme through FTP before I can use the Template Pack plugin?
Maybe the problem has something to do with having Buddypress and Template pack installed before on the same database… Maybe it is interfering with the new theme’s compatibility?
I think that I would like to just wipe out everything from the past that is buddypress and template pack related, starting completely from scratch. Is there some sort of link on how to do this?
@mercime Thanks for the compliments on my website. It’s coming along… slowly but surely. The last piece of the puzzle for me is getting a completed Buddypress integration with forums.
December 15, 2012 at 5:32 pm #147496In reply to: Fan Page Component buddypress
modemlooper
ModeratorThere is no fan page component. You can rename groups to fanpage or pages. Look through codex on how to change text
https://codex.buddypress.org/developer/extending-buddypress/customizing-labels-messages-and-urls/
December 15, 2012 at 3:51 pm #147490In reply to: Redirect issue – bp-core-catchuri.php
trailmix5
ParticipantHi @ChrisClayton,
I would also rather use filter hooks, but I cannot figure out how to do it. I’ve searched everywhere, but I can’t seem to find the answer to this specific problem. Can you either show me or link me to a post where it is explained a bit? Also, would I just be modifying bp-custom.php? I understand to a certain extent, but I’m not a professional coder.
Thanks.
December 15, 2012 at 3:06 pm #147485@mercime
ParticipantThe problem Iโm getting is that it wonโt go back to Step 1.
@neodoxa That happens when the BP folders like /activity, /members, etc. were previously transferred to into your active theme already. Delete those BP folders, after backing up if you’ve made changes to those BP templates within already, or choose a new theme and BP Template Pack will start with Step 1.
P.S. Congratulations on critterhub.com, content is still interesting and has grown a lot. I must say you made “Hedgehog Diet” an interesting read. Bravo! ๐
December 15, 2012 at 9:58 am #147467In reply to: Redirect issue – bp-core-catchuri.php
@ChrisClayton
ParticipantThere is filter hooks in the function which you should use instead of modifying core, but assuming you’re just modifying core for temporary testing purposes only, you will need to modify the $mode variable as it defines mode 2 (login via wp) by default (https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-catchuri.php#L463)
For production purposes, there is a $redirect url arg (which can be filtered with ‘bp_core_no_access’) that you should use to set your custom login.
December 15, 2012 at 6:26 am #147463In reply to: Battling an ugly Buddypress theme foisted upon users
foxly
ParticipantSite could be considered NSFW.
…depends where you work… ย ๐
Compared to some help requests I’ve answered, this site’s rather tame.
CSS design is a very complicated subject. The base BP theme’s CSS file is almost 2,500 lines long and has a vast and intricate style tree. Answering a RFC (request for comments) on a given set of changes to it ย is many hours of work, and is beyond what can be handled on these forums.
If you have a specific problem, eg: “When I set style X to Y, the level 2 menus explode” or “How can I invert the color scheme”, the users here will be happy to help you.
Also, be aware there are sweeping changes in the works for BuddyPress’ template system. The core development team is currently re-designing the entire template system to use page-fragment injection. In theory, this will allow BuddyPress to use almost any WordPress template set – not just ones designed specifically for BuddyPress.
I’d estimate they’re about 6 months away from release on this.
^F^
December 15, 2012 at 5:58 am #147462In reply to: [Resolved] Why no topics showing on home page?
bruceleebee
Participantahh ok that explains a few things, Thank you @r-a-y!
I had already done something similar with bbpress shortcodes on this page http://thecashlab.com/forum/ but I had no idea why my ‘group’ forums kept re-installing itself when I had chosen site-wide forums. By deactivating it completely and un-checking ‘discussions’ has has solved that issue. Thank you again.
Now my problem is that bbpress displays smaller text than the rest of my site. Do you know how to increase the size of the text to 16px?
I started a thread about it on bbpress here: https://bbpress.org/forums/topic/how-to-change-font-size/
December 15, 2012 at 3:15 am #147457In reply to: [resolved] Not all BuddyPress Profiles work
axeva
ParticipantBingo — I found it. In my case, it was the user_nicename field. It was blank (thanks to the import). Once I added that value to each user, I could start seeing their profile in BuddyPress.
Thanks for the help!
December 15, 2012 at 3:13 am #147454In reply to: [resolved] Not all BuddyPress Profiles work
modemlooper
ModeratorIn db wp_users find user_status this should be 0
December 15, 2012 at 2:45 am #147449In reply to: [resolved] Not all BuddyPress Profiles work
axeva
ParticipantThanks for the response modemlooper. Alas, this did not work.
The download on the page you provided does not work. The comments below the post offer up another link however, and the plugin at that link was available. When I run it, it says there are 0 users who have not activated their accounts.
Can you (or anyone else), give me some specifics about what needs to be done to activate the accounts? What specific tables, rows and data need to be present for the BuddyPress system to recognize them as “active”?
Thanks!
December 15, 2012 at 1:35 am #147444In reply to: Avatar cropping errors
Toby Cryns (@themightymo)
ParticipantWhich version of PHP are you using on the server? It looks like others have experienced similar issues with php 5.4: https://buddypress.trac.wordpress.org/ticket/4191
December 14, 2012 at 11:29 pm #147434In reply to: [Resolved] Need activation key???
Paul Wong-Gibbs
KeymasterAh hah. Just to confirm: with bbPress active, your BuddyPress “Active user” like in the emails don’t work?
December 14, 2012 at 10:29 pm #147429In reply to: Avatar cropping errors
TripWest
ParticipantI keep getting one of these two errors at the top. No errors are showing up in google inspector though. I hope this helps
Warning: Creating default object from empty value in plugins\buddypress\bp-core\bp-core-avatars.php on line 553
Warning: Creating default object from empty value in plugins\buddypress\bp-core\bp-core-avatars.php on line 555
December 14, 2012 at 9:10 pm #147428In reply to: custmizing Login page
@mercime
ParticipantYou do not need to change your theme in the tutorial at all. If you just need a login redirect plugin, https://wordpress.org/extend/plugins/buddypress-login-redirect/
-
AuthorSearch Results