Search Results for '"wordpress'
-
Search Results
-
Hi everyone. I’ve been trying to display posts from the forum on a static home page so that it gives the appearance of a blog. Basically, I’m using the tewntyeleven theme and I’m using the showcase.php template to display the forum entries.
you can see what I’m going for here.. http://test.objectsinmotion.org
So far, I’ve managed to modify it so that super stickies are put in the featured slideshow. The forum posts are displayed properly, and I’ve managed to pull the topic tags. One of the things I’ve been having a lot of trouble with is displaying the forum a topic is posted in as a category. Normally there is a line of text below the topic excerpt that says, “posted in (category name)” . But it seems that nothing I have tried so far is working. In fact, whenever I try to call the forum title, is displays the topic title instead.
I’m not a programmer, and I know next to nothing about php, I’ve been doing a lot of reading, and trying to learn as much as I can, but I’m just running into a brick wall here. Any help anyone could offer would be much appreciated.
Showcase.php uses content.php to display all that meta data. right now it looks like this..
<?php
/**
* The default template for displaying content
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php if ( is_sticky() ) : ?>
<hgroup>
<h2 class="entry-title"><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>
</hgroup>
<?php else : ?>
<h1 class="entry-title"><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<?php endif; ?>
<?php if ( 'topic' == get_post_type() ) : ?>
<div class="entry-meta">
<?php twentyeleven_posted_on(); ?>
</div><!-- .entry-meta -->
<?php endif; ?>
<?php if ( comments_open() && ! post_password_required() ) : ?>
<div class="comments-link">
<?php comments_popup_link( '<span class="leave-reply">' . __( 'Reply', 'twentyeleven' ) . '</span>', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?>
</div>
<?php endif; ?>
</header><!-- .entry-header -->
<?php if ( is_search() ) : // Only display Excerpts for Search ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<?php else : ?>
<div class="entry-content">
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyeleven' ) ); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
</div><!-- .entry-content -->
<?php endif; ?>
<footer class="entry-meta">
<?php $show_sep = false; ?>
<?php if ( 'topic' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
<?php
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
if ( $categories_list ):
?>
<span class="cat-links">
<?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
$show_sep = true; ?>
</span>
<?php endif; // End if categories ?>
<?php
/* translators: used between list items, there is a space after the comma */
$topic_tags = bbp_get_topic_tag_list( '', __( ', ', 'twentyeleven' ) );
if ( $topic_tags ):
if ( $show_sep ) : ?>
<span class="sep"> | </span>
<?php endif; // End if $show_sep ?>
<span class="tag-links">
<?php printf( __( '<span class="%1$s">Tagged</span> %2$s ', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $topic_tags );
$show_sep = true; ?>
</span>
<?php endif; // End if $topic_tags ?>
<?php endif; // End if 'topic' == get_post_type() ?>
<?php if ( comments_open() ) : ?>
<?php if ( $show_sep ) : ?>
<span class="sep"> | </span>
<?php endif; // End if $show_sep ?>
<span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>
<?php endif; // End if comments_open() ?>
</footer><!-- #entry-meta -->
</article><!-- #post-<?php the_ID(); ?> -->Other things on my to-do list include making the comments section show number of forum replies instead of number of wordpress comments, and changing the author link so that it goes to the bbpress profile of that user instead of a wordpress post archive.
For now though, I’m hoping that someone out there can help me with the “category” issue. Anyone have any ideas?
Hi, I’m running the current versions of wordpress/buddypress with the current bbpress plugin. I’d like to return usernames instead of real names in the forum, or user_login names instead of user_id names. I’m not sure where to make the adjustments. Any advice?
I installed bbpress 2.0.2. It works fine with wordpress. However, I cannot see the editor bar when creating/editing topics and replies. I am wondering whether there is a way I can use the editor in wordpress or something similar?
Appreciate any help and information.
Hi,
I’m running a bbPress 2 within BuddyPress, so bbp_reply_author_link(); links to the BuddyPress profile – domain.com/members/username. I’d like to change that link so that the username links to the WordPress author page (domain.com/author/userame). Changing the user slug in the bbPress settings to “author” didn’t help.

So – how is it possible to change that link or alternatively to display the username only, without any link?
Thanks,
neontrauma
I am wondering if there is a way with bbPress 2 to close forums to new topics, but allow users to reply to existing forum topics within that forum (or subforum). Ideally this would emulate the functionality of this bbPress standalone plugin:
http://bbpress.org/plugins/topic/read-only-forums/
Currently, closing a forum restricts users’ ability to create topics and reply to existing topics (including topics in open subforums).
I found someone else raising this issue in the WordPress forums, here, but wasn’t sure that it was the most appropriate place to ask the question.
Topic: Better Spam Handling
Spam is hard to deal with in bbpress, WordPress itself does a much better job. For one thing, I would like to see replies to see if it is really spam, but it doesn’t seem like I can view it without marking it as “Not Spam”.
Also, I would like to see a “Delete permenantly” button in the Spam list for both topics and replies.
I think that bbPress also needs better notification, or a setting for “Topics/Replies must be approved the first time”. I had 20 topics that were spam that had showed up in my forums, but I don’t get much traffic, so I didn’t realize they were there.
My website has already installed WordPress 3.2 at mydomain.com/blog/. Recently I installed the bbpress 2.0 plugin, trying to set up a forum for my site. However, from what I can see, I can set up the forum as mydomain.com/blog/forums/. But what I really want to do is set it up as mydomain.com/forums/, which means I want to let the blog and fourm appear to be in separate and parallel directories (not one inside another). Can somebody tell me how to do it?
Thanks!
I am working on a bbpress forum in a WordPress site for a client and it needs to be one forum only. the focus is to be on the topics list.
I’m using the bbp-twentyten theme.
Thanks!
Topic: More settings
Somehow, I believe there are to be more settings than just the two known to me. I’m using WordPress 3.2.1 and have installed bbPress through BuddyPress…
Now i can only make minor settings through:
1. wp back end -> BuddyPress -> Preferences (5 checkboxes and thats it)
2. wp back end -> Settings -> Forums (couple of minor per page settings + slugs).
That can’t be it right? bbPress is a powerful forum, there have to be more settings right? Am I missing anything?
p.s. for example, I want the ‘start new topic’ field gone and move it to it’s own page in stead of being underneath the forum/topic list…
. So I am in a dead end here… I would basically need to keep forum’s authors (only name is sufficient) without creating an entry in the wp_users database (so that my users may register for WP using the same e-mail). Thank you very much for your help/advice/suggestions. All the best from Misha