Search Results for 'wordpress'
-
AuthorSearch Results
-
April 11, 2015 at 4:44 pm #237692
In reply to: No pages, posts or comments in Activity
danbp
ParticipantI suppose you know where to upload WordPress and where to upload BuddyPress.
Download BP and reload to site by FTP. No need to uninstall BP, simply deactivate, upload new copy and reactivate.
There is no mysql file !
If you have access to your DB, see what is in bp_activities table.
Are you on a MS or single WP install ?
Where is WP installed, as you linked to a sub-domain…Is the assigned activity page empty, without any parent page or template ?
April 11, 2015 at 3:30 pm #237687In reply to: No pages, posts or comments in Activity
mbarbakov
ParticipantGuys, can anyone give me working files (wordpress + mysql), so I could see difference myself?
April 11, 2015 at 11:48 am #237676In reply to: [Resolved] Fatal Error after Update
danbp
Participanthi @norek,
perhaps you did it wrong… No worry, download directly the patched file and add/replace it into buddypress/bp-core/
Trac reference is Branche 2.2.2 > bp-core/bp-core-filters.php r9741
April 11, 2015 at 10:50 am #237673In reply to: Groups function not working
Paul Wong-Gibbs
KeymasterBug ticket is https://buddypress.trac.wordpress.org/ticket/6369.
I am going to close this thread because we have a similar discussion happening over here: https://buddypress.org/support/topic/fatal-error-after-update/#post-237672
Thank you.
April 11, 2015 at 10:49 am #237672In reply to: [Resolved] Fatal Error after Update
Paul Wong-Gibbs
KeymasterBug ticket is https://buddypress.trac.wordpress.org/ticket/6369
April 11, 2015 at 9:33 am #237660In reply to: broken links in activity stream
andrew55
ParticipantThank you for the help. I’m not too good with mysql scripts, but what about using this tool:
It seems like is should work at finding the old urls and replacing them with the new. I guess I could just try it out (with a database backup).
April 11, 2015 at 7:54 am #237645In reply to: Groups function not working
danbp
Participanthi @julia_b,
you can try to apply patch 8. See here:
https://buddypress.trac.wordpress.org/ticket/6107Will probably be solved in BP 2.2.2
April 11, 2015 at 7:51 am #237644In reply to: [Resolved] Fatal Error after Update
danbp
Participantit’s actually an obvious issue which maybe solved in next update.
For now you could try to apply patch #8.
See ticket here:
https://buddypress.trac.wordpress.org/ticket/6107April 10, 2015 at 4:30 pm #237625In reply to: Member List Showing 4,000 Extra Members
danbp
ParticipantHi @alice-claire,
if the member counter shows 4.000 users and your dashboard only 2.000, wp_users table should contain around 4.000 user too.
Check this table first. Search for user status 1. In case you find some, these are probably ghost accounts.
See also wp_signup. Should normally be empty if you have no pending accounts in dashboard.Now you can install this plugin and clean your DB.
April 10, 2015 at 1:49 am #237591nate22
ParticipantI just wanted to thank you again for that plugin! Simplest solution and works perfect! Why not submit it to the WordPress plugin archive?
April 9, 2015 at 7:42 pm #237583danbp
ParticipantWhy would you uninstall BP and reinstall it, you even don’t know where the issue came from ?
Take a breath and stay calm. π
Activate Twenty Fifteen theme.
Deactivate all plugins except BP.check for anything is correct. If it is, you can reactivate your plugins one by one, checking after each for an issue, untill you find eventually a culprit.
If all is correct, the only thing who may bring an issue at this stage is your theme.
Activate it and see the result. If you get the same issue, you should contact the theme support.
We cannot help you for this, as it is a premium theme and we have no free access to it’s code.
Please read also here, where some basics are explained.
https://codex.wordpress.org/Debugging_in_WordPressApril 9, 2015 at 8:40 am #237547In reply to: Performance of css Stylesheets
mcpeanut
Participant@rosyteddy a couple of good reads there man, i like to read through the comment sections on articles like the ones above because there is some good points raised, there are alot of varied opinions as how to effectively pull this off dependent on the complexity of your site, which i would consider mine as quite complex, the reason for the questions and advice is because of how complex i consider the website to be, i have alot of stylesheets for various different things here there and everywhere loading when not needed etc, in the past i have used plugins to successfully combine and serve them as one cached minified version etc.. but i was just wanting to go more in depth with it and configure it all myself to run at an optimum level.
I am going to be messing around with this over the next few days and will get back to you on what i feel was the best way to do it, any more advice off anyone else who has tackled doing this manually for wordpress/buddypress give us a shout.
April 9, 2015 at 8:11 am #237546In reply to: Missing posts in Buddypress, but present in database
rosyteddy
ParticipantApril 9, 2015 at 1:26 am #237534In reply to: Why is there no ajax on profile tabs?
mcpeanut
ParticipantNo worries m8, as far as sleep is concerned, what is this sleep you speak of? hahahaha
Besides i just woke up at 12am so im up all night now, damn my sleeping pattern is a mess at the minute :/Oh i always forget about the top menu as i have disabled the top bar, i hate it!
I hate the wordpress bar at the top and always have , it screams your using wordpress above anything else. I always disable it hence why i was working on my own notifications i a previous post.April 8, 2015 at 10:27 pm #237518In reply to: Show the faces of users who liked an Activity
danbp
ParticipantYou could also use this plugin:
https://wordpress.org/plugins/bp-show-activity-liked-avatars/
April 8, 2015 at 1:56 pm #237483In reply to: Extraordinary amount of spammers signing up
danbp
ParticipantWide subject and several answered on this forum.
Askimet covers comment spam and doesn’t avoid clever spam bots to hit directly the DB.
Basic recommandation is to use table prefix different of the classic wp_. This calms down most bots.
A closed door is always a challenge for any spammer. WP is not fort Knox and depending your host, what YOU did and many other security details, this has no end in fact. If your site is Facebook, you’ll probably receive more spam than if it would be mykittycat homepage. Glory has a price ! π
Some htaccess rules against reputated spam server and one or to plugins aside what exist natively in WP should be enough to protect you a little from massive spam.
For example: buddypress honeypot + ban hammer for BP
or more simple and rought
http://mattts.net/development-stuff/web-development-stuff/wordpress/buddypress/anti-spam-techniques/registration-honeypot/… + searching this forum, maybe you can find more tips. π
April 8, 2015 at 12:57 pm #237479In reply to: [Resolved] Only display custom field if not empty
mrgiblets
ParticipantA quick follow up question…
Can I echo the xprofile_get_field_data fields elsewhere in WordPress (outside of Buddypress) in the same way?
ie :
$location = xprofile_get_field_data( 'Location', $user_id ); echo $location;Obviously replacing user_id with the numeric user id.
April 8, 2015 at 12:13 pm #237475In reply to: Why is there no ajax on profile tabs?
mrgiblets
ParticipantThe site i’m currently developing with Buddypress (my first buddypress site) is totally Ajaxed using Ajaxify WordPress Site Pro.
All profile tabs are now ajaxed as well as everything else.
There is a small issue with messaging but the plug in developer is fixing that as we speak.
April 8, 2015 at 11:40 am #237472In reply to: Why is there no ajax on profile tabs?
Henry Wright
ModeratorApril 8, 2015 at 8:52 am #237459In reply to: link to user's profile (non-template)
danbp
ParticipantHi @andrew55,
add this snippet to bp-custom.php. Now you can use shortcode [profilo] in any blog post, blog comment, page and BP notice. Note that activity walls are stripped, the shortcode will not work/appear there.For bbPress topics and replies, use this plugin. Read the doc, as you’ll have to check user capacity to get it to work for participant.
function bpfr_link_to_profile() { return ' <a href="'. bp_get_loggedin_user_link() .'">View my profile</a>'; } add_shortcode( 'profilo', 'bpfr_link_to_profile' ); add_filter( 'comment_text', 'do_shortcode' );April 8, 2015 at 1:04 am #237436In reply to: Chat plugin?
mrgiblets
ParticipantGuys I have cometchat installed on a current wordpress site and I’ve had to deactivate it after much back and forth with their support team (who are very good it has to be said).
I bought the Professional Edition and also purchased the Comet Service to reduce load on my server.
Sadly it hasn’t worked out well.
Every time cometchat gets even slightly busy (30+ chatters in a room) it brings down my entire website. I disabled comet service and tried running it solely on my own dedicated server (which is pretty powerful 12 core / 64GB ram / 1Gbps pipe + 1Gbps burst) but the same issue kept happening.
After some debugging it all boils down to the fact that, whether you have comet service activated or not, the script “calls home” to comet’s servers every time somebody loads it in their browser. The problem that was taking my site out is that their servers couldn’t handle the load and were returning 504 errors which was wiping my site out (as the comet chat scripts are loaded aright after the opening <head> tag, preventing the rest of the site from loading).
They tried a few things to fix it for me, but ultimately the script still needs to contact their servers and their servers can’t handle the requests.
It’s a shame because it is a really good script and when working, works flawlessly. The integration with WP is brilliant, although, as mentioned above, any messaging done via comet chat stays in comet chat and can’t be translated elsewhere on your site.
There is this WP chat plug in that I’ve had to revert back to (had it prior to buying comet chat) but it’s a bit clunky and is a bit of a resource pig – https://wordpress.org/plugins/quick-chat/
It does work though. Hope that helps π
April 8, 2015 at 12:39 am #237433In reply to: New plugin: BuddyPress Mute
Henry Wright
ModeratorThanks for your feedback @mrgiblets! Also, thanks for your review over at wordpress.org π
April 8, 2015 at 12:14 am #237430shaquana_folks
ParticipantThe only reason why I started this topic was because I spoke to a WordPress representative and as I’ve done here, after explaining the issues to the rep, they said for me to get in contact with the creators of the plugin that allows me to do all of these news feed configurations so I assumed it was through here, BuddyPress. And I already was reading through the Codex, videos tutorials, support forums and speaking to numerous amounts of representatives and didn’t get anywhere. But okay, I will try reaching out to the creator of the Vipress theme and hopefully get my questions answered. Thank you.
April 7, 2015 at 11:18 pm #237425shaquana_folks
ParticipantI understand everything that you’re saying, but everything that you’re saying through here is still not resolving my issue to get the registration process to work on my site. I am not allowing just any random person to upload to my server with random documents if I am not only having them labeled as “Authors” (where they are able to edit their OWN profiles and edit their OWN posts, so on and so forth) and not as “Administrators” (where a person has control to change up EVERYTHING on the site and the server), but also for the fact that this Vipress theme was created to be compatible with BuddyPress, therefore, allowing people to be able to create a profile with, in this case, the MyLoopNetwork.
As far as with the whole newly register user, I already know to keep in mind about who I allow to become a member for I am constantly checking the back end of my site on a regular basis. All I’m trying to do is create my own version of a website where users can sign up as a new user, create their own profiles, update their posts, upload their own pictures, connect with other MyLoopNetwork users, create groups that people can join, and pretty much build up on their own news feed through their profiles without conflicting with any sections or areas of the overall site.
I don’t know anything about this BuddyDrive plugin that you have mentioned, but for the record, this is my first WordPress website that I’ve been working on for months and I’m trying to learn as much as possible. I’m just trying to get some assistance on how to resolve certain issues that came across my way with configuring this particular theme. So with you saying, “Youβre talking about pdf, doc and docx, but on the register page nothing appears about what type of file they have to upload (as it is required) and for what !” that’s what I’m trying to explain to you. That’s what pops up on my end and on other people’s end that are trying to create their own MyLoopNetwork profile, so therefore, I do not have any control over that, for I wasn’t the one that created that coding for it to show up that way. And then you was saying, “‘Here youβll be able to upload images. Try it out now!’ is a bit vague.” you will have to ask the creator of this Vipress theme and ask them why they have it set that way because, once again, I am NOT the one that created this theme, and this is how it automatically showed up on the registration page when people were trying to create their profile. So unless you’re going to actually give me a full detailed, step-by-step guide on how to resolve the issues that I’m trying to fix, I thank you for your time and patience and I hope you have a good day.
April 7, 2015 at 10:29 pm #237422danbp
ParticipantWeebly is a site buider with his own tools to do that.
BuddyPress is a WordPress plugin. 2 different concept, 2 technologies.The answer is no. π
-
AuthorSearch Results