Search Results for 'wordpress'
-
AuthorSearch Results
-
February 5, 2015 at 5:46 pm #233753
In reply to: [Resolved] Latest Update Issue
Anonymous User
InactiveJust tested on a fresh install, i’m not able to reproduce, that’s why i’ve asked you about a specific config.
When you say “Register and Activate pages cannot be created” Have you created the pages from the Add new page WordPress menu. You need to create 2 pages there and then come back to the BuddyPress settings > Page to set for Register and Activate one of the pages you’ve created.
February 5, 2015 at 5:33 pm #233748In reply to: Buddypress 2.2 and Links page
Scaffies
Participantthis was the issue before (quotes from our change log)
NSFW: http://scaffies.nl/change-log-nl/
.. and it took from SEP/OCT 2014 to now you get it sorted in this 2.2.0 release.
07 OCT 2014 – Tuesday
☠ [10:35 GMT – @scaffiesadmin ] Dumb: the previous BuxFix (known BP 2.1 issues) a few days (Oct 1st) ago, which solved a bug we had reported (GitHub), was NOT included in today’s bugfix update. Manually restored it. Hmmmpf!
☠ [09:00 GMT – @scaffiesadmin ] Updated 1 Plug-In: BuddyPress BugFix Release v2.1.1this referred to the “enqueue” bug, which was previously discovered, and manually fixed
https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patch☠ [14:35 GMT – @scaffiesadmin ] BuxFix (known BP 2.1 issues) received: The BuddyPress people found a bug we had reported (GitHub)- some of the broken functions are now restored!
23 SEP 2014 – Tuesday
☠ [18:30 GMT – @scaffiesadmin ] Upgrading to WordPress 4 and BuddyPress 2.1 unfortunately broke some things – we reported it upstream, and hope for a solution soon.February 5, 2015 at 5:10 pm #233742In reply to: Buddypress 2.2 and Links page
Scaffies
ParticipantSame problem here .. pretty annoying, to be honest:
NSFW: http://scaffies.nl/wordpress/wp-content/uploads/2015/02/BuddyPress-Links-gone.png
“☠ [16:50 GMT – @scaffiesadmin ] Through the BuddyPress Update the page “Links Elsewhere” was broken – all Links disappeared. Hmph! Removed t from the menu.”
We had lots (!) of links entered on the page(s) under “Links” and many ‘up’ and ‘down’ votes. ALL are lost, it is now completely empty and I had to remove the page from the menu.
When I stated on our change log I had upgraded Buddypress to the latest version, I added “let’s see what it fixed and what it broke” .. something always seems to go wrong, and with over 260,000 users, it is a bummer.
NSFW: http://scaffies.nl/change-log-2015/
Sadly, I was proven right 🙁This is a bad day for open source development.
We (all the admins) are clueless about “classes” and “skeleton components” – we just use the software, pay / donate for what we do use, and hope it works … and does not render the work and efforts of thousands worthless in a single, badly tested software update.
I am afraid to install updates – the last one required some code changes do be done manually to fix something else which was broken – yet have to, in order to avoid security problems.
We are not using Multi-Site (i.e. single site, WP 4.1, and all plugins in their latest revisions).
Brandon, London
February 5, 2015 at 4:56 pm #233740In reply to: [Resolved] Latest Update Issue
ade101
ParticipantHi, I am not too sure how to answer that but I have not changed anything on my buddy press. I am using wordpress on a single domain site if that what you mean.
February 5, 2015 at 4:47 pm #233736In reply to: [Resolved] Latest Update Issue
ade101
ParticipantHi,
Many thanks for the reply.
WordPress 4.1 running Twenty Fifteen theme. I have recently just done a fresh wordpress installation and with the latest buddypress.
At the moment I only have bbpress and buddypress activated.
February 5, 2015 at 4:41 pm #233734In reply to: [Resolved] Latest Update Issue
Anonymous User
InactiveHi,
Could you describe your configuration :
– Multisite ?
– WordPress version 4.1 ?
– Any BuddyPress plugin activated ?February 5, 2015 at 4:38 pm #233733In reply to: Buddypress 2.2 and Links page
Anonymous User
Inactivehi @venutius
Sorry something went wrong with BuddyPress Links.
It appears this plugin has a specific way to build its component. It’s actually not using the BP_Component class.
I’ve run some test with branch 1.7 of the BuddyPress skeleton component (https://github.com/boonebgorges/buddypress-skeleton-component/tree/1.7) which is using the BP_Component class to set its example component. With this plugin, the directory page issue is not happening.
So i’d recommand the author of the plugin to use the BP_Component class making sure the Links component is set as active using this kind of code https://github.com/boonebgorges/buddypress-skeleton-component/blob/1.7/includes/bp-example-loader.php#L64
In 2.2 we’ve introduced a bp_is_active() check in the function bp_core_get_directory_page_ids(), i think it’s the reason why this problem has occured with this plugin. See https://buddypress.trac.wordpress.org/browser/tags/2.2.0/src/bp-core/bp-core-functions.php#L439
February 5, 2015 at 11:22 am #233710In reply to: Sitewide Activity Feed CSS
Henry Wright
ModeratorHi @mrjarbenne
Using Twenty Fifteen with just BuddyPress and BuddyPress follow activated, I can’t seem to reproduce the problem. Can you provide some details of your set-up and open a Trac ticket so that it can be investigated? With the default theme and no plugins things should work so I’m a little puzzled. The core dev team will know more.
February 5, 2015 at 10:42 am #233699In reply to: Admin Area Turned to Persistent Blank Page
Anonymous User
InactiveHi @tranny
I’m sorry to read about the problem you’re having when activating BuddyPress. From what you’ve described it looks like a plugin or a theme is checking for a capacity very early in the process, well at least before the BuddyPress members component has been fully loaded.
BuddyPress hooks ‘plugins_loaded’ at a 10 priority and define its components a little while after. So your target is a plugin, a theme, or a specific code direclty loaded in global scope that is doing a
current_user_can()before the action ‘plugins_loaded’ has been fired.If you look at this page, you’ll see there are 3 actions fired before ‘plugins_loaded’ : https://codex.wordpress.org/Plugin_API/Action_Reference#Actions_Run_During_an_Admin_Page_Request
Searching the cause of the problem won’t be easy, if i were you i’d do a back up of your entire site and would do some tests on a local server making sure the local server environment contains a x-debug client so that it would display the different functions called before the error appears.
February 5, 2015 at 8:03 am #233687In reply to: Live username availability checking
Splendorito
ParticipantOk, thanks, I’ll check that out. I only found this one. https://wordpress.org/plugins/live-username-availability-checking/
February 5, 2015 at 1:12 am #233600In reply to: Need a plug-in for video chat
Henry Wright
ModeratorHi @alexmoon
I’ve not seen a plugin that can do this but you may have some luck searching in the WordPress Plugin Directory.
February 5, 2015 at 1:10 am #233599In reply to: Public message
Henry Wright
ModeratorUnfortunately, this isn’t currently possible. You’d need to either a) find a plugin or b) write some custom code to do the job for you.
February 5, 2015 at 1:06 am #233598In reply to: Modify the activity loop
Henry Wright
Moderator/wp-content/plugin/buddypress/bp-activity/activity-template.php is a core file and you are indeed right to think that any changes you make will be overwritten when you upgrade the plugin.
As I mentioned earlier, you should modify your activity template (sorry for not being clearer). The link I provided (to the BuddyPress Template Hierarchy) explains how you can create your own templates.
To explain what I meant about
bp_activity_add(), you’d write your own function which contains a call tobp_activity_add().bp_activity_add()will add an item to the activity stream for you. Hooks are a feature of WordPress, you can read more about them here. You’d hook your custom function to a particular action which will result inbp_activity_add()executing at exactly the time you need it to.Hooks take a bit of getting your head around at first, but once you master them you’ll see how powerful they can be.
PS – When I crack it, is there any way I can contribute to the codex so other newbies like me have access to the stuff? How?
Sure you can! See the Participate and Contribute article for info on how you can help improve BP documentation.
Hope all this info helps! Give me a shout if you need any further help
February 4, 2015 at 3:20 pm #233558In reply to: [Resolved] Changes in Buddypress Signup Form
Hadi Syed
ParticipantI found a way …
simply add gender radio button from users tab in wordpress admin.
then come to buddy press folder there you found register.php
here you can simple add restriction which you want.February 4, 2015 at 2:21 pm #233556In reply to: How to exclude hidden field from search
shanebp
ModeratorIt sounds like a bug.
Please create a ticket on trac.
Use the same user / password you use here.February 3, 2015 at 6:00 pm #233501In reply to: lots of username craziness
modemlooper
ModeratorWP won’t allow any character. WP uses sanitize_user function to strip out.
https://codex.wordpress.org/Function_Reference/sanitize_userFirst thing I would do is deactivate all plugins and test WP registration alone to see if its WP issue. If it is then search and post in the wp.org forums.
February 3, 2015 at 5:35 pm #233498In reply to: [Resolved] Creating the forum and groups
tracymisidore
ParticipantI am using the latest wordpress and buddypress 2.1.1
I have not tried changing my wp theme…February 3, 2015 at 11:51 am #233476Henry Wright
ModeratorFebruary 3, 2015 at 10:26 am #233473danbp
ParticipantI guess something is not translated, but in this case, the email text should come in english.
If yo use an “old” translation from a previous version, it is possible that something is missing in your translation.
After checking both portugese version on GlotPress, (pt_PT and pt_BR) it appears that pt_PT is not translated for 2.1.x and to 38% for pt_PT in the dev version – the one actualy used by BP 2.1.1
https://translate.wordpress.org/projects/buddypress/dev
If you use an email plugin, ensure it is matching with WP’s mail action. Or if your theme has is own mail function, check that he uses the same wording as BP (and particulary the $s var) who fires the link.
Code in 2.1.1 looks like this
%1$s,\n \n \n \n Thanks for registering! To complete the activation of your account and blog, please click the following link:\n \n %2$s\n \n \n \n After you activate, you can visit your blog here:\n \n %3$sFebruary 3, 2015 at 7:56 am #233470In reply to: Help required
Kir 2012
ParticipantHi as an update, I tried using the plugin outside of the sidebar tabs plugin and the problem is still there, so I tried using this buddypress-activity-sidebar-widget-resubmission to see if the like’s were pushed to the side in that one too, and the weren’t, that one is perfect, so i’m sure it’s the styling in sitewide activity. Any tips would be most welcome 🙂
February 3, 2015 at 3:19 am #233464In reply to: Cannot Crop Avatars
TheTheatreProf
ParticipantNo. Flywheel is a WordPress specific hosting site, similar to WP Engine and Pressable. So they do all the initial setup on their end and then hand it over to me. Are there specific settings on the backend that I should ask them about?
February 2, 2015 at 7:38 pm #233438In reply to: Display a Google Calendar in the user profile
danbp
Participant2 plugins, depending your project, are avaible
Rendez-Vous
Google Calendar Events, will need some adjustment probablyFebruary 2, 2015 at 7:27 pm #233437In reply to: Cannot Crop Avatars
modemlooper
ModeratorDid you use a one click installer from your host to install WordPress?
February 2, 2015 at 12:53 pm #233420In reply to: Display a Google Calendar in the user profile
Henry Wright
ModeratorHi @iuriem
I haven’t seen a plugin that can do this but try searching the WordPress Plugin Directory to see if anything is available.
February 2, 2015 at 9:58 am #233410In reply to: BP Page Title Errors in WP Twenty Fifteen Theme
@mercime
Participant@wadsworth4 @danbp Reported the Twenty Fifteen issue https://buddypress.trac.wordpress.org/ticket/6107
-
AuthorSearch Results