Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,151 through 14,175 (of 32,678 total)
  • Author
    Search Results
  • #163523

    In reply to: Missing Profile Fields

    ebraxton30
    Participant

    ok, i have asked several questions on this support forum and this is the first time i was directed to this site. here you go…

    1. i am up to date on wordpress, 3.5.1
    2. WordPress was installed as a directory, not a subdomain
    3. Root
    4. WordPress was installed at 3.5.1, not upgraded
    5. yes
    6. 1.7.1
    7. I did not upgrade Buddypress, I installed this version
    8. Bowe Codes, ADJE Event Cal, Buddypress Xprofile Custom Fields, Gravity Forms, Gravity Forms user Registration Add-on, Members, Uber Login Logo, WordPress Font Uploader, WordPress Uploader
    9. I am using the Salutation theme
    10. No
    11. no
    12. n/a
    13. none
    14. bluehost
    15. Linux

    Again…the test profiles are working. Just not the ones filled in.
    i am using buddypress 1.7
    it was a direct install, not an upgrade

    jordanblakey
    Participant

    Hi, new to the forums and relatively new two Buddypress (have been using on this installation for around 2 months). I’m running into a problem with the friend request confirmation link — when logged out of Buddypress and following the link from email, only a blank page displays (even no code on “View Source”). It attempts to the following (badly formed) URL: http://pvp-live.com/wp-login.php?redirect_to=http%3A%2F%2Fpvp-live.com%2Fmembers%2Fchestersrp%2Ffriends%2Frequests%2F&action=bpnoaccess

    Could this be a redirect issue? I have it set to pretty permalinks with mod_rewrite turned on…
    .htaccess looks like this:

    # BEGIN s2Member GZIP exclusions
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /test/
    RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
    RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
    RewriteRule .* – [E=no-gzip:1]
    </IfModule>
    # END s2Member GZIP exclusions

    # 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

    Running WP 3.5.1, BP 1.7 — am hesitant to upgrade as I have a bbPress install on this site where I’ve hacked core quite a bit, sadly.

    Any thoughts greatly appreciated, thanks in advance.

    #163488
    Vernon Fowler
    Participant

    Do I need a clean bb-config.php ? I thought activating bbPress for the first time would create a fresh configuration file to the same database and user as WordPress. Really stuck on this one. Appreciate your help.

    @mercime
    Participant

    @applegateian best bet would be to ask plugin dev as we have no access to the premium plugin. Check out https://codex.wordpress.org/Function_Reference/body_class

    #163477
    mattg123
    Participant

    Hi I’m trying to get pagination working from members profile pages. I found this http://wordpress.org/extend/plugins/bp-posts-on-profile/ plugin, it doesn’t work any longer, so I created my own way of doing this using bp-custom.php everything works okay and the posts are displayed fine, but I can’t seem to get the pagination working, is there anything obvious I am missing I’ll post a snippet of the code I’m using.

    ?php
    if ( get_query_var('paged') ) { $paged = get_query_var('paged'); }
    elseif ( get_query_var('page') ) { $paged = get_query_var('page'); }
    else { $paged = 1; }
    $items = 20;
    $args=array(
    'posts_per_page' => $items,
    'category__not_in' => get_option('pheno_blog_cats'),
    'author' => bp_displayed_user_id(),
    'paged' => $paged,
    );

    query_posts($args);
    ?>

    Is there anything obvious I am missing?

    #163470
    Pierre J
    Participant

    Good day,

    I have set up a new installation of
    buddypress 1.7
    wordpress 3.51
    theme onecommunity 1.03
    bbpress 2.31
    no groups setup – don’t need any (enable group forums unchecked)
    sitewide forum setup
    homepage = Home and set to frontpage1

    and keep getting this error:
    Fatal error: Call to undefined function bp_has_groups() in /home/flpsblog/www/voice/wp-content/themes/OneCommunity/frontpage1.php on line 40

    appreciate any assistance or push in the right direction.

    thanks

    #163469
    lenasterg
    Participant

    Hi, @sarathbabu_k,
    I updated the BP Group Documents for BP 1.7.
    You can downloaded from lenasterg.wordpress.com/2013/04/30/buddypress-group-documents-for-bp-1-7-and-wp-3-5-1/.

    #163451
    robgha01
    Participant

    BuddyPress Version 1.7.1
    Wordpress Version 3.5.1

    Follow up issue from the following Login Plugin here “Cant write the plugin name as it contains blocked word”

    Summery
    The main problem is that the wrong avatar is chosen to be displayed “-bpthumb.jpg” while the correct one is -bpfull.jpg.

    Vernon Fowler
    Participant

    Using WordPress 3.5.1 (installed as a directory in root) together with BuddyPress 1.6.5 I’m trying to upgrade from using group forums to bbPress version 2.3.1.

    Following http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/ to the letter except the version of bbPress is now 2.3.1. When I get to step 5 I get the insufficient permissions message.

    Activating bbPress falters with the message:
    You do not have sufficient permissions to access this page.
    at http://localhost/wp351/wp-admin/index.php?page=bbp-about
    The bbPress plugin seems to activate but really doesn’t and I can’t seem to proceed from here.

    Navigate to “Tools > Forums“ – Forums doesn’t exist under the Tools menu. This is where I’m stuck.

    I updated permalinks but this makes no difference. I notice the WordPress Dashboard includes a widget for bbPress forums with the correct number of users but 0 forums, topics and replies.

    When I tried this same process several weeks ago (perhaps with bbPress 2.3) it all worked well.

    I’m using the a child of the bp-default BuddyPress theme and my server is running Apache.

    Please help me. Where did I go wrong?

    #163442
    Tammie Lister
    Moderator

    Since BuddyPress 1.7 you don’t only have to use a BuddyPress theme so you can use any theme from https://wordpress.org/extend/themes/search.php?q=buddypress and also https://wordpress.org/extend/themes/. I’d always say ideally you use a theme that’s designed for a community but either option gets you up and running.

    Also worth looks are:
    http://infinity.presscrew.com
    http://3oneseven.com/buddypress-themes/

    As far as buying in theory again every theme that works for WordPress works but BuddyPress specific themes you can get a number of places such as (not exhaustive list):

    • BuddyBoss: http://www.buddyboss.com
    • Luca’s theme: http://luca.untame.net
    • Mojo Themes: http://www.mojo-themes.com
    • Press Crew: http://shop.presscrew.com
    • Theme loom: http://themeloom.com/themes/pure-theme/
    • Theme Forest: http://themeforest.net/category/wordpress/buddypress
    • Themekraft: http://themekraft.com
    • WPMU DEV: http://premium.wpmudev.org

    funmi omoba
    Participant

    Hi,

    can someone please help me out with a code to add a link to friends tab subnav.

    I have a page on my site named videos so i want to add a link to that video page, where it says: Friendships Requests.

    Am using latest WordPress and Buddypress 1.7.1

    thanks

    #163427

    In reply to: Remove profile links

    bp-help
    Participant

    I forgot to add this link which explains adding a class which wraps the function of the plugin:
    https://codex.wordpress.org/Plugin_API
    Note the part about avoiding function name collisions.

    #163423
    Sorensen84
    Participant

    I am using WordPress Multisite with Buddypress installed. I use the buddypress default template. I got to problems, I hope you can help me solve.

    1. My buttons overlay each other. Are there some codes to make the space between them further away. I have a screen shot, but dont know where I can upload it here. But it is the to buttons “Follow” and “Friendship” You can see it, when you are searching for a member in the search bar. You can try it at my website meework.com. But you need to make a profile to do it.

    2. Is there some way you can display whitch users who has “Favorite” your post. Right now I cant see who has favorited my comments. Is there some codes to do that.

    From Thomas

    JeremyCalogero
    Participant

    so im pretty new to buddypress and wordpress… so is anyone willing to explain to me how profile k pics work/are handled? there isn’t an option currently in my “signup” fields. also, i want to embed profile pic/info in one of my sidebars… kinda facebookish.. is this possible as well? any help would be great!

    Ikenna
    Participant

    @Hugo, I am very sorry if I seem silly but I couldn’t help matters myself. Imagine a situation where you have people who loves your work, only to create an account, activate it and to login to see what you have created and they are bounced back. I am really sorry if I had offended anybody. Now this is what actually happens, when a user creates and activates an account, and he tries to login, the user will be redirected to wordpress login. There is no errors shown, meaning the username and the password is correct. There is no spaces used. And you are right, the user gets logged in after sometime. I hope I am making sense here? Please help me.

    #163404

    In reply to: Buddypress themes

    meg@info
    Participant

    hi,

    Since BP 1.7,B BuddyPress can display its content within the context of any WordPress theme !! so you can use any wordpress theme. Else, you can youse child theme for bp.

    free:
    https://wordpress.org/extend/themes/
    payed:
    http://themeforest.net/category/wordpress/buddypress

    doxaliber
    Participant

    Hi everybody, thank you for this great plugin.

    I begin with my platform datas:
    – wordpress 3.5.1
    – buddypress 1.7.1
    – bbpress 2.3.1
    That’s my site forum: http://escrivere.com/forums/forum-groups/indice-argomenti/

    I’ve made the transition from buddypress group forums to bbpress following your guide.
    All seems to work fine, but there’s a big issue that i can’t deal with!

    When a user tries to invite some other user to his group the invited users don’t receive any notification, not via mail nor on their status bar!
    The problem exists on public, private and hidden group forums.
    Some solution?

    Other issue: Even if a forum is private or hidden (using buddypress administration) users that are not subscribed to the group can see the topic title here:

    Discussions

    If group is private they are redirect to the page where they can request to enter in the group.
    If the group is hidden they get a 404 error page.

    I don’t know how to deal with bbpress forums options, if I made a group forum “hidden” using bbpress settings group vanish from topic index, also for users that are subcribed to the hidden group, except for moderators and keymaster.

    Ah, and another big big mistake when a users try to change group settings of his group (private, hidden, public) forum option is deselected and forum group vanish, until you select again the forum group!

    Hope you can help me!

    #163401
    valuser
    Participant

    An aside – it may or may not be relevant to tweaking your plugin

    I had previously experimented with other plugins

    pagerestrict at https://wordpress.org/extend/plugins/pagerestrict/ is effective BUT has no effect on /forums/ !!!!!

    while

    path access at https://wordpress.org/extend/plugins/path-access/ is effective but just goes to a page not found -it lacks the elegant redirect!!

    #163400
    julianwagner
    Participant

    Hey guys,

    I am using WordPress 3.5.1 and Buddypress 1.7.1 and I got the following problem:

    Everywhere on the site, where someone can chose a point out of a dropdown, to sort the activity (for example), nothing happens – the site just won’t reload.

    Does anyone knows the problem and can help?

    #163399
    thesocialriver
    Participant

    @hnla, The theme is just a normal WordPress template, it is not designed for BuddyPress.

    BuddyPress seems to work just fine but the layout and formatting (i.e. sidebars over lapping with buddypress user registration) is giving me issues. For example, try going to http://www.eatyourtown.com/community/register/ , you can see that what should be a right side bar has been stretched across the entire page.

    #163397
    Gargoyle297
    Participant

    I checked around and one of the cause could be this:
    In the standard wordpress user profile page the membership plugin introduce a new field:
    “Membership key” and the panel says: “This key is used to give you access the the members RSS feed, keep it safe and secret.” I think that all the ‘non-administrator’ users cannot access rss of the site without using this key.
    The question is: “how must this key be used?” i can’t find related documentation. Can someone help me on this?

    Thanks

    #163384

    Hello, after installing the buddypress plugin on my wordpress site, I began to have a lot of CSS errors when I use the CSS validator. I also ran the validator on buddypress.org and it also has lots of errors. Is there a way to fix this? I am doing something wrong?
    Thank you!
    validator:
    http://jigsaw.w3.org/css-validator/

    my site:
    http://hola-china.net/genesis/

    #163381
    Famous
    Participant

    1. Which version of WordPress are you running? latest

    2. Did you install WordPress as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? been upgrading to latest

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. wordpress works fine

    6. Which version of BP are you running? latest

    7. Did you upgraded from a previous version of BP? If so, from which version? been upgrading to latest

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? none

    9. Are you using the standard BuddyPress themes or customized themes? using 2012

    10. Have you modified the core files in any way? no

    11. Do you have any custom functions in bp-custom.php? no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Version 2.3.1

    13. Please provide a list of any errors in your server’s log files. TypeError: jQuery.easing[jQuery.easing.def] is not a function
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js?ver=1.7.1
    Line 1455

    14. Which company provides your hosting? godaddy

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? lamp

    #163363
    cybohmoob
    Participant

    I’m wondering how I could change the profile link format from BuddyPress /member/user/ format back to the old wordpress /profile/?viewuser=2?

    I ask because I am using an older custom profile plugin that uses the old Linking system. It’s much more powerful than the BuddyPress profile system. It would be awesome if I could change it in BuddyPress so i can still keep the ALL the BuddyPress features but Harness the power of the plugins profile plugin.

    Can someone point me in the right direction? Which function to modify?

    #163348
    linkinp
    Participant

    Thank you for responding.
    What is confusing is that I have two local installations of WordPress and two local websites.
    In one of the installation’s WordPress Admin I can see Forums panel in Buddypress config, on the other one I cannot.

    Anyway the only reason I wanted to access Forums Panel was to be able to enable Site-wide Forums.

    With no Forums panel how do I do it ?

    on the Forums panel I had two options Forums for group and New! Site Wide Forums.

Viewing 25 results - 14,151 through 14,175 (of 32,678 total)
Skip to toolbar