Search Results for 'wordpress'
-
Search Results
-
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
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
Topic: Hiding Comments
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.
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
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?
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.
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