Search Results for 'wordpress'
-
AuthorSearch Results
-
April 8, 2011 at 12:00 am #109783
In reply to: activity slider??
Nahum
ParticipantI’ve been looking for something that does that. https://buddypress.org/community/groups/creating-extending/forum/topic/scrolling-activity/
https://wordpress.org/extend/plugins/buddypress-activity-stream-bar/ – this plugin works but it doesn’t have to go in the footer, with a little tweaking you can put it just about anywhere. Only thing is I haven’t figured out how to show more than one activity at a time.
April 7, 2011 at 11:48 pm #109781In reply to: activity slider??
Bowe
ParticipantYep.. Ehmm.. Let me try and find it

here: https://wordpress.org/extend/plugins/buddypress-activity-stream-bar/
It displays them in the footer, not sure if you want it like this..
April 7, 2011 at 5:30 pm #109768In reply to: add $_GET to an href url
Boone Gorges
KeymasterWP has a function add_query_arg() that works for this purpose. See https://codex.wordpress.org/Function_Reference/add_query_arg
You might also be able to save a bit of time (or at least make your code a bit shorter) by using paginate_links() https://codex.wordpress.org/Function_Reference/paginate_links
April 7, 2011 at 4:43 pm #109763In reply to: Arrowchat – Facebook Style Chat Bar
Pisanojm
ParticipantI am using cometchat quite successfully and it works great with BP. It is a single-user sign in and pulls avatars and passwords from your wordpress/bp site. You can choose to have friend-to-friend chats or make public/ private rooms… You can also choose not to have it appear for non-logged in users. You can also have other modules like Wibya chat… I have had not one issue with it on my site. It is a little heavy for shared-hosting… if you have a VPS 512 Meg plus, you should be fine. It’s well worth the $49 U.S. dollars. They are working on version 3.0 and it should be out within the next 2 months, so it should be getting better (free upgrades for those of you within the year of your purchase).
April 7, 2011 at 2:06 am #109709In reply to: Blog Comments Notifications Plugin
April 6, 2011 at 6:38 pm #109691In reply to: Displaying certain members in a page by shortcode?
Nahum
ParticipantThis will work for that. https://wordpress.org/extend/plugins/author-avatars/
April 6, 2011 at 6:24 pm #109686In reply to: Displaying certain members in a page by shortcode?
r-a-y
KeymasterFirst, you’ll need to know how to create a shortcode:
https://codex.wordpress.org/Shortcode_APIThen, you’ll need to add the shortcode parameters you just created from the article above in a BP members loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/April 6, 2011 at 5:25 pm #109676In reply to: Admin not receiving New User Registration emails
littletechgirl
ParticipantI am having this same issue. I get the email fine if the new user is created on the WordPress side, but if it is done through BuddyPress I do not get a notification. Any other ideas on this?
April 6, 2011 at 11:17 am #109667In reply to: WP Multi Network for WordPress 3.1?
alittlebitofnothing
Participantsince 3.1 I could not seem to manage the new network, using JJJ’s plugin
creating the network, assigning sites seemed to work OK, great. but I’d get a Permanent Redirect Loop.
newnetwork.mysite.org/network/
Looking at other plugins I found that removing:
DOMAIN_CURRENT_SITE,
PATH_CURRENT_SITE, and
SITE_ID_CURRENT_SITEdirectives from the wp-config.php file made everything better.
Phew, though I now wonder why I had those in there in the first place?
April 6, 2011 at 10:52 am #109666In reply to: WPML.ORG / BP Multilingual Plugin Support
Amir Helzer
ParticipantHey folks,
There’s a new version of BuddyPress Multilingual:
https://wordpress.org/extend/plugins/buddypress-multilingual/It works with the current version of BuddyPress and WordPress, in single site and multi-site environments.
While you’re testing it, check out the new activity-stream translation. There’s a video for it here:
April 6, 2011 at 9:53 am #109665kees78
MemberHi peeps,
I am having the same problems after installing buddypress. My widgets and sign-in are at the bottem of the page.
I tried to adapt the BP.css file but that didnt solve anything.
Can somebody take a look at the site and tell me how to fix this?
My knowledge of html and css is at beginner-level.
See: http://www.learningculture.nl/wordpress/Thank you!
April 6, 2011 at 6:51 am #109661Doug
ParticipantMoved to a new server and am getting this error again. Here are soe details.
1) WordPress 3.1.1 & BuddyPress 1.2.8
2) blogs.dir is chown/chgrp to www-data (the apache user) and set to 777 (recursively).
3) GD is installed.
4) Safe mode is turned off in PHP
When one tries to do an upload, this is what happens …
http://screencast.com/t/IxeeAuG7Ip6
This was working fine on our old server. So, I am a bit flummoxed. The new setup must be missing something, but what?
Thanks for the help!
DD
April 5, 2011 at 7:27 pm #109644In reply to: Notification email origin
Paul Wong-Gibbs
KeymasterYes, BuddyPress is only a WordPress plugin
April 5, 2011 at 6:58 pm #109640In reply to: Notification email origin
Paul Wong-Gibbs
KeymasterApril 5, 2011 at 5:46 pm #109633In reply to: Default theme ad favicon
edinchez
Participantno no no, you should upload it by using an FTP program, like FileZilla for example (it’s free).
just upload it on your root folder (which is where the files like wp-config.php and the folders wp-admin, wp-includes, and wp-content are). after that, you can use this plugin to set your favicon:https://wordpress.org/extend/plugins/shockingly-simple-favicon/
It works, as I’m using it for myself.
April 5, 2011 at 4:43 pm #109630goldbrick
MemberHey Mercime
Tried as above, it worked when i exported the pages to wordpress.com, but when i imported them back to sportzmonkey.com the page not found error appeared again. We haven’t got any membership plugin or something like User Access Manager (UAM), so i will take ago at the link you supplied.
Thanks for all your help so far i will owe you a drink when its sorted.
JayApril 5, 2011 at 3:01 pm #109628goldbrick
MemberHi Mercime
Here is a copy of our htaccess file. i will try your other suggestions and get back to you.
`# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress`
thanks
jay
April 5, 2011 at 1:20 pm #109618In reply to: Default theme ad favicon
hmarshall
MemberSorry it got kind of late in Spain when I posted that!
I uploaded it using wordpress and it’s in this folder:
wp-content/uploads/2011/04/Favicon.icoIs that ok?
April 5, 2011 at 9:18 am #109593@mercime
Participant1. Did you “Publish” those pages already or are your pages “Draft”? If already published, click on Update Button on each page. Re-run Settings > Permalinks and save. Post content of your htaccess file here.
2. Do you have a membership plugin or something like User Access Manager (UAM)? Deactivate and delete. Clear cache and check if Pages still redirect to 404.
3. Go to dashboard > Tools > Export > XML.
Create a free WordPress.com account
In dashboard of your new WP.com account, dashboard Tools > Import WordPress WXR i.e. XML
See if Pages appear even when not logged in. Then go to Tools > Export > XML
If so, import the XML file into your install. If the pages are working in your WP.com, it should work now in your own install
— Delete the free WP.com account (unless you want to keep it.If that doesn’t do it, answer this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/April 5, 2011 at 5:47 am #109581In reply to: How to manage users & their extended profiles?
airfoil
Participant@Meini – I’m curious if you ever got anywhere with this user management plugin. I’m managing an older installation of WP/BP an need exactly the functionality you discuss here. I need to find users based on a certain xprofile field, but manage (deactivate) them via the WordPress admin. Do you have a plugin available I could look at? Thanks.
April 4, 2011 at 10:55 pm #109565@mercime
ParticipantGlad you got it going. Good luck!
Cheers.April 4, 2011 at 9:48 pm #109563In reply to: Buddypress Causes my WordPress Ratings to Break
Paul Wong-Gibbs
KeymasterIt’s either a CSS or a Javascript conflict, most likely. I haven’t time to install this other plugin and test, but maybe someone else does.
April 4, 2011 at 9:40 pm #109561In reply to: Buddypress Causes my WordPress Ratings to Break
Profile Name
Memberthis issue still happening
April 4, 2011 at 8:44 pm #109552In reply to: Default theme ad favicon
r-a-y
KeymasterI’m assuming you’ve already generated an icon. If you haven’t, you can try a site like:
http://www.favicon.cc/Next, upload your `favicon.ico` to the root of your WordPress install. (This is where files like wp-config.php reside.)
You’ll most likely need to connect to your site via FTP in order to do this.April 4, 2011 at 8:41 pm #109551In reply to: How to list user from a specific profile data ???
r-a-y
Keymaster`bp_get_member_profile_data` is only specific to one member. It will not grab all users with a certain xprofile field nor is there a built-in function that will do what you want.
I’d write a custom function to return the user IDs that match a certain field. Then use the `include` parameter in the members loop to do what you want to do.
eg. `if ( bp_has_members( ‘include=’ . my_custom_function() ) ) : `
`my_custom_function()` will have to be written!
If you know your way around WordPress, check out the `wp_bp_xprofile_data` table in your DB and a way to query the WPDB for hints. The `xprofile_get_field_id_from_name()` function will help as well.
-
AuthorSearch Results