Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 15,951 through 15,975 (of 32,678 total)
  • Author
    Search Results
  • #146409

    In reply to: Activity Refresh time

    Paul Wong-Gibbs
    Keymaster

    That variable isn’t part of BuddyPress; it’s part of the https://wordpress.org/extend/plugins/rs-buddypress-activity-refresh/ plugin, which hasn’t been updated in over a year and doesn’t state compatibility with the latest versions of BuddyPress or WordPress.

    Please ask for support with this plugin over at https://wordpress.org/support/plugin/rs-buddypress-activity-refresh

    #146401
    danbpfr
    Participant

    Hi,

    i had the same request. And finally built a plugin based on this one.

    https://wordpress.org/extend/plugins/buddypress-topic-mover/

    works now with 1.6.1 and WP 3.4.2

     

    #146397

    Topic: Mail without links

    in group forum Third Party Plugins
    mirza17
    Participant

    Hi,

    in one of our internal websites we installed WordPress 3.1.1 with BuddyPress 1.5 and plugin buddypress-group-email-subscription 2.9.3.

    We need to remove all the links from every email sent out with the plugin. Is there some functionality to do it quickly or should I work directly on PHP code?

    Thanks for the support.

    #146396
    maikelcoke
    Participant

    Just check if your server has sendmail installed. Or use a wordpress smtp plugin and configure it.

    #146387

    In reply to: Forums not working

    beingblissful
    Participant

    Hi Kevin,

    I wish I could recommend Salutation theme but alas I cannot.

    I am very comfortable with WordPress and have been designing websites from purchased themes for several years now and this was my first venture into the world of forums.

    The theme itself looks awesome – the main problem is the work I had to do to get the theme looking exactly like the demo – when first installed, Salutation does not communicate cleanly with WordPress so it comes out jumbled with static blocks all over the place. The work I had to put to figure out how to get it to look exactly like the demo alone was astronomical (and the demo was why I bought it).

    The support available was very basic. I would ask a lot of questions and be given half an answer – frustrating and very time-consuming. I could not figure out how to work it out myself – a very unintuitive theme.

    The videos are excellent and I did find some help there but here I sit… 50+ hours later with a beautiful website that does not work because I can’t get Buddypress to play nicely with Saluation… Hence, my request here for some professional assistance.

    Hope this helps, Kevin!

    🙂

    #146385

    In reply to: Quick Admin

    SK
    Participant
    charlietech
    Participant

    WHen i use the invite anyone plugin, i want to change the name that show in the inbox from wordpress@sitename to just the site name. How do i do i?

    #146373
    ericinwisconsin
    Participant

    Whew!

    It’s been a long time since I seriously worked with WordPress. I last used a 2.x version and it’s changed a lot. Also, this was a number of years ago, and I’ve slept since then, so my memory is foggy.

    I’m trying to build a social network for writers, similar to booksie.com. So I’d like for users to be able to present their work online. So we’re talking articles, short stories, and novels. I’d like for them to be able to write novels and divide them into chapters, so novel posts would have a hierarchy like this:

    Novel
    |
    —-> Chapter 1
    —-> Chapter 2
    etc…

    And I’d like for their work to appear on their profile pages. Is this doable? Just want to know before I dive too deep into this.

    Regards,
    Eric

    allenfuller
    Participant

    Have just installed WordPress 3.4.2 (multisite) and Buddypress 1.6.1. Have updated .htaccess and wp-config.php per the settings provided in Network Settings. However, when I click on http://sitename.com/blogs/, it pulls up a 403 Forbidden message. There is a /blogs/ directory in the WP install, which is obviously causing this issue, but there appears to be a conflict. Do I need to update .htaccess so the Blogs page overrides the /blogs/ directory in the installation?

    Here’s my current .htaccess file:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]

    # END WordPress

    Thanks for any help you can provide!

    #146370
    @ChrisClayton
    Participant
    #146369
    @ChrisClayton
    Participant

    I dont use Yoast seo and dont know what he does with his code, but if it helps here’s what BP uses now (in 1.6) – https://buddypress.trac.wordpress.org/browser/branches/1.6/bp-core/bp-core-filters.

    #146366
    gregfielding
    Participant

    Bowe’s previous code tweak doesn’t appear to be relevant anymore as the default code has changed.

    http://bp-tricks.com/coding/making-buddypress-compatible-with-the-wordpress-seo-plugin-from-yoast/

    Any ideas on how to get the member’s name and maybe even profile field info to show up for SEO purposes on their member page? For both the “members” page and on and individual member’s page, SEO tag is Members – Man From Scratch.

    http://www.manfromscratch.com/alexmatlock/

    Thanks!

    #146359
    @mercime
    Participant
    #146338
    Denis Ciumbargi
    Participant

    Hi,

     

    i think i saw this psot somewhere but it is quite old and the problem for me is new.

     

    The users on my website don’t receive the activation email, even if i create their accounts manually not them using the registration form.

     

    wordpress 1.4.2 buddypress altest, hosting deluxe godaddy. Any ideas what i must do?

    #146336

    In reply to: child buddypress

    alen9788
    Participant

    Thanks for your help.I has builded the child theme of bp child with 2 folders as the instruction.
    And add the codes to style.css

    /*
    Theme Name: BP Child
    Tags: buddypress
    Template: bp-default
    */

    And add the code to functional.php

    if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
    function bp_dtheme_enqueue_styles() {

    // You should bump this version when changes are made to bust cache
    $version = ‘20111109’;

    // Register stylesheet of bp-dusk child theme
    wp_register_style( ‘bp-dusk’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );

    // Enqueue stylesheet of bp-dusk chid theme
    wp_enqueue_style( ‘bp-dusk’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘bp_dtheme_enqueue_styles’ );

    Then i appended the changing css codes to child theme style.css
    .content-wrapper-inner {
    background-color: black;
    }
    BUT nothing has changed.

    And

    where should i do to show the post&topic time and date use the code of https://codex.wordpress.org/Function_Reference/the_time

    #146329
    encik_nazrin
    Participant

    wondering ifmy wordpress can become as like twitter for my own usage…any android appp can sync wit it

    #146327
    @ChrisClayton
    Participant
    #146319
    trailmix5
    Participant

    Hello all,

    I have a strange situation here. Can anybody point me in the right direction?

    When a user isn’t logged in and tries to access their personal profile, I need to redirect them to a custom login page (not the WP login). Since I’m using DAP as a member plugin and DAP synchs to wordpress, I need for users/guest never to land on it.

    For instance, when a friend request is sent to a user’s email, it contains a link to http://www.site.com/username/settings/notifications/

    If the user clicks on that link without being logged in, they land on the WP login page. I’m assuming that there is a way to redirect them to my custom login page, but I can’t find the info anywhere.

    Any help would be much appreciated.

    Thanks!

    @mercime
    Participant

    Generate random gravatar? or random avatars via Settings > Discussions > Avatar  and choose from Identicon, Wavatar, MonsterID, or Retro ?

    Or check out https://wordpress.org/extend/plugins/bp-avatar-suggestions/

    #146317

    In reply to: Buddypress 1.7

    @mercime
    Participant

    You can already check it out in test install. Just download trunk version
    svn co https://buddypress.svn.wordpress.org/trunk/
    or zip file from link at bottom of the page at https://buddypress.trac.wordpress.org/browser/trunk

    Re timeline, check the BP roadmap at https://buddypress.trac.wordpress.org/roadmap
    BP 17 has 71 tickets to go. Patches welcome.

    #146309
    John Frusciante
    Participant

    That kind of wordpress plugin it is very much wanted! Any ideas if theres is something out there?

    #146302

    Topic: Help me please

    in group forum Installing BuddyPress
    wants
    Participant

    I installed WordPress 3.2.4 version.
    Before until I installed BuddyPress 1.6.1
    version I had installed template
    \”SmallBiz\” and I want to say that he has
    shown himself perfectly. Install it, it was
    in the same form as in the window, could
    only fill out the required content of the
    field, change the colors and images site,
    add plug-ins and all, no hassle, all fast and
    convenient.
    When I installed BuddyPress1.6.1 I
    started having problems. I was asked to
    download the most suitable pattern for
    me … and yes, in the window it looked
    quite nice, just what I needed and was.
    But once installed it was not the one
    which I was offered. He became what
    that curve and the ugly. menu buttons
    are very large, sidebars are top-down.
    And in case the sidebars are vertically. Please
    who knows how I correctly adjust work
    pattern, check out my site and leave a
    response. Thanks in advance.

    #146297

    In reply to: Forums not working

    Kevin.Bowser
    Participant

    I just tried a completely fresh install with the default WordPress theme and then the default BuddyPress theme. It is still not working. In this install, I can’t even get the Forums menu to show up on the menu bar.

    This is getting more than a little frustrating. I am really trying to understand this process, but it is thus far not intuitive, nor do the menus and setup options look like they do in the documentation.

    #146288
    Paul Wong-Gibbs
    Keymaster

    @OC2PS see http://bpdevel.wordpress.com/2012/03/05/custom-post-types-yesno/

    #146287
    Paul Wong-Gibbs
    Keymaster

    Yes.

Viewing 25 results - 15,951 through 15,975 (of 32,678 total)
Skip to toolbar