Search Results for 'buddypress'
-
Search Results
-
Topic: How to customize labels ?
Hi danbp, I made some changes that I learned from https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ , but nothing happened to my Register page.
Thank you.Hello, does anyone know why on a clean install of wp and bp… buddypress doesn’t work at all!!
i use linux vps and root structure.when i click on profile or any other page it says:
Not Found
The requested URL /members/adminname/profile/ was not found on this server.
The requested URL /members/adminname/forums/ was not found on this server.
etc…please help!!!
Kind regards
Topic: Buddypress post problem
Whenever you try to make a new post in your activity feed or profile on budydpress there is already a block of words like
“(a lot of spaces) >”
In the field. Is there a way to get rid of this?
Hi all,
Found a couple of useful code snippets to change the ’15 minutes ago’, ‘1 day ago’ etc into actual times and dates on the activity stream. Might be useful so thought I’d post:
https://gist.github.com/dzmounir/8706592
(courtesy of dzmounir)add_filter('bp_activity_time_since', 'bp_activity_time_since_newformat', 10, 2); function bp_activity_time_since_newformat( $time_since, &$actvitiy ) { // you can change the date format to "Y-m-d H:i:s" $time_since = '<span class="time-since">' . date_i18n("F j, Y", strtotime( $actvitiy->date_recorded ) ) . '</span>'; return $time_since; } add_filter('bp_activity_comment_date_recorded', 'bp_activity_comment_date_recorded_newformat', 10, 2); function bp_activity_comment_date_recorded_newformat( $date_recorded ) { global $activities_template; // you can change the date format to "Y-m-d H:i:s" $date_recorded = date_i18n("F j, Y", strtotime( $activities_template->activity->current_comment->date_recorded ); return $date_recorded; }There is the issue of the time being incorrect however (in my case, out by 1 hour). If i choose a city under WP Dash>Settings General>Timezone, the code found in the old forum post below can be used/integrated to correct the issue. But if the timezone is set to a UTC value, it doesn’t work.
This old forum post discusses issue of incorrect post time:
https://buddypress.org/support/topic/activity-time-is-gmt-activity-stream-posted-an-update-time-is-incorrect/So my questions are:
1. Is there a way to always display the local user’s post time (even if they are international)
2. What timezone setting should be applied in the back end on WP Dash in order to address this issue of incorrect post time (or is using the code above and specifying a city the only way)?
2. If i specify a city which fixes the issue for me personally, does that mean another international site user would have wrong post times appear on their activity streams when they use it their end?
Thanks
WP : 4.2.2
BP : 2.2.3.1I hope somebody can help a relative newbie please. Cannot find similar problem on forums so far.
WP – 4.2.2
Buddypress – 2.2.3.1
bbPress – 2.5.7
Theme – Sequential
Wamp server 2.4
No other plugins activated.Set up going relatively well but registration page a problem. Clicking on ‘Register’ on site, when I am logged out, brings up ‘Create an Account’ but ’email address’ field required is already populated with my user name ‘bibblehead’ and ‘Password’ field already populated with password in usual dots! In other words the account page fields are not clean. I’ve tried everything I can think of to clear the fields for new registration but nothing works. I can however add new test users from back end no problem.
Also – Buddypress sidebar widget for login (again when I’m logged out – obviously) is again already populated with my User name and password and pressing login takes one straight into the dashboard back end etc. Not exactly what I was hoping for with new users wanting to register!!
I have reinstalled WP on Wamp and reinstalled Buddypress and bbpress but problem still occurs.
I’ve obviously done something fundamentally wrong but have not touched css at all.
Could it be compatability problem with latest versions of WP/Buddypress?
Groups and Forums are working basically OK – obviously need extra work but without a registration page that functions properly I’m going nowhere fast.
Object of site is community blog with some fixed pages, but mainly ability to form groups and have extensive cross interaction. Therefore registration fundamental to whole site.
Would not take long to start again completely with fresh theme that is tried and tested – Sequential relatively new – has anyone suggestions for good free WP theme that works seamlessly with Buddy and bbpress?. Twelve, thirteen and fourteen beginning to look a bit old hat now – any other ideas? Changing theme would be a pity as I like the way Sequential operates but if need be I will have to. Incidentally I changed theme to Twelve as test and same registration problem occurred.
Any help greatly appreciated.
Thanks.Topic: Extending group fields
Hello BuddyPress,
First, thank you for this plugin and second..
Here’s my website: http://www.nadji-ekipu.org and my site is about teams(group in buddyPress), so i’m using BuddyPress for bringing that to others and i would like to have in groups one more button similar to button(send membership request) for challenging other teams(groups), but that button can send only Administrator of teams. Can someone help me with that?
Also i would like to have in registration form of groups one more field where users could put place where are they from and that field to be shown in filter where you are searching other groups. Hope someone could help me with this?
Thank you!
I would like to add filter (orderby Latest,alphabetical etc) for members in group,Plz help me how to do it.
My buddypress version is 1.2.7 and wp is 3.0.1Topic: Rewrite Forum Post Title?
How do you rewrite forum post title like in this forum?
In here, you got…
Topic:[Your Topic Title] – BuddyPress.orgSimple and clean!
On my forum, I got…
Forum | Lowongan Kerja | JDA Community[Tanjung Duren] Dibutuhkan Segera Customer Service | JDA CommunityIt’s so messy and it’s too long.
I used Yoast WordPress SEO btw… Can anyone help me with this? Thanks before.
This whole username, name system in Buddypress is weird, but it is what it is.
Is there a way to change this text in account details on registration from,Username (required)
to
Fullname (required)Thanks
Hi,
i’ve been looking around, but i can’t figure why i have this problem.
When i try to complete my registration i come back to the home screen, instead of going to the “activate” page. I checked on my buddypress options and the pages for register and activate are well indicated. I even tried the plugin “BP Disable Activation” but i always come back to the home screen and the user profile is not created.I’m on wordpress 4.2.2 with Buddypress V 2.2.3.1 .
The Them is KLEO (the last version)
all plugins are up to date :Allow PHP in Posts and Pages
Bowe Codes
BP Limit Group Membership
Brozzme Cookie notification
BuddyPress
BuddyPress Group Plus
BuddyPress Groups Extras
Custom Contact Forms
K Elements
Open external links in a new window
Postman SMTP (just for a test)
Revolution Slider
rtMedia for WordPress, BuddyPress and bbPress
Taxonomy Metadata
WPBakery Visual Composer
WP Maintenance Mode
WP Mobile DetectI tried to disable all the plugins, but still the same.
When i try to register, i’m on another navigator and not logged on wordpress.
Can some one help me please, i’m lost.Thanks a lot.
OK I was trying to solve the same issue as this:
https://buddypress.org/support/topic/buddypress-integration-with-aweber/And apart from redoing the form in gravity forms there isn’t a solid solution for this so I built a plugin:
https://github.com/vimes1984/buddypress_aweber_integrationIt’s a little buggy at the moment on the authentication side with the OAuth hence the lack of release on wordpress.org.
But feel free to use it if the need arrises and I happily except patches and pull requests:D
Chris