Search Results for ' . default . '
-
Search Results
-
After installing the plugin and view the topics, found in the Error Console
Error: TypeError: $(...).on is not a function Source: /wp-content/plugins/bbpress/templates/default/js/topic.js?ver=2.3.2 Line: 22
Fixed bug with changing the .on to .live at line 22 and 27
Topic: Trouble viewing profile
I’m running wordpress 3.5.1 and bbpress 2.3.2. I’m having difficulty viewing/editing a users profile.
When you click on the name of the person who started a topic, or on your own “Edit Profile” link, the site “spins” for quite awhile then displays a very large page that has a large number of that users profile displayed over and over again. If I click on one of the links in any of the profiles…like “Topics Started” all is well. I get the users profile with a list of the topics they have started to the right of it.
It’s just the first link that has the problem. It looks like thte code is caught in an infinite loop that just keeps returning the users profile over and over again.
I’m wondering if it could be the bbpress.php file causing the problem. I thought I had the default version with a few things commented out. Here’s what I have:
<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h1><?php the_title(); ?></h1> <?php // include (TEMPLATEPATH . '/inc/meta.php' ); ?> <div class="entry"> <?php the_content(); ?> <?php wp_link_pages(array('before' => 'Pages: ', 'next_or_number' => 'number')); ?> </div> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> </div> <?php // comments_template(); ?> <?php endwhile; endif; ?> <?php //get_sidebar(); ?> <?php get_footer(); ?>
Thanks in advance.
Topic: 404 on Child Forums Only
My client has a bbPress/BuddyPress/s2Member forum site with about 400+ members. The site has been running very well for about a year now. This morning I got a call from my client that the Forums are showing Page Not Found on child-forums only. The parent forum pages and topic pages are still displaying accurately. The only change made recently was updating to bbPress 2.3.2, but I can’t say for sure that the problem began immediately after updating.
We are running the following (all up-to-date versions):
- WordPress 3.5.1
- bbPress 2.3.2
- BuddPress 1.7.2
- s2Member Pro v130513
I have tried all of the following with no results:
- Re-saving Permalinks
- Changing Permalinks Structure
- Remapping to Default Roles
- Changing Archive Slugs and Single Slugs
- Flushing Rewrite Rules
- Adding some Capabilities Hacks (removed after they didn’t work)
- Deactivating every plugin (including bbPress and reactivating it)
- No new pages have been added
- No new Custom Post Types have been added
I get the same issue regardless of User Role (Keymaster, Admin, Participant, Moderator, etc…)
I am at a loss and my client is getting frustrated. Please help if you can. Thanks!
Topic: 404 on Child Forums Only
A client of mine uses a bbPress/BuddyPress site with a decent sized user base (400+) and out of the blue (seemingly) we are getting a 404 – Page Not Found on any Child Forum page. Topics still work, Parent Forums still work and it is the same no matter the User Role (Admin, Participant, Moderator, Keymaster…). All plugins are up to date. We did just upgrade to the latest bbPress and noticed the problem shortly after, but not 100% sure that was the cause.
WordPress 3.5.1
bbPress 2.3.2
BuddyPress 1.7.2
s2Member® Pro v130513I am NOT using any Role/Capability Plugins.
Haven’t added any new plugins recently.
I tried:- Re-saving Permalinks
- Changing Permalinks
- Flushing Rewrites
- Remapping Roles to Default
- Adding some Capability Hacks (removed after they didn’t work)
- Checking/Unchecking “Auto Role”
- Changing Archive Slugs and Single Slugs
- There have not been any new Pages added
I’m at a bit of a loss and my client is getting frustrated. Please help if you can!
Hi,
This seems very simple to do but I couldn’t get it working. I want the default bbpress theme but wrapped with my theme.I added the CSS file in my theme and I added a forum index shortcode in the main forum page. Right now the forum index renders OK (the forum index is the content, everything is correctly wrapped by my theme, interpreted by page.php I guess).
But as soon I get to a topic page, it’s the single.php or page.php that is used, without any bbpress template file (no breadcrumbs, etc., there is only the post).
I don’t want to customize bbpress, just want the bbpress template to appear in my theme content templates. Any way to do this easily? I would like to avoid customize all pages one by one and keep built it theme integrity…
I added a
bbpress
subdirectory to my theme and got a blank screen. I was using a “silence is golden”index.php
file in the subdir and removing that fixed it. I guess the subdir acts as a subtheme or something (though it has no style.css file).Interesting thing is I could also fix it by dropping in the files from
plugins/bbpress/templates/default/extras
to my main theme directory, following the instructions here: `http://codex.bbpress.org/theme-compatibility/Posting this in case it helps anyone else.
bbpress 2.3.2 and WordPress 3.5.1. Link to site.
Hello,
I have a multi-site set up and a problem with users automatically being added to other blogs (sub-sites) on their network. Upon visiting a sub-site, the user gets assigned a “participant” role. This is then shown in their “My Sites” drop down in their Admin bar.
In the forum “settings”, there is a check box with this next to it:
Automatically assign default role to new, registered users upon visiting the site.
I have toggled this off and on several times, in the hope that it would fix my problem. It doesn’t.
Please help: why is my multi-site installation still adding users (“participants”) to every sub-site they visit?
Thank you.
Sonny