Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,076 through 14,100 (of 32,678 total)
  • Author
    Search Results
  • mariahdee
    Participant

    When a member registers and activates their account (by clicking on the activation e-mail link), they are not added to the Members page in BuddyPress. Even after logging in for the first time, they are still not added to the Members page in BuddyPress.

    Here are the specs:

    1. Which version of WordPress are you running? 3.5.1

    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? Subdirectory

    4. Did you upgrade from a previous version of WordPress? If so, from which version? N/A

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

    6. Which version of BP are you running? 1.7.1

    7. Did you upgraded from a previous version of BP? If so, from which version? Nope

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

    9. Are you using the standard BuddyPress themes or customized themes? WordPress.org-approved BuddyPress themes

    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? 2.3.2

    14. Which company provides your hosting? HostGator

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

    mariahdee
    Participant

    When I or another user joins a group, the button still reads “Join Group” rather than “Leave Group” or something like that and upon clicking “Join Group” again, you receive an error message saying “There was an error joining the group.”

    Here are the specs:

    1. Which version of WordPress are you running? 3.5.1

    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? Subdirectory

    4. Did you upgrade from a previous version of WordPress? If so, from which version? N/A

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

    6. Which version of BP are you running? 1.7.1

    7. Did you upgraded from a previous version of BP? If so, from which version? Nope

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

    9. Are you using the standard BuddyPress themes or customized themes? WordPress.org-approved BuddyPress themes

    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? 2.3.2

    14. Which company provides your hosting? HostGator

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

    #163929
    r-a-y
    Keymaster

    Thanks for the report; sounds like a bug.

    I’ve added a ticket about this here:
    https://buddypress.trac.wordpress.org/ticket/5000

    #163928
    r-a-y
    Keymaster

    If you disabled search engines from indexing your site (under “Settings > Reading” in the WP dashboard), then bbPress will not add any activity entries to the site.

    Here’s a ticket I posted on the bbPress site about this:
    https://bbpress.trac.wordpress.org/ticket/2151

    To override this behavior, add the following snippet to your theme’s functions.php:
    add_filter( 'bbp_is_site_public', '__return_true' );

    r-a-y
    Keymaster

    Thanks for the bug report, Peter.

    I have confirmed your issue and have added a ticket here:
    https://buddypress.trac.wordpress.org/ticket/4999

    The ticket has a patch that will add back the “Forums” tab so you can configure the old legacy forums.

    Moving forward, the legacy forums will not be the preferred option and you should look to use the bbPress plugin.

    Check out this codex article for more info:
    https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/using-bbpress-2-2-with-buddypress/

    #163917
    ethanthekiwi
    Participant

    I would like to have Buddypress hide any comments after three have been made. I’ve looked this up and found a few older posts on the topic, but I cannot find the files they reference, so I guess things have changed. Someone also mentioned that it should hide comments after five, but my site is not doing that. I made a thread with 18 nested comments just to see, and it hasn’t hid any yet. Is there a setting, plugin, or file that can can be used to do this?

    Wordpress 3.5.1 on Turnkey Linux (Ubunutu)
    Buddypress 1.7.1

    ramy7777
    Participant

    I’m currently using wordpress 3.5.1 and I installed buddypress 1.7.1. It says please repair your pages. I could not find Activate and Register page in page tab.
    Can anyone please show me how to resolve it step by step?
    How do I get those 2 pages?

    Note: I tried to uninstall the plugin so many times already.

    #163902
    @mercime
    Participant

    @robinlolo I’m getting Service Unavailable – HTTP Error 503. The service is unavailable
    when I go to your site. It would be better for you if your webhost can move you from Windows/IIS hosting to Linux/Apache hosting.

    But if that’s beyond your control, I suggest that you deactivate all plugins including BuddyPress. Resolve pretty permalinks without index.php in your WordPress installation first at https://wordpress.org/support/forum/how-to-and-troubleshooting

    modemlooper
    Moderator

    If you can not drag widgets in the WordPress admin then your install is most likely broken. This could be anything and you will need to narrow it down by deactivating everything except the very basics of WordPress. Use Twenty Twelve theme with no plugins active and then test dragging widgets, if dragging works then test each plugin one by one.

    #163889
    robinlolo
    Participant

    @mercime : I have contact my web hosting company and they said they support buddypress installation.

    they said you might have a problem with your .htaccess redirecting.

    please have a look on its code

    RewriteBase /
    
    #uploaded files
    
    RewriteRule ^(.*/)?files/$ index.php [L]
    
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    
    RewriteRule ^(.+)$ $1/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    
    RewriteCond %{REQUEST_FILENAME} -d
    
    RewriteRule . - [L]
    
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    
    RewriteRule . index.php [L]
    
    <IfModule mod_security.c>
    
    <Files async-upload.php>
    
    SecFilterEngine Off
    
    SecFilterScanPOST Off
    
    </Files>
    
    </IfModule>
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule . /index.php [L]
    
    </IfModule>
    #163883
    robinlolo
    Participant

    @mercime Thank you for your decent reply.

    I will check with them now and will let you know.

    I just want to modify my last problem … I can use the registration via wordpress , but nothing related to buddy press or bbpress is working … forums and groups member and the rest.

    Thank you again.

    #163878

    In reply to: buddypress link issue

    skippyg
    Participant

    thanks for the response. . wordpress is working fine…
    just the links issue as described above

    Henry
    Member

    There is a plugin which will let you do this very easily

    BuddyPress Block Activity Stream Types:
    https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/

    #163863
    @mercime
    Participant
    #163862

    In reply to: My social network

    @mercime
    Participant

    @haies Re themes: Nearly all WordPress themes are compatible with BuddyPress since BuddyPress 1.7.

    Re plugins compatible with BuddyPress: most, not all, of the plugins tagged BuddyPress in the WordPress plugins repository https://wordpress.org/extend/plugins/tags/buddypress
    Do check first if the plugin is compatible with the latest WordPress/BuddyPress versions.

    #163861
    @mercime
    Participant

    @robinlolo I assume that you’re on a Windows server hence the index.php added to your URL for pretty permalinks like http://indonesia.nexeviintl.com/index.php/members/ Adding index.php is not going to work with BuddyPress.

    Check out https://codex.buddypress.org/developer/developer-docs/iis7-web-config/ or https://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite or contact tech support of your webhosting service for assistance. Please make sure that your pretty permalinks are working before activating BuddyPress again.

    modemlooper
    Moderator

    This theme is severely outdated. I would not use it with BP 1.7. You can use most any 3 column WordPress theme with BuddyPress 1.7

    yidamweb
    Participant

    @modemlooper

    Hi,

    I am using BP Columns theme in the website – http://psychotherapyandcounseling.org for which I request resolution of some issues I am facing. The problem is in Appearance >> Widgets. The sidebars cannot be configured at will. Their structure as it is visible in the “Widgets” page is different from the actual structure of the main page of the site: http://psychotherapyandcounseling.org.

    The configuration is as follows:

    1. WP version 3.5.1

    2. Installed WordPress as a directory in the root.

    3. The WP version has kept upgrading from earlier versions.

    4. WP was functioning properly before installing BP.

    5. BP version 1.7.1

    6. BP was upgraded from earlier versions, which happened automatically.

    7. Plugins other than BuddyPress installed and activated: Akismet, BP-Registration-options, Collapase Page and category plugin, collapsing categories, custom post display, decent comments, fast secure form, floating social media icon, members list, smart slideshow widget, Ultimate TinyMCE, WordPress Database backup, YouTube sidebar widget

    8. No core files modified in any way.

    10. No custom functions in bp-custom.php.

    TIA.

    hello, I am currently running the newest version of wordpress in my webpage. i use it with the latest version of bpress.

    When I go to the registration page of my website or click “Create an account” it takes me to http://tuuniversidadvirtual.com/register/ but it shows a page not found error.

    registration used to work. now i can only register with social login. I tried disabling the plugins and that didnt help.

    any ideas? it used to work fine before

    #163812

    In reply to: SEO for BuddyPress

    meg@info
    Participant

    Hi @henrywright-1,

    I think the free version of SeoPress cover 70% of SEO in buddypress :

    https://wordpress.org/extend/plugins/seopress/

    #163785
    John Conner
    Participant

    @mercime I prefer not to use plugins as much as I could, besides in this case there is no hearty one (just some of not bad plugins in codecanion for purchasing and one on wordpress.org -menu effect- not working at all). So I’ll spend some hours to find the best way of sub menu animation specially for BP default theme and if I get a result I’ll send words.

    #163772

    In reply to: SEO for BuddyPress

    bp-help
    Participant
    BobSD99
    Participant

    using WordPress 3.5.1., BP 1.7.1.

    I’ve created a custom checkbox field for “Newsletter” in the “base” group for the user’s xProfile. I would like this field to be checked by default (user consents to newsletter). I set the default value as “Yes” in the configuration, but this doesn’t appear to load the field as checked. I tried adding a second value, “No,” which of course is not default, but that didn’t make the default field checked either. This is the expected behavior with “default” for checkbox, am I doing something wrong?

    #163767
    shanebp
    Moderator

    @funmi-omoba
    Thank you for mentioning our BuddyBlock plugin.

    @tim_marston
    If you’re using BP 1.7 then BuddyBlock will do exactly this:
    ” each individual member to be able to block another member from seeing/contacting/interacting with them”.

    Re IPs – there are some WordPress plugins that get IPs for posts and comments.
    But the best way is to get the IP when a user registers and store it in the usermeta table.
    That would probably require some custom code.
    Then use htaccess to block that IP if necessary.

    #163762
    monkally
    Participant

    Hello everybody,

    So I am currently trying to make my wordpress theme compatible with Buddypress, and the “tweaking the layout” section is causing some troubles. I can’t seem to figure out how to fix the alignment. It says in the tutorials, that I should change the HTML structure selected BuddyPress template files to match the structure of your WP theme’s page.php or index.php file.

    I am having trouble with finding the structure – it does not look quite right on my site. Can somebody help my figure out my HTML structure in the following, and how I should insert these in my buddypress files?


    <?php
    /*
    Template Name: Page with sidebar
    */
    ?>

    <?php get_header(); ?>

    <div class = "outerpagewrap">
    <div class="pagewrap">
    <div class="pagecontent">
    <div class="pagecontentContent">
    <h1><?php the_title();?></h1>
    <p><?php the_breadcrumb(); ?></p>
    </div>
    <div class="homeIcon">"></div>
    </div>

    </div>
    </div>

    <div id="mainwrap">

    <div id="main" class="clearfix">

    <div class="pad"></div>

    <div class="content pagesidebar">
    <div class="postcontent">
    <div class="posttext">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div class="usercontent"><?php the_content('<p class="serif">Read the rest of this page »</p>'); ?></div>

    <?php wp_link_pages(array('before' => '<p>Pages: ', 'after' => '</p>', 'next_or_number' => 'number')); ?>

    <?php endwhile; endif; ?>
    </div>
    <div>
    <h3 class="titleborderh"><?php echo stripText($data['translation_share_page']) ?></h3>
    <div class="titleborder"></div>
    </div>
    <div class="socialsingle"><?php socialLinkCat(get_permalink(),get_the_title(),false) ?></div>
    </div>
    </div>
    <?php get_sidebar(); ?>
    </div>
    </div>

    <?php get_footer(); ?>

    I am using the bp-compatible plugin.

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