Search Results for 'wordpress'
-
AuthorSearch Results
-
August 3, 2015 at 8:00 pm #242735
mycru.io
ParticipantI am using the latest wordpress and buddypress- with kleo from seventhqueen
August 3, 2015 at 7:54 pm #242734mycru.io
Participantcan someone please help me and explain me what this means:
[03-Aug-2015 19:47:05 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /homepages/26/d553229553/htdocs/clickandbuilds/kawaii/wp-includes/functions.php on line 3560
[03-Aug-2015 19:47:06 UTC] PHP Notice: bp_core_get_notifications_for_user is deprecated since version 1.9! Use bp_notifications_get_notifications_for_user() instead. in /homepages/26/d553229553/htdocs/clickandbuilds/kawaii/wp-includes/functions.php on line 3391
August 3, 2015 at 2:21 pm #242722In reply to: running competitions with Buddypress
danbp
Participanthave you found this post ?
Several plugins are mentionned; also note that myCred is awesome with BP.August 3, 2015 at 12:11 pm #242713In reply to: Authentication
computergenius
ParticipantThe other CMS is bespoke, so I know that it won’t be just plug and go.
Automatically signing up makes sense… although I thought that I had seen somewhere in the forums that using an API to sign new members up was “a bad thing”. But I can’t remember why!
Can you point me to where I should be adding a the member (in the code) – I am assuming that I need to create the member / user in WordPress, and allow BuddyPress to use that authentication. Or should I be adding the user in BuddyPress? As you can tell, I haven’t downloaded it yet, until I check if I can use it.
August 3, 2015 at 11:49 am #242711In reply to: Authentication
Henry Wright
ModeratorThe third-party CMS users would need to be registered with BuddyPress (WordPress). Registration will allocate each person with an ID, username and so on. Without these, authentication won’t be possible.
You’ll probably need to import existing users, and then going forward, each time someone registers with the third-party CMS, you’d need to automatically sign them up with BuddyPress (WordPress).
August 3, 2015 at 11:25 am #242709In reply to: Authentication
danbp
ParticipantGlobally, you could consider what’s talken here as a common point of view
https://wordpress.org/support/topic/install-wp-beside-another-cmsSearching/asking for a plugin may be a good idea, but if you don’t give the name of the other CMS, it’s quite impossible to give an answer, or simply an advice.
Guess you assume it right for now, at least.
August 3, 2015 at 11:20 am #242708In reply to: Extended Profile Character input limit
danbp
ParticipantCustom code goes to child-theme functions.php
Customizing BuddyPress needs a certain level of competence with PHP and the inner workings of BuddyPress & WordPress.
Please read https://codex.buddypress.org/developer/
and see also https://codex.wordpress.org/Functions_File_Explained
August 3, 2015 at 1:15 am #242702In reply to: Styling BuddyPress Login Widget
@mercime
Participant@jld142 Based on title of this topic, you only want to change the styling aka CSS. If that’s the case, you do not need to add any BP folders/files in your child theme. Just override the style in your theme’s style.css file or whatever stylesheet is enqueued in your premium theme.
If however, you want to change the markup or functionality in some form or the other, then you’d have to look at https://buddypress.trac.wordpress.org/browser/tags/2.3.2/src/bp-core/bp-core-widgets.php#L22 and make the fix in your child theme’s functions.php – no need to copy over any BP folder.
August 2, 2015 at 9:58 pm #242695valuser
Participantalso the following link MAY be of some help
Please follow the discussion into the chat – just at the time i was very slow on the uptake!
c
August 2, 2015 at 6:35 pm #242687In reply to: Add New User Activity on Button Click
shanebp
ModeratorYes you need a function.
To call the function on change, you need to use ajax.
https://codex.wordpress.org/AJAXAugust 2, 2015 at 6:20 pm #242686In reply to: I want to add Spanish!
danbp
ParticipantBefore saying it’s not working, please follow the instruction.
Read my previous answer slowly and check the path i indicated.wp-content/languages/plugins/buddypress-es_ES.mo
According to the screenshot, your site use the mexican version of WordPress.
Unfortunatly, there is no mexican spanish translation avaible for BuddyPress !
This force you to use spanish (es_ES and NOT es_MX) as site language to get automatically the es_ES BP translation.
In other words, you can’t use mexican language on main site if you want BP in spanish.
Translation can be found here: https://translate.wordpress.org/projects/buddypress/2.2.x
August 1, 2015 at 2:54 pm #242676shanebp
ModeratorUse the WP function
https://codex.wordpress.org/Function_Reference/wp_update_termAugust 1, 2015 at 11:01 am #242669In reply to: Centralised Gallery for artist community
djsteveb
Participant@jordanboon0 – certainly there is more than one way to accomplish what you are proposing here.
My first thought upon reading this is is that you can create a “multi-user blog” with wordpress. Each new artist becomes a “contributor” or even “editor” upon sign up, and they can post a new gallery easily, then your admin(s) can choose what new galleries get published.
You go do all that with a single blog / wordpress install – and do it without buddypress, just make a cool custom author page for whichever theme you want to use.
There are many plugins and settings for things like front end uploads, post author profiles, wordpress gallery fancy stuff and all that.
You could also put buddypress into this mix and give your artists some extra social network stuff like private messages, groups and all that – however if you go with buddypress and and that layer to handle everything (without getting your users to submit posts / pages via standard wordpress) – then you have to get into a media plugin like rtmedia, mediapress, or – another one posted about a month ago.. anyhow – those media plugins are kind of their own “silos” – customizing how they work is not a few wp repo plugins away – and support for what you may want to do with them may be disappointing.
Of course you could take WP, add in BP if you really want the social layer, and still use the main site blog as kind of a “multi-user (or “group” blog) and do it that way.. you could get more complex and turn it into a multi-site install where each user get’s their own unique blog with gallery plugins – but moderation of posts and such with that setup may become more of a challenge – along with the extra headaches with running a multi blog network.
Anyhow – given the details you provided with your stated goals, I would forget about buddypress and multi-site – just install wordpress and do some searches in the wp-repo and themes section for “author pages”, “group blog” “post moderation” “front end uploads” and the various “Gallery” plugins – I think you can accomplish what you are going for pretty easily with lots of customization options.. without all the drawbacks and limitations of BP.
July 31, 2015 at 10:43 pm #242659In reply to: members feature with a relationship 1:n
Henry Wright
ModeratorYou can certainly create new tables but this should be done only if absolutely necessary. Take a look at the Creating Tables with Plugins article for more info.
As to whether this will be a good idea verses utilising the existing activity table, only you can decide. It’ll depend on what exactly you need to do.
July 31, 2015 at 10:38 pm #242658In reply to: Problem with blog post image alignment
Henry Wright
ModeratorThose are not featured post images, but images that are embedded at the very beginning of posts.
I can see that the problem doesn’t exist when you navigate to the post. The image is nicely floated left and comes before the text in the source. BuddyPress seems to be changing the order of the image and text when it comes to the activity stream display. I’m not so sure that’s a good thing.
You could open a Trac ticket for this requesting that the order of text and images remain the same as they were input in the post form?
July 31, 2015 at 6:14 pm #242648In reply to: members feature with a relationship 1:n
danbp
ParticipantHave you tested this BP compatible plugin ?
https://wordpress.org/plugins/wp-idea-stream/July 31, 2015 at 2:05 pm #242637AM77
ParticipantI Apologize for not being clear.
If I asked someone for the conditional for the homepage on a wordpress site, they’ll say
home_urlIf on a multisite and I wanted a conditional for both the multisite homepage and a user homepage, the’ll say
network_home_urlfor the multisite homepage andhome_urlfor a users homepage.What is the homepage for a users homepage on buddypress? When I say users homepage, I’m talking about the page that displays as soon as you click on a member in the members directory, so for member chris the homepage is on mysite.com/members/chris
What is the conditional for when the page is on a users homepage like mysite.com/members/chris
I’m saying I don’t think there is a conditional for it,
bp_is_userdisplays on all users pages but I just want it for the users homepage.July 30, 2015 at 4:13 pm #242592In reply to: What file handles registration
danbp
ParticipantRead here if it helps.
http://wordpress.stackexchange.com/questions/82239/make-display-name-uniqueJuly 30, 2015 at 3:12 pm #242577In reply to: Problem with blog post image alignment
Pete Hudson
ParticipantThe only change that’s been made recently is the WordPress 4.2.3 upgrade.
Any suggestions for finding the source of the problem?
Or are there any options as far as making code tweaks to CSS (or any other files) that can switch the order?
Thanks.
July 30, 2015 at 9:13 am #242565In reply to: SEO title for activity posts
djsteveb
ParticipantIf I may suggest that instead you add to your robots.txt file some wildcard rules such as:
Disallow: *members/*activity*
Disallow: */activity/p/*as to where I think it may be possible to pull some info from the activity posts to create page titles and other meta stuff, most activity posts are going to be short in most cases, and having a bunch of new pages indexed (even properly with title and meta stuff) is likely to add little value to your site overall – and in fact might create a situation where a bulk of your site pages are considered “thin content” – which would hurt your seo more than any proper page titles will on activity pages.
Considering you are also asking about methods for adding meta keywords, I think you are looking for SEO help that is waaaaaaay outdated – unless you are going for different search engines aside from the big G, bing / yahoo for some reason – in which case my knowledge of the other spiders and their indexing methods is tiny.
Now if you are trying to get proper page titles on your “groups” and member profile pages, I think that would be a worthwhile effort.
Just a few random suggestions, I am not a BP dev or prof coder yet – others may have different advice.
I think that getting and using this info will be better / easier perhaps about WP 4.4 or whenever they include the REST API in the core – and then it should be easy peazy for themes to pull and use this info – not that it should be rocket science to do it now… however I have had no luck getting help with similar issues on other BP pages in the past.
It usually boils down to BP peeps saying that page title and meta stuff should be handled by your theme.. your theme devs will say they use the standard wp_title function (or something like that – which has been flipped around recently) – and that kind of stuff if you want it to be beyond what is “standard wordpress” should be handled by an SEO plugin… my experience with several SEO plugins has been that they will not get into all the BP “pseudo pages” for whatever reason, perhaps because a taxonomy is not registered for them, and that makes it more difficult.
Random thoughts for ya
July 30, 2015 at 8:01 am #242561In reply to: New user login info and forum display
danbp
ParticipantCustom code goes to bp-custom.php or child-theme’s functions.php
Code on second answer shows an usage example, it’s not the code you have to use.As you asked for register details, i thinked you want a resume of the registration with all mandatory xprofile fields information…
BP on a single install doesn’t sent a welcome email. This happens only on a MS install. But you add that manually. Read here:
July 30, 2015 at 12:37 am #242557In reply to: New user login info and forum display
micatuca
ParticipantCheers Dan,
With the second question, where would I add that code?
Also, with the third point, is there no way I can get register and have my login details sent to me automatically, similar to what happens when a new user is created within wordpress?
July 30, 2015 at 12:32 am #242556In reply to: New user login info and forum display
danbp
Participant1) depends which type of forum you use (standalone or group forum)
https://wordpress.org/plugins/bp-registration-options/
https://wordpress.org/plugins/bbpressmoderation/2) see here how to do that
https://buddypress.org/support/topic/add-dynamic-menu-link/#post-2424873) i’m not aware of such feature for BP
July 30, 2015 at 12:03 am #242555In reply to: Add dynamic menu link
danbp
ParticipantTry this:
// depending the theme Main Menu, somwhere near Home, About, etc function bpfr_custom_setup_nav( $items) { if ( is_user_logged_in() ) { $items = '<li><a href="'. bp_get_loggedin_user_link() .'activity/news-feed/">News feed</a></li>'; } return $items; } // 10 is the priority, 1 is the position in the menu add_filter( 'wp_nav_menu_items', 'bpfr_custom_setup_nav', 10, 1 );References:
https://codex.wordpress.org/Function_Reference/wp_get_nav_menu_itemsJuly 29, 2015 at 10:05 pm #242553In reply to: Change ’email from’ settings ?
Henry Wright
ModeratorA plugin isn’t strictly necessary, it’s just the easiest option. Alternatively, you can use the wp_mail_from and wp_mail_from_name hooks.
-
AuthorSearch Results