Search Results for 'wordpress'
-
AuthorSearch Results
-
April 8, 2015 at 8:52 am #237459
In 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. 😉
April 7, 2015 at 9:32 pm #237415In reply to: [Resolved] Buddypress activation link broken
iamarogue
ParticipantThanks for the quick response.
I have a default install.
My site is http://kingstonnexus.ca
Wordpress is installed in the root directory (httpdocs on my server) (v 4.1.1)
Buddypress is installed in wp-content/plugins/buddypress (v 2.2.1)Happy to provide more information I’m just not sure what you need.
PHP 5.4, I think it’s Apache but I will have to find out.
April 7, 2015 at 9:07 pm #237413In reply to: [Resolved] Buddypress activation link broken
danbp
ParticipantCan you detail your installation please ?
Where is WordPress installed ?
Where is BuddyPress installed ?April 7, 2015 at 8:03 pm #237409quaelibet
ParticipantQuick follow-up since I’m still struggling with this problem with registration, but done some more testing in the meantime.
I’ve installed clean WP with BuddyPress (same versions as above) on my other machine – LAMP server this time (php 5.5.9 & apache 2.4.7 running on Ubuntu 14.04). This time registration process is working properly! However on Windows machine still nothing…
Can this problem be somehow connected with the non-default port (8080) used on Windows machine? Or maybe BuddyPress requires some specific php modules enabled I’m not aware of? As I mentioned all other pages of my WordPress install are working properly on WAMP server and that’s not the first WordPress install I’m doing on that server and never had any WordPress problems before.
Anybody has any ideas how to fix this registration issue? Or how to test it additionally to figure out what’s going wrong here?April 7, 2015 at 4:23 pm #237391In reply to: Disable Email Verification
Henry Wright
ModeratorJust looking through the Plugin Directory, I came across this plugin that might help:
https://wordpress.org/plugins/bp-disable-activation-reloaded/
April 7, 2015 at 2:20 pm #237384In reply to: Chat plugin?
rosyteddy
Participant@hnla Sorry, my apologies. Please also read “But then, things may change also – who can say –”
I think @mariatrier can get helped by your positive suggestions on her actual problem 🙂 Thanks.
@mariatrier Have a look at this page also http://barn2.co.uk/live-chat-wordpress-plugins/April 7, 2015 at 1:25 pm #237381In reply to: Chat plugin?
rosyteddy
ParticipantThere’s private messages built in, but this is rather old school. You can’t leave the conversation as you can on FB, you can’t upload files to the conversation etc. I am after something like Facebook chat/messaging system.
Personally I would like PM and chat to be separate. But then, things may change also – who can say – please submit issues with lots of real world example at https://buddypress.trac.wordpress.org/report
Some chat solutions worth looking may be https://wordpress.org/plugins/search.php?q=buddypress+chat
April 7, 2015 at 10:07 am #237370In reply to: Customizing Buddypress Activity Wall
Roger Coathup
ParticipantChanging these titles isn’t the easiest thing, but BuddyPress does provide 2 ways you can do it. However, hacking core files like bp-activity-loader.php is definitely not one of them. [Never hack core files — have a Google if it’s not obvious to you why you shouldn’t]
Ok the 2 solutions are:
- Use a language / translation file
- Use the template hierarchy
The string “Site-Wide Activity” is translatable — all the strings are. You can implement a language file that translates ‘Site-Wide Activity’ into whatever string you’d like. Have a search for translating BuddyPress strings / POT files / poedit. There’s also a documentation (they call it the Codex) page on it: https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
The second solution is to use the template hierarchy. If you don’t provide a specific template for your activity directory, BuddyPress will use the page.php file from your theme and ‘inject’ the title “Site-Wide Activity” where page.php makes a call to the_title().
You can override this by implementing your own template — create a file called index-directory.php inside /buddypress/activity in your site’s theme. Copy the basics of page.php into that file, and replace the_title() with your hardcoded title for the page.
You can read more about the template hierarchy here: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
Neither solution is simple, you’ll either have to get your head around using poedit, or need some basic PHP coding skills and an understanding of the principles of templates and themes in WordPress. In the future, it would be nice to see a settings panel in wp-admin to configure these basic strings.
[p.s. if you don’t want to use poedit, you could take a look at plugin solutions for string translation, e.g. codestyling localisation]
April 7, 2015 at 3:23 am #237362In reply to: Merging all BP JS files into one
mrgiblets
ParticipantOk managed to do it, it’s a dirty way but it works…
1) Compile all of the above scripts into a single file “mynewjsfile.js” then minify it to keep it even more compact if you want (forget the buddypress.js thing as what I’ve done stops the script from looking for it completely).
2) Upload mynewjsfile.js wherever you want to put it (for the sake of this I’ve put it into my theme root /js/mynewjsfile.js
3) Make a copy of buddypress-functions.php (inside bp-legacy/)
4) In your new buddypress-functions.php around line 89 comment out the following :
add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );Like this :
/* add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); */5) Create a new folder called “buddypress” in your theme’s root and upload buddypress-functions.php into it. Now buddypress will use this file instead of the original.
6) In your wordpress functions.php add the following :
function mynewjsfile() { wp_enqueue_script( 'mynewjsfile', get_template_directory_uri() . '/js/mynewjsfile.js', 'jquery', false ); } add_action( 'wp_enqueue_scripts', 'mynewjsfile' );The ‘jquery’ is there because our new script requires it to function properly. This ensures that Jquery loads before it. False is telling wordpress to load it in the header.
7) Enjoy your new single minified JS file 😉
April 7, 2015 at 1:00 am #237359disha76
ParticipantIf anyone knows of a BuddyPress plugin that requires setting role capabilities
Buddypress itself does not require setting role capabilities – so a Buddypress plugin usually should not need this. Most of the commonly used buddypress plugins like photo/album (rtmedia), location plugins, imath’s Rendzevous ( sort of an Event plugin with a difference) do NOT require setting role capabilities and works well in the above scenario.
I actually tried this extensively even before I saw this post – its purpose is something different. It will not add users to the main site.
If anyone knows of a BuddyPress plugin that requires setting role capabilities and works without members belonging to the main site
Event Manager does this. It requires setting role capabilities and yet no one has to manually set the members belonging to the main site. It has a very wide range of configuration options that makes it rather “heavy” – still I could have used it but it has no Attendee options. It lacks “Attending : Yes | NO | Maybe ” and an Attendee list that others can see. Apart from this, from frontend it offers same functions and users can add Events from the profile too with Location Map etc.
A huge amount of thanks and gratitude to @shanebp, who is actually doing tremendous amount of help and work for the buddypress events plugin. Kudos!
April 6, 2015 at 10:48 pm #237355shanebp
ModeratorAdding members automatically to sites in a multisite installation can be quite complicated.
This is the solution recommended by many people.
https://wordpress.org/plugins/multisite-user-management/If a plugin requires you to add / remove role capabilites specific to that plugin, then each member must at least belong to the main site.
Otherwisecurrent_user_can()will return false because the member does not belong to the main site.If a member belongs to the main site, but none of the sub-sites, then the only issue is that while viewing a subsite custom tab(s) may not appear in the BP dropdown in the upper right corner. But the tab(s) will appear on the actual profile page.
If anyone knows of a BuddyPress plugin that requires setting role capabilities and works without members belonging to the main site, please post a link here.
April 6, 2015 at 8:01 pm #237349In reply to: forum and group notification
danbp
ParticipantYou can certainly find this plugin usefull:
https://wordpress.org/plugins/buddypress-group-email-subscription/April 6, 2015 at 6:55 pm #237344In reply to: Chat plugin?
mariatrier
ParticipantWhat I mean is this: Right now, it seems users can only send “standard” messages through the wordpress/buddypress messages system, or chat through for example arrow chat or Cometchat.
To be able to view all messages (chat messages and “standard” messages between users) in the same place (like in FB or any other modern platform) would be a good improvement. Or perhaps simply throw out the regular messaging system and be able to add the chat to the profile?
April 6, 2015 at 5:16 pm #237341In reply to: mentions suggestion js problem
aymanomar85
Participant1- WordPress 4.1
2- install directory
3- subdirectory
4- wordpress upgrade 4.1.1
6-BuddyPress 2.2.1
7- last version
8- yes i have many plugins8.1-Advanced Custom Fields
8.2-bbPress
8.3-BP Login Redirect
8.4-BP Profile Search
8.5-BP Profile Widgets
8.6-BuddyPress
8.7-BuddyPress cover
8.8-BuddyPress Edit Activity
8.9-BuddyPress Follow
8.10-BuddyPress Security Check
8.11-Buddypress Social
8.12-BuddyPress Xprofile Custom Fields Type
8.13-Email newsletter
8.14-Facebook Friends Inviter
8.15-HashBuddy
8.16-rtMedia for WordPress, BuddyPress and bbPress
8.17-Social Login
8.18-User Name Availability Checker for wordpress/buddypress
8.19-Wordpress Social Invitations – LiteApril 5, 2015 at 12:06 pm #237301In reply to: Merging all BP JS files into one
mrgiblets
ParticipantThanks bro, had a look at that plug in but it hasn’t been updated since 2013 and isn’t compatible with my version of WordPress.
Sounds like a great plug-in though, if it works (haha).
Hope you get it fixed.
Still gonna try to do with without a plug-in though as i’ve done all the legwork manually already, just need to stop buddypress from enqueuing the original files (or at very least dequeue them in my functions.php). Just can’t find the functions in BP that are loading them originally.
April 4, 2015 at 6:48 pm #237293In reply to: Merging all BP JS files into one
mcpeanut
Participantbtw check this out too
https://codex.wordpress.org/Function_Reference/wp_dequeue_scriptApril 4, 2015 at 6:38 pm #237292In reply to: Merging all BP JS files into one
mcpeanut
ParticipantIt can be a real pain when combining js scripts so i feel you, i have not yet tried to combine the js files used within buddypress, although i have done this many times with other js files with mixed results, its a case of trial and error manually combining js files, i will probably be trying to do all this myself within my latest buddypress install when the time comes, i would recommend trying a plugin called minqueue to help you combine files as i have used this myself on previous built sites with great results but i have found an issue recently that i posted in the support forum for the plugin which you can read here https://wordpress.org/support/topic/works-at-first-then-logging-out-and-back-in-stops-it-working?replies=1
maybe you could try it and see if it works for you without the problems i described then i know it wasn’t just my install and config causing it.
The beauty of this plugin is that it lets you see exactly what scripts are loaded on a per page basis via the front end of your site and if you hover over the said scripts it will let you also know the dependencies of each script, then you can add different scripts to be combined in a queue on the backend, the dev has not responded to my support yet there so im still unsure if its my install that is causing the problem, try it and follow the steps i raised in the support and see if it does the same for you.
April 4, 2015 at 5:28 pm #237287In reply to: Help to put Favorit button in blog post page
mcpeanut
ParticipantI have posted in the new favorites plugin support asking if the dev could possibly consider adding native support for buddypress here, i suggest others add to it and the dev may respond positively and look into it, who knows… maybe worth a shot https://wordpress.org/support/topic/buddypress-92?replies=1#post-6781081
April 4, 2015 at 8:39 am #237273In reply to: Help to put Favorit button in blog post page
danbp
ParticipantJust to let you know there is a new plugin (since 2015-3-29) which comes with an API who let you handle any post type. See Favorites.
Maybe you can built something with it.April 3, 2015 at 7:59 pm #237265In reply to: where do I find hooks for actions?
-
AuthorSearch Results