Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,176 through 6,200 (of 22,602 total)
  • Author
    Search Results
  • #235707
    JulieBorgeot
    Participant

    @henrywright Thank you for your answer.

    I tried to test what I had on 1&1 and registration works. It confirmed that MAMP is the one causing the problem.

    I think I found where the problem is : it’s all about emails. The email that should be sent for activation can’t be sent so nothing happens and the registration fails.

    MAMP (and other web hosts) doesn’t support sending email. I tried to find a solution to it with no luck until now :
    – first, by getting MAMP Pro free trial, where you’re supposed to be able to configure PostFix to be able to send emails but I couldn’t figure out how to set it up properly and couldn’t find anything useful on the internet to do so. This http://blog-en.mamp.info/2009/09/how-to-sending-emails-with-mamp-pro.html did NOT help. If anyone knows how to make that work I’d love to see how.
    – Then I tried that http://www.wpbeginner.com/plugins/how-to-receive-wordpress-emails-from-localhost/, and I do receive the test email, but it doesn’t fix my BuddyPress problem.

    I am not sure how to work on BuddyPress without being able to register a user.
    An example of what I’m working on : I want to add a long form in a tab in people’s profile page, which then generates a graphic element, a map (that will be part of their profile).

    I could either :
    – bypass the code that is used to send the email for activation and activate the users manually as an admin.
    – go to the database and enter the new user manually.
    I’ll try to bypass the sending of the email first.

    Please let me know if there is an easier way to work on what I intend to program.

    Also, if anyone knows how to set up MAMP to support sending emails, I’m interested !

    #235696
    danbp
    Participant

    Tested with 2015 MS – BP Checkins aside 5 other plugins: unable to reproduce.

    Have you noticed this on plugin description ?
    NB : make sure to activate the plugin in the network admin if you run a multisite WordPress

    #235687
    peter-hamilton
    Participant

    Yep…that is not possible, believe me i have tried for a while.
    Danbp’s is the only reasonable workaround.


    @svenl77
    , Buddyforms looks interesting, but is priced out of my range for a non-professional developer.


    @randomgirl
    , you can see on earlier post that buddyblog does what you want, exactly that, posts show up on profile page, but it sounds like you have little experience with both Buddypress and WordPress and Buddyblog requires multisite, not an easy task.

    danbp
    Participant
    #235657
    danbp
    Participant

    See WP Favorite Post plugin and this topic on how you can do that.
    Needs medium php level.

    #235646

    In reply to: Guide to Administrator

    rosyteddy
    Participant
    #235640

    In reply to: Profile features

    Henry Wright
    Moderator

    Hey @mariatrier

    1. Yes, sending a message to multiple recipients is possible
    2. Yes, this feature is called @-mentions
    3. Not possible ‘out-of-the-box’. You’d need to find a plugin that does this. Try searching the Plugin Directory
    4. Not possible ‘out-of-the-box’. But see the BP Checkins plugin

    Hope this info helps!

    #235636
    giuseppecuttone
    Participant

    Hi @shanebp
    First of all, thank’s a lot for your fast answer. Now I have understood a lot of thinghs, but I have only two little questions more:
    1. The solution using ACTIVITY.PHP, listing in the following topic , let administrator introduce comment from ADMINISTRATION PAGE (DASHBOARD)? Or neither user and administrator will can to do comments in the groups?
    2. If I create a CHILD THEME, where I must introduce the file ACTIVITY.PHP ?
    Maybe, I need create the followings folders GROUPS/SINGLE into the folder ENFOLD-CHILD? And introduce there ACTIVITY.PHP file into SINGLE folder? Is it so?
    I am not informatic and I don’t undestand very well what I need to do.
    Thank’s very very much for your answer.

    #235635

    In reply to: Activate the community

    numumar
    Participant

    I have installed WordPress, but I don’t know if it is necessary to create a file for buddypress. I have installed bbpress and I have to create a file ‘bb-config.php’. Do I need other file (bp-config.php) for buddypress? Can you explain to me, please? Thanks.

    #235633
    danbp
    Participant

    Since 1.7, BuddyPress can be used with almost any correctly coded theme.

    How to customize BuddyPress needs a child-theme. From here you can add modification to BP templates or code. No matter the theme: Enfold, Twenty something or any other one.

    How it works is explained here.

    danbp
    Participant

    Why should every thing possible to do with WordPress automatically be on ON as soon as BP is used ? There is no obligation to use BP. And there are hundreds of way to use that plugin. As there are also hundreds of ways to use WP.

    Permalinks offers 6 options.
    1 Default value -> means OFF
    2-5: are 4 pre-defined option
    6 your own custom setting !

    Before installing a plugin, users are invited to read documentation. At least, it’s the case for BP.
    Not all WP user are using BP, so i guess enabling some BP specific option will never be part of WP installer. When you buy a TV, you can’t whatch it immediatly. You have to unpack it, and setup some channels yourself. Same thing with WP and plugins.

    since BP is just no other plugin but an important part of WP family I understand your enthousiasm and BP is effectively a plugin from the WP family, but it’s just a plugin. Not more, not less. ๐Ÿ˜‰

    #235630
    danbp
    Participant

    @rosyteddy, What am I doing wrong? Apparently nothing. You try do add it to a plugin template.

    If it doesn’t work, maybe it is not intended for or buddypics is not activated. And for the right answer to this, the code author is @modemlooper.

    Ask on plugin support.

    #235625
    shanebp
    Moderator

    @henrywright

    This is a bit nicer:
    $content = wp_trim_words( $content, 15 );

    https://codex.wordpress.org/Function_Reference/wp_trim_words

    tinabeansy
    Participant

    Thanks, @danbp!

    I’m currently in the process of migrating my site to use WordPress, so it’s not on the main production server yet.

    I’ll check out the codex!

    #235623

    In reply to: Filter members loop

    Henry Wright
    Moderator

    Hi @rosyteddy

    I haven’t tried it, but I think it’ll work if you put it in a page template. See here for more info.

    Regarding the functionality you want, you’d need to do something like this:

    $ids = '1, 2, 5, 33, 43';

    if ( bp_has_members( 'exclude=' . $ids ) ) :

    Where $ids is a comma separated list of user IDs who are not friends.

    #235616

    In reply to: Activate the community

    bp-help
    Participant

    @numumar
    I hope this doesn’t sound dumb for asking but have you installed WordPress? Reason being is BuddyPress and bbPress are WordPress plugins so having WordPress installed is a prerequisite to using BuddyPress and bbPress. Again sorry if its a dumb question.

    #235612
    Xander206
    Participant

    This file looks correct too: bp-xprofile-loader.php

    It matches the documentation here:

    https://buddypress.trac.wordpress.org/changeset/9167

    #235611
    danbp
    Participant
    #235610
    Xander206
    Participant

    Thanks for your quick reply.

    I tried adding that file:

    https://buddypress.trac.wordpress.org/browser/branches/2.2/src/bp-templates/bp-legacy/buddypress/members/single/settings/profile.php

    to the โ€ฆBuddyPress/Members/Single/Settings directory and saw no change in behavior.

    I don’t get an error page and in the console appears to load …/members/bud/settings/profile/

    danbp
    Participant

    hi @rosyteddy,
    guess the mytery sit here: http://localhost/wordpress/userA/

    Multisite (subdomain or subdirectory) need that wordpress stays at the site root. At least for a default install.

    SSite: hxxp://my_site.com
    MS: hxxp//my_site.com

    MS subdomain: hxxp//wouah.my_site.com
    MS subdirectory: hxxp//my_site.com/wouah/

    A local install (wamp, mamp or xamp) is mostly in a ‘www’ folder at your hard disk root C://
    (recommended path) Refer to your software documentation for more details about installing Wamp/Mamp/Xamp – at least about localhost in URL. In the latest version (wamp 2.5), this is no more used. In my case, the local URL is http://my_site/wp-admin/….

    C://www represent the private part of the site path. The equivalent of /var/your_account/htdocs/ on a production server.

    The same path scenario goes localy
    C://www/my_site (avoid confusion and don’t use WordPress as site name)
    My_site folder contains all WP directories and files:

    My_site/wp-admin
    My_site/wp-content
    My-site/wp-include
    My_site/wp-config.php and so on…

    At the end of the install, you got a htaccess file containing:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    The important things here are rewrite engine on and rewrite base /, where the slash means “start to manage site URL’s form this point”, which is /…/…/var/your_account/htdocs/<- from here !!!

    Before installing BuddyPress, activate pretty permalinks to what you want, EXCEPT default. Save. I do this before, because WP likes also pretty permalinks, and so i don’t forget to do it after i finished with a BP install.

    Install BP and setup (or at least control if they exist) the choosen component page(s).

    If you do this, you won’t have 404 or other issues, no matter if you use MS or subdirectories or subdomain. WP alone will work, and BP too.

    The most important advice if you want to work localy, is to setup correctly apache (mod_rewrite is not activated for ex.). And if you use it with windows, to double-check anything, including HOST file where you have to declare manually each of your local sites (since wamp 2.4 – don’t remember exactly)

    # localhost name resolution is handled within DNS itself.
    127.0.0.1       localhost
    ::1             localhost
    
    127.0.0.1       my_site
    ::1             my_site
    
    127.0.0.1       my_other_site
    ::1             my_other_site
    #235599
    Anonymous User
    Inactive

    Hi @svenl77,

    It’s the case, just tested it and the function does what it intends to do : remove the group-avatar && the delete-group manage tabs.

    I don’t manage to reproduce your issue. If i go to groups/GROUP-SLUG/adminthen i’m automatically redirected to groups/GROUP-SLUG/admin/edit-details so no 404.

    My config is :
    fresh install
    WordPress latest trunk
    BuddyPress latest trunk
    twentytwelve

    I don’t think we’ve played in this area since 2.2.1

    FYI : if i add the edit-details to the list of restricted tabs, then the group admin cannot access to any manage page without knowing the url of the allowed tabs. So i’d say the edit-details should always be there.

    #235595
    Sven Lehnert
    Participant

    I have also created a plugin for this purpose if you need more complex forms check out BuddyForms. https://wordpress.org/plugins/buddyforms-members/

    There is also a demo available http://buddyforms.com/

    Feedback is welcome ๐Ÿ˜‰

    Cheers,
    Sven

    #235581
    rosyteddy
    Participant

    @ubernaut

    hmmm… so I missed some info ๐Ÿ™
    WP 4.1.1 Multisite, Buddypress 2.2.1, Bp-checkins.1.2.2 – plain, simple, default install, nothing else, Theme is default Twenty Fifteen

    Steps to reproduce ( you can test it in localhost in 3 seconds flat)
    Install WP 4.1.1, enable Multisite, BP 2.2.1
    Enable Bp-checkins.1.2.2 – some links in sidebar as shown in the above picture vanishes
    Disable Bp-checkins.1.2.2 – they come back
    Most funny is Mr. WordPress on Hello World! – Hello World! disappears but Mr. WordPress remains ๐Ÿ™‚

    Thanks

    #235579
    @mercime
    Participant
    #235577
    rosyteddy
    Participant

    @danbp

    Thanks. Its not a question of trusting them. I trust always. Issue is:
    Suppose you have created a site where your members use this feature and posts pictures not belonging to them in their stream. It is okay but there should be a small note (if the site admin feels so as an option) to say if that is picture is from flickr | original postername (if available) or photobucket or whatever

    Asking users to manually add a note won’t work most of the time – it should be and must be solved programmatically. I visited the page https://make.wordpress.org/core/handbook/design-decisions/#whitelisting-oembed-providers but could not see any comment-box ( although there are other user’s comments)

    This should be an issue but in WP main site I have no idea where do I submit “issue”, and even if I do I wonder if there is going to be any response at all. But I think this should be addressed immediately. Thanks.

Viewing 25 results - 6,176 through 6,200 (of 22,602 total)
Skip to toolbar