Search Results for 'wordpress'
-
AuthorSearch Results
-
August 2, 2015 at 9:58 pm #242695
valuser
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.
July 29, 2015 at 9:34 pm #242551In reply to: Change ’email from’ settings ?
Henry Wright
ModeratorIt is actually the default WordPress from email address and name that are used. If you want to change these, try the WP Change Default Email plugin.
July 29, 2015 at 7:31 pm #242546In reply to: Suggestion – Blog Posting from Front-end
danbp
Participantthank you for the suggestion. 🙂
But BP is not a blog plugin, but a community tool. And WordPress has already a blog.
Some use BuddyPress for doing something very different as blogging. Some use it as a blog farm (on multisite).
As plugin, it is integrated to WP, so i doubt that BP devs want to do the opposite. 😉
You can anyway post a future request on Trac
July 29, 2015 at 7:21 pm #242544In reply to: What file handles registration
danbp
ParticipantThe register process is part of WordPress.
For BP, you can see in
\buddypress\bp-templates\bp-legacy\buddypress\members\register.php…but !
the username is already in use is not part of WP or BP.
Do you use an extra plugin ?July 29, 2015 at 7:01 pm #242542In reply to: Cannot invite members to group
danbp
Participant@bigswp,
if you have the same config today as @enaijo 5 months ago, update first.
Actually: WordPress 4.2.3 BuddyPress 2.3.2.1 and bbPress 2.5.8-5815If the issue is still in, ensure that you have some friendship, as you can only invite friends to join a group.
If all this is ok, you can open a ticket.
Give details about your config and any hint about how to reproduce your issue and mention this topic.Login to Trac uses same credentials as here.
https://buddypress.trac.wordpress.org/reportJuly 29, 2015 at 5:44 am #242521In reply to: How to invite facebook friends to join ?
djsteveb
Participant@enad12 – I suggest looking at the plugins in the wp-repo and see if any of them may suit your needs.
https://wordpress.org/plugins/search.php?q=invite
https://wordpress.org/plugins/search.php?q=facebook
I myself avoid adding anything facebook to any of my sites as much as possible. In the very few places that I did add anything fbook, I would make sure that they loaded all assets from my site and not a third party server – for site speed and privacy issues as well.
for example the “2 Click Social Media Buttons” plugin requires a double click in order to turn on these third party integration / sharing things – and the author has a write (in German that may needs translating) on his site – which is linked to in the plugin descript – that describes some of the laws in Germany and Europe in regards to leaking user info to third parties – so if you are going down that road I would look more into that and whatever laws you may need to follow in your area of the world in regards to those kinds of things.
July 28, 2015 at 5:28 pm #242509In reply to: Moving the Buddypress Admin Bar menu
danbp
ParticipantJuly 28, 2015 at 5:01 pm #242504In reply to: User Profile fields hide on Profile page
danbp
Participantbiographical information, fax and maybe even addresses. These are WordPress or theme specific fields which are not visible on frontend profiles. BP doesn’t use them if you use the xtended profile component.
Anyway…Try this snippet, and use it to your need from within your child-theme functions.php
function remove_user_fields(){ // Print jQuery that removes unneeded elements ?> <script type="text/javascript"> jQuery(document).ready( function($) { // the magic goes here... var ids = ['#description', '#comment_shortcuts', '#color-picker']; // Check in page source for other ID's for (var i = 0; i < ids.length; i++) { $(ids[i]).closest('tr').remove(); } }); </script> <?php } add_action( 'admin_footer', 'remove_user_fields' );July 27, 2015 at 6:45 pm #242479In reply to: Custom login-form
Henry Wright
ModeratorThere will be plugins in the WordPress Plugin Directory that can do both of these things. Theme My Login won’t do exactly what you need but it’s a great plugin I’d recommend if you need to to bring the login page into your theme.
-
AuthorSearch Results