Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 10,051 through 10,075 (of 22,660 total)
  • Author
    Search Results
  • #154696
    saukgp
    Participant

    @mercime Thank you so much, for that link, will try it.


    @valuser
    I used wp-user-frontend for 1 week, after I got link from you, and it worked perfectly, where my user was able to post, edit their post (if needed), thats what I wanted, ability for users to post and edit without sending the user to backend and with subscriber role, but soon the plugin gave error, and thr was no response in support, after that, when I researched a bit, I got some info like this plugin is going PRO. but yes, when now I look into the plugin support, i am glad to see that its working. Thank you

    #154659
    Brajesh Singh
    Participant

    Most probably the code you are using is trying to access logged in user’s data before init action. Since the current user is set on ‘set_current_user’ hook’ which is just before init, any function trying to access current user data should be called on or after init action.

    Hope that helps.

    Reference: https://codex.wordpress.org/Plugin_API/Action_Reference

    #154658

    In reply to: Disable Backend access

    bp-help
    Participant
    dasped
    Participant

    OK, so, I have been speaking to Ron Rennick via the WordPress MU Domain Mapping support pages in relation to the current ajax issue I’m having.

    To explain: Naturally the cyber-networks.co.uk Page source is showing the ajax url as http://cyber-networks.co.uk/wp-admin/admin-ajax.php

    The problem being is that my mapped domains also have the same url within their source. Default browser security is therefore blocking BP posting within these mapped domains!

    Ron suggested that I switch off Domain mapping plugin -“Redirect administration pages to site’s original domain”

    I’ve tried this but it resolves nothing and Ron seems to think that this may be down to Buddypress, Quote; ” Possibly the ajax url is being changed by BP to go back to the main site”

    If this is the case, then I can’t ever see a need for the enable bp multiblog function as it would surely fail in most case scenarios similar to my own?

    Very confused and need a guru on the scene to enlighten my dreams and set my site alive with their magic!

    Anyone holding a wand, wizzard staff ?…

    Please……

    #154644
    evo252
    Participant

    Chouf1,

    Merci pour ta réponse ! Je suis désolé, je continue en Français mais ça sera plus simple pour moi de comprendre et d’expliquer ma problématique… En fait, tu me conseilles d’installer BP User Profile Map (ce que j’ai fait, je passais avant par une solution codée à la main qui nécessitait une clé pour l’API de GG Maps donc je vais abandonner ça) et de laisser les utilisateurs rentrer eux-même leur pays manuellement lors de l’inscription ou de l’édition de leur profil ?

    Cette solution m’a effectivement l’air séduisante mais pour les villes surtout, qui sont effectivement impossibles à toutes recenser. Penses-tu qu’il soit possible de dire au plugin de prendre en compte deux profile fields au lieu d’un (Ville + Pays) ? De manière à ce qu’il localise encore mieux, et pour éviter les erreurs (il existe des villes qui ont le même nom dans des pays différents).

    Pour l’intégration d’une liste de pays dans BuddyPress, j’ai suivi le process décrit ici :
    https://buddypress.org/support/topic/how-to-make-a-country-drop-down-list-in-profile-field/#post-147697

    J’en suis à l’étape de copier coller une liste des pays du monde dans mon fichier CSV extrait de ma BDD, mais je bloque sur les ID par pays : dois-je les étendre simplement sous Excel ? J’ai peur en faisant ça de me retrouver avec un ID de pays identique à un ID d’autre chose de mon WordPress (ID de post, ID de catégorie ou autre)… ça serait problématique ?

    Merci pour ton aide et désolé pour l’emploi du Français.

    #154629
    OccipitaL
    Participant

    No need anymore.
    Found https://wordpress.org/extend/plugins/buddypress-usernames-only/
    Apparently works with 3.5.1 WordPress & 1.7 Beta BuddyPress

    #154583
    luccame
    Participant

    What theme are you using?

    What version of BuddyPress?

    See if this is your case: https://buddypress.trac.wordpress.org/ticket/4834

    #154569
    transmission
    Participant

    I just found this which seems to fix the problem I have: https://wordpress.org/extend/plugins/buddypress-activity-stream-extras/

    #154565

    In reply to: Avatar issues ???!!??

    Brajesh Singh
    Participant

    It is a known issue and some of the temporary possible solutions are mentioned on the ticket here.

    Please have a look
    https://buddypress.trac.wordpress.org/ticket/4252

    #154554
    arredoannunci
    Participant

    Hi,
    the domain on which rests the site is level 3 (www.miproduco.altervista.org)
    I bought a 2nd level domain (www.riminikmzero.org)
    to point to the new domain I did it this way:
    modified file. hatccess with the following lines
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^ index \. Php $ – [L]
    RewriteCond% {REQUEST_FILENAME}!-F
    RewriteCond% {REQUEST_FILENAME}!-D
    RewriteRule. / index.php [L]

    # END WordPress

    modified file header.php
    between the two head
    I added: base target=”_top” / (with to start and end)

    both in header.php – that in headerbuddypress.php

    Everything works except for groups and members (goes in loop)

    #154535
    Anonymous User 7600456
    Inactive

    Ok this isn’t perfect but it should work.

    Go to ‘Appearance’ > ‘Editor’

    On the right hand side select ‘style.css’

    Scroll down to the bottom and right after the last }

    paste this:

    `
    div#register-page.page {
    height: 600px;
    }
    `

    A better way would be to create a child theme (https://codex.wordpress.org/Child_Themes) and then paste this into the style.css of the child theme. This is because whenever you change your theme you will need to add this again for it to work.

    #154530
    Anonymous User 7600456
    Inactive

    My point was that as long as you have all the correct files backed up there is really very little risk.

    I don’t see any particular reason that you would have any problems.

    Regarding the update notice. That is strange. Do you get update notices on other plugins and WordPress?

    Btw, is there any reason that you are not just upgrading to WordPress 3.5.1 and Buddypress 1.6.4? These are the versions that are the best tested and that you are most likely to be able to get specific advice for.

    Regarding a manual update. Yes, just deactivate and delete (after backing it up of course!) the Buddypress plugin and then upload the new one and activate it.

    I can’t imagine it will be all that bad 🙂

    #154527
    ashbydesign
    Participant

    Thanks for your reply: you’re right of course – there’s not loads of stuff in the widget areas that will be lost, so I can always manually restore them – not ideal though… I guess it’s not really obvious to me regarding the correct way to do stuff for ANY buddypress upgrade when you have a child theme etc. Of course I can revert to previous db and files – but then I wouldn’t have made any headway…

    I think it would be good to have some sort of framework for users like myself who are not actively Buddypress developers, but who do use WordPress as developers. There possibly is something, somewhere but for the life of me it ain’t obvious.

    Also – something confusing me is that the Buddypress documentation suggests that there will be an upgrade notice for Buddypress in the network admin plugins area – but I don’t have this. I guess what I do is to manually remove the old Buddypress, then upload the new Buddypress and then activate the plugin? Then, hopefully, the BP wizard will retune the database afterwhich I get on with all the tweaking – moving files to my child theme, altering the language files etc.

    Again … any pointers appreciated!

    #154125
    bp-help
    Participant

    Actually what I meant to say is that a child theme is not required but if your modifying your theme files whether it be the “Responsive WordPress Theme” or some other wordpress theme to work with buddypress then my instructions are correct. @modemlooper your great but it is still best for people to make child themes even with BP 1.7 beta 1. Reason being for example is when they update their particular theme from wordpress or they made a lot of changes in the child themes style.css, header.php, or footer.php etc. In any other instance then I am correct. my case it was a plain Jaine wordpress responsive child theme and it work perfectly! We can’t discount the value of a child theme for update reasons so we need to get clear on this! Maybe I suppose with the compatibility layer it is now a wordpress.org issue but people do need to be aware of it when installing buddypress because its a little different now but its not rocket science either!

    #154124

    In reply to: Add media to Profile

    Saurabh
    Participant

    Hi @hsutliff

    To take care of the second, there’s a plugin we’ve built aplugin, BuddyPress Media. Do check it out. It’ll sort out the uploading and sharing of media.

    Regards.

    #154119
    danbpfr
    Participant

    Hi@evo252,

    in the BP 1.0 branch there was a CSV based country field in xprofile.
    https://buddypress.trac.wordpress.org/browser/branches?order=name#1.0/bp-xprofile/prebuilt-fields

    Take a look in the code and see if you can build something for 1.6.4 or 1.7.

    Since 2008, Google Map became a must have. And IMO it’s a better geoloc tool as a simple city/country dropdown witch only prevent end users from having to write themselves the name of their city and their country….
    Doing this is much more complicated as you think. Over 160 countries on earth and millions of cities. What kind of server do you need to just store these informations and to make them work together ?

    Typing country and city is the same effort as typing name and first name for the end user. Let them write and use something powerfull, existent and easy to use and show AND effort less for you too.

    Spare your time and made it simple so far ! 😉
    Give this plugin a try: https://wordpress.org/extend/plugins/bp-user-profile-map/

    Or search another map plugin : https://wordpress.org/extend/plugins/search.php?q=map

    #154109
    bp-help
    Participant

    @modemlooper its not required for the buddypress side of things but it is for the wordpress theme updates side of things unless you wanna loose the changes you may have made to the header.php, footer.php, functions.php, style.css etc.

    #154102
    bp-help
    Participant

    @modemlooper But what if you have a wordpress theme like The Responsive Theme for instance and you want to make drastic changes to it. Wouldn’t it still be a better idea to make child theme? When I say child theme I mean just basically making a child theme for a wordpress theme not a buddypress theme.

    #154095
    bp-help
    Participant

    As long as you make a child theme of the theme you are using with BP 1.7 beta 1 then the style.css and functions.php should still be fine when 1.7 is out. Since 1.7 has the compatibility layer building a child theme for a regular wordpress theme is all you need to do but if your going to modify any of the buddypress templates you will need to copy over
    yoursite/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress into the root of your child themes folder.

    #154092
    Anonymous User 7600456
    Inactive

    I don’t see why you would have any problems.

    The themes are made to work first with WordPress, then with Buddypress.

    If you are worried just set up a test site and check them out on a site with WordPress and no Buddypress installed.

    I hope this helps.

    #154088
    carmeetsroad
    Participant

    @djpaul Thanks! That worked like a charm.. I promise.. i didnt cross post it on this forum. 🙂 — Ok.. so from now.. i promise to ask Welcome Pack questions on WordPress.org — and not here 🙂 Thanks Again!

    Andres Felipe
    Participant

    Hi, that is just what I (and think a lot of us) need. Nothing yet about the widget code?

    P.S: In this moment I’m using BuddyBar widget (https://wordpress.org/extend/plugins/buddybar-widget/) plugin is not as good as @naijaping code but do its job. A god thing about this plugin is than give You a Log in form and after log in, it changes to something like @naijaping widget.

    Paul Wong-Gibbs
    Keymaster

    If you’ve found a bug in the code, please report it to https://buddypress.trac.wordpress.org.

    #154075

    In reply to: Image Profile Field

    dasped
    Participant

    Looks like it is achievable but not without its headaches and a considerable effort.

    Found this article relating to what you ask, ‘I think’ …

    http://alextheafrican.wordpress.com/2012/03/10/how-to-add-an-image-field-to-buddypress-extended-profile-fields/

    Though I can not say how, secure/suitable it will be to current Buddypress versions, perhaps ask the guy who wrote it, if it is still a valid solution.

    Hugo Ashmore
    Participant

    From a recent post by Boone this duplicate content may be related then to 1.7’s aggressive loading of styles, and scripts theme authors are going to need to add:

    add_theme_support(‘buddypress’)

    to their themes functions file, preferably hooked to ‘after_theme_setup’

    but this will depend on how this theme has been configured to work with BP if at all?

    http://bpdevel.wordpress.com/

Viewing 25 results - 10,051 through 10,075 (of 22,660 total)
Skip to toolbar