Search Results for 'wordpress'
-
Search Results
-
I haven’t pinpointed the exact date but it appears that for older user of my site the forgot password function is not working. I confirmed this by testing with my original admin user (doesn’t work), and with both a newer and brand-new user (works for both).
If the function does work `/wp-login.php?action=lostpassword` is sent to `/wp-login.php?checkemail=confirm` when it doesn’t it is sent to `/wp-login.php`
Anyone have any thoughts?
WordPres 3.4.2
AutoChimp 2.02
bbPress 2.1.2
BP Labs 1.3
BuddyPress 1.6.1
Buddypress Component Stats 1.0
BuddyPress Global Unified search 1.0.1
Disqus Comment System 2.73
Google Analytics for WordPress 4.2.8
Invite Anyone 1.0.17
New User Approve 1.4.1
Private BuddyPress 1.0.4
Safe Redirect Manager 1.5
Typekit 1.2.3
WordPress Importer 0.6
ZK Advanced Feature Post 1.8.21Hi,
Wordpress v. 3.4.2.
BP v. 1.6.1.I have upgraded WP several months ago to v. 3.4.2. I just recently installed BP. When testing it, I’m getting a message in red box after trying to submit status update under the activity tab: “There was a problem posting your update, please try again.”.
I’m testing this on my test site (locally), so no use for me to post my live site address.
Server: Apache.What can I do to resolve this problem. I’m not a programmer, but I can patch code if told how to do it.
WordPress should be the center of attention with the BuddyPress plugin. That being said: BuddyPress, would you quit reinventing the wheel and start using more built-in WordPress functionality?
Most of which you are creating could be stored in the database in a fashion that’s suitable for WordPress.
– Get with the times.
– Become more cutting edge.
– Start using more Custom Data for database activity.Custom Post Types, Custom Taxonomies and Terms, and Post Meta / Custom Fields.
There is absolutely no reason you shouldn’t already be using Custom Data for database activity. After all, this is a WORDPRESS PLUGIN, isn’t it?
Topic: Comment Box
hey guys the wordpress buddypress comment box keeps indenting to right when you reply to a reply is there a way to keep everything in a line like facebook?
Topic: Side bar on mobiles
I’m running buddypress default 1.6.1. with courseware 0.9.7 installed.
The space hungry side bar with the login on the right is commanding the page on smaller screens.
My main window uses “anythingslider for wordpress” to house embedded videos.
This window is squashed to a thin sliver on the left, leaving the rest of space to be either shared by the right sidebar and the ‘lecture meta’ second sidebar, or it drops the rightsidebar to the bottom and leaves me with just the ‘lecture meta’ second sidebar dominating the screen.I’d like to have the main window filling the space, and drop both these sidebars to the bottom of the screen, both in mobile view and web view.
Is this possible?
Thanks in advance
@boonebgorges @ddean I find it hard to believe that Group Organizer http://wordpress.org/extend/plugins/bp-group-organizer/ which works very much like a WordPress function (categories, tags, etc) has not always been a part of BuddyPress core.
I request, hope, wish and pray that this is merged into BP Core. THIS is how the interface of a WP plugin is supposed to work!
Hi guys,
No idea what occurred. I registered a dummy login last week, edited profile etc and all was fine – today buddypress showing blank pages on front end. Settings pages show no problem.
I’m using Salutation theme. I have deleted and reinstalled buddypress and updated wordpress, disabled/ enabled all plugins to no avail.
I run S2 member but same issue whether it is activated or not, and it hasn’t posed a problem in the past.
Have added to memory limit – no change
Installed WP super cache – no changeOne odd thing I’ve noticed – when buddypress is activated the gravatars don’t load. Deactivate buddypress and they work again. My site is : http://www.thelearningnetwork.asia. Any help much appreciated.
Help please when you can.
GarGood morning
My list of users is starting to grow, and the activity stream is starting to get very long and messy. So I’m trying to filter out the activity stream so that it doesn’t display friendships, and users joining groups. I’d like it to display only:
– new groups created
– new topics
– new repliesMy custom activity stream (below) used to work, but ever since I started using bbPress plugin separately, instead of the bbPress included with BuddyPress, the activity stream no longer works the way it should.
If I don’t have any filtering, the activity stream displays, but if I add any sort of filtering, the activity stream returns 0 items.
I’m using the latest bbPress 2.1.3, BuddyPress 1.6.1, and WordPress 3.4.2.
Can you tell me what I’m doing wrong, and how I can fix it?
`/* = Custom Activity Stream
* Place this function in bp-custom.php (in your plugins directory)function my_activity_stream($args ) {
if ( bp_has_activities($args) ) : ?>
<li class="” id=”activity-“>
<a href="”>bp_activity_content_body();
}
?>
`I then placed the function call (below) inside wp-content/themes/my_custom_theme/homepage.php
This doesn’t work, returns 0 items:
“This works, but returns all items, including friendships and group joins
“