Forum Replies Created
-
In reply to: Remove this code ? Look this link
I put this CSS in “Custom CSS” in my theme, but nothing happened.
In reply to: Photo in Latest postsMy website is in maintenance.
Look my forum, click HERE.
In reply to: Photo in Latest postsIn reply to: Photo in Latest postsO que estou respondendo aqui não aparece.
In reply to: Photo in Latest postsIf have not installed the right template files to show the photo of users, what should I do?
In reply to: Photo in Latest postsThank you.
So, Please, where exactly I should enter these codes above, within my code I have in the folder: loop-single-topic.php
see:
<?php
/**
* Topics Loop – Single
*
* @package bbPress
* @subpackage Theme
*/?>
<ul id=”bbp-topic-<?php bbp_topic_id(); ?>” <?php bbp_topic_class(); ?>>
<li class=”bbp-topic-title”>
<?php if ( bbp_is_user_home() ) : ?>
<?php if ( bbp_is_favorites() ) : ?>
<span class=”bbp-row-actions”>
<?php do_action( ‘bbp_theme_before_topic_favorites_action’ ); ?>
<?php bbp_topic_favorite_link( array( ‘before’ => ”, ‘favorite’ => ‘+’, ‘favorited’ => ‘×’ ) ); ?>
<?php do_action( ‘bbp_theme_after_topic_favorites_action’ ); ?>
</span>
<?php elseif ( bbp_is_subscriptions() ) : ?>
<span class=”bbp-row-actions”>
<?php do_action( ‘bbp_theme_before_topic_subscription_action’ ); ?>
<?php bbp_topic_subscription_link( array( ‘before’ => ”, ‘subscribe’ => ‘+’, ‘unsubscribe’ => ‘×’ ) ); ?>
<?php do_action( ‘bbp_theme_after_topic_subscription_action’ ); ?>
</span>
<?php endif; ?>
<?php endif; ?>
<?php do_action( ‘bbp_theme_before_topic_title’ ); ?>
<?php do_action( ‘bbp_theme_after_topic_title’ ); ?>
<?php bbp_topic_pagination(); ?>
<?php do_action( ‘bbp_theme_before_topic_meta’ ); ?>
<p class=”bbp-topic-meta”>
<?php do_action( ‘bbp_theme_before_topic_started_by’ ); ?>
<?php
if (class_exists(‘userpro_api’)) {
/* Integrating UserPro */
global $userpro;
$link = preg_replace(“/(?<=href=(\”|’))[^\”‘]+(?=(\”|’))/”, $userpro->permalink( bbp_get_topic_author_id() ),
bbp_get_topic_author_link( array( ‘size’ => 14 ) ) );
} else {
$link = bbp_get_topic_author_link( array( ‘size’ => ’14’ ) );
}
?><span class=”bbp-topic-started-by”><?php printf( __( ‘Started by: %1$s’, ‘bbpress’ ), $link ); ?></span>
<?php do_action( ‘bbp_theme_after_topic_started_by’ ); ?>
<?php if ( !bbp_is_single_forum() || ( bbp_get_topic_forum_id() !== bbp_get_forum_id() ) ) : ?>
<?php do_action( ‘bbp_theme_before_topic_started_in’ ); ?>
<span class=”bbp-topic-started-in”><?php printf( __( ‘in: %2$s‘, ‘bbpress’ ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span>
<?php do_action( ‘bbp_theme_after_topic_started_in’ ); ?>
<?php endif; ?>
</p>
<?php do_action( ‘bbp_theme_after_topic_meta’ ); ?>
<?php bbp_topic_row_actions(); ?>
<li class=”bbp-topic-voice-count”><?php bbp_topic_voice_count(); ?>
<li class=”bbp-topic-reply-count”><?php bbp_show_lead_topic() ? bbp_topic_reply_count() : bbp_topic_post_count(); ?>
<li class=”bbp-topic-freshness”>
<?php //bbp_topic_freshness_link(); ?>
<p class=”bbp-topic-meta”>
<?php do_action( ‘bbp_theme_before_topic_freshness_author’ ); ?>
<?php
if (class_exists(‘userpro_api’)) {
global $userpro;
$link = preg_replace(“/(?<=href=(\”|’))[^\”‘]+(?=(\”|’))/”, $userpro->permalink( bbp_get_topic_author_id( bbp_get_topic_last_active_id() ) ), bbp_get_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 30 ) ) );
} else {
$link = bbp_get_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 14 ) );
}
?><span class=”bbp-topic-freshness-author”><?php echo $link; ?></span>
<?php do_action( ‘bbp_theme_after_topic_freshness_author’ ); ?>
</p>
<!– #bbp-topic-<?php bbp_topic_id(); ?> –>
In reply to: Photo in Latest postsBut, how do I manage to get it on my forum ?
I wish these photos appear on my forum, as I do ?
In reply to: Some words are not translatedI also have this problem =(
In reply to: Photo in Latest postsLook this link: http://ajudaroproximo.com.br/wp-content/uploads/2014/11/forum-pictures.jpg
I want in my forum, please, what is the step by step ?
In reply to: How do I for not appear create new topic ?Thank you ! =D
In reply to: How do I for not appear create new topic ?Up
Help me please.
How can I do for “Create new topic” not to appear ?
In reply to: PictureI’m sorry for taking your time and also sorry for my bad english.
You’re always giving me excellent support.
In reply to: PictureAbout the photo, I’d like the photos on my forum has this width and height.
URL forum have picture: http://viagemastral.com/forum/index.php?/topic/20518-transfigura%C3%A7%C3%A3o/
In reply to: PictureMy bbPress codes have many other plugins mixed with it, so I can not make these changes.
I want to modify only these three items photo already do one weeks and I can not. =(
I give you my username and password, you can get into my wp-admin to do these three changes? Please.
In reply to: PictureIn reply to: PictureI use UserPro plugin, and there is a CSS option, when I put this CSS, nothing happens =(
My site is still under construction, see link:
http://ajudaroproximo.com.br/foruns/topico/bem-vindos-ao-forum/How do I send an image attachment, and thus show you how I like to stay?
In reply to: PictureThis CSS below did not increase the width and height of the photo:
#bbpress-forums div.bbp-reply-author img.avatar {
border: medium none;
max-width: 150px;
padding: 0px;
margin: 12px auto 0px;
float: none;
max-height: 150px;
}This CSS increases the space between the photo and the post, but does not increase the size of the photo (does not increase the width and height of the photo):
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-topic-content {
margin-left: 150px;
padding: 12px 12px 12px 0;
text-align: left;
}So I wish I could increase the size of the width and height of the picture, and also the space between the picture and the post.
In reply to: PictureThis CSS solved the space between the photo and the post, But, not enhanced photo.
What should I do?
In reply to: PictureUp
In reply to: PictureIn my plugin UserPro, has a page of CSS, which changes the bbPress forum.
So what could I use CSS to change three items:
– The image (photo that appears when you make a post).
– Space between the photo and the message (because when I increased the width of the photo, the photo was leaning against the post).
– And also how do I over the photo, appears a name, example: “Moderator”, “Admin”, “Member” …?Help me please.
In reply to: Which need I use?Thank you.
Another question: How do I the picture that appears when you put messages on the forum, appear larger and rectangular, equal this forum here, see: http://viagemastral.com/forum/index.php?/topic/20462-minha-vida-%C3%A9-ruim-mas-os-sonhos-s%C3%A3o-bons/
I want the same, please.
In reply to: Which need I use?I have “WordPress”, forum “bbPress”, plugin “UserPro” … And I want to give points, rewards for users of my website, when they share articles, make comments, create forum topic, etc and has appears in his profile for everybody to see (points and medals).
So what should I use ?
Plugin mycred? Plugin WPAchievements codecanyon? or what?
Help me please.
In reply to: Which need I use?3 questions more:
Stephen Edgar, how do you make your photo appear underneath written “Moderator”?
Under my picture there in my forum, the “ip” appears. How to do to Not display the “ip” under the photos of users? I don’t want.
And the photo below, how do I make the photo appear the user level to display, putting stars or medals? How do I put stars or medals to my users ?
In reply to: Which need I use?Thank you Robkk
In reply to: ModeratorsExample, I choose four persons to be Moderators of my forum, then that person needs a panel to “Manage” and can delete posts, ban users, etc, you know?
Help me, please.