Forum Replies Created
-
BbPress has over 300+ supported plug in with WordPress you can easily design your web site the way you like and making your forum unique I can tell you fact bbpress doesn’t have that’s full functionality but you can create your own custom plugins to work with it
In reply to: How can I change the size of hot tagsI was able to do some changes just now thanks Robin I really need to learn php
In reply to: How can I change the size of hot tagsAny help
In reply to: How can I change the size of hot tags// Output the topic tags
wp_tag_cloud( array(
‘smallest’ => 9,
‘largest’ => 8,
‘number’ => 8,
‘taxonomy’ => bbp_get_topic_tag_tax_id()
) );How can I style this please
I want the smallest should have a “green” color and hottest should have “red”Help me save a life
In reply to: How can I get the category to display in topicI tried to echo the name of the forum but that’s did not work
I want to to display the forum name under the topic, (if the topic is from the forum)
In reply to: How can I get the category to display in topicSo is there a way to get a forum that’s a particular topic belong to
How can I remove reply form “info” or hide it using css only reply form info
OK I was able to do that’s, is there a way to let it show after the topic or reply I mean under or below I don’t like it rge way its showing at the top
Will I have to create field in admin user area
Ok
I have installed it but I couldn’t see the field in user profile, and also no that’s I’m using buddypress
Yes I want them to be able to add it
I was able to solve it
I got this error on the front-page
home4/temian1/public_html/wp-content/themes/Tribe/functions.php on line 4
Warning: A non-numeric value encountered in /home4/temian1/public_html/wp-content/themes/Tribe/functions.php on line 4
Now it’s works perfectly thanks
I got an error why using the code
Thanks for your time
I’m trying to add css tag to this code but could not
add_shortcode (‘kiki-greet’ , ‘kiki_greet’ ) ;
function kiki_greet() {
$user = wp_get_current_user() ;
echo $user->display_name ;
}I want to style the name
In reply to: Is there a way to display users with highest topicsThanks let’s me check it out
In reply to: Is there a way to display users with highest topics.tc-avatar img{border-radius:50%;height:50px;width:50px;}
.tc-avatar{margin:0;padding:0px;}
.tc-content{display:none;margin:0;padding:0;}In reply to: Is there a way to display users with highest topicsI was able to hide the name and also was able to give it a border radius
But I was unable to make the avatars position themselves in an horizontal line
In reply to: Is there a way to display users with highest topicsThanks I will try and work with this and get back to you
In reply to: Is there a way to display users with highest topicsHow can I remove there name from the image
In reply to: Is there a way to display users with highest topicsNow that’s worked fine can you help
I will like to display the avatarIn display:inline and given the image rounded corners