Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide the “Subscribe” link in the topic

Published on May 19th, 2020 by theicebooky

Is it possible to hide the subscribe link in the topic and only show the subscribe link for forum?

import data

Published on May 19th, 2020 by surveypacific1

How to import from some other forum software?

“Subscribe” link customization (Make it bigger)

Published on May 19th, 2020 by theicebooky

Hello,
I am wondering if it is possible to make the subscribe link bigger as it is quite small.

If possible, is it possible to make it look like a box (imagine Youtube kind of subscribe button)?

Thank you very much :))

Custom Links buttons for Login / Register

Published on May 19th, 2020 by emeric86

Dear all,

Please need some assistance to “css custom” the links buttons “Log in” and “Register”
I would like to :
– change the links
– change the appearance

This is what appear in the inspection console:
div class=”bbwptw-login-register-links”
<p>
Log in
/
Register</p></div>

Appearance that i want:
.button {
background:#2942aa;
border-radius:30px
}
.button:hover {
background-color: #208aae; }

Sort topics by date created

Published on May 19th, 2020 by theicebooky

I am wondering if it is possible to sort topic by newest on top to lowest on the bottom. Right now, the snippet I am using to do this is:

function my_custom_display_topic_index_query () {
$args[‘orderby’] = ‘date’;
$args[‘order’] = ‘DESC’;

return $args;
}
add_filter(‘bbp_before_has_topics_parse_args’, ‘my_custom_display_topic_index_query’ );

Is it possible to reverse this from 0ld->New to New->Old?

P.S. How do I make it so that all the topics will be display in one page and not be pushed to the second page if the number of topics increase?

showing views, replies and likes in blog element

Published on May 19th, 2020 by ctmichelle

Hi,

I’ve added a blog element (pulling in topics) to my community homepage but need to display some additional stats in the feed.

I need to display the following:
1. # of views (Ive selected this in the settings, but stats are not displaying)
2. # of likes
3. # of replies

Additionally, there is an ‘0’ after the excerpt. I’ve set the excerpt length to 160 characters to pull in a large portion of the title. The ‘0’ appears where the title is less than 160 characters. Is there a CSS code I can use to hid the ‘0’?

See the page here. https://community.catalysttech.co/
Would appreciate any advice.
Thanks.

Thiết kế nội thất chung cư

Published on May 18th, 2020 by tnt999

Trả lời: Đăng trong trang chủ đề

Not Importing SMF Database

Published on May 18th, 2020 by pinksparklegirl

I’m trying to convert my SMF database, but nothing is being imported (runs through each step, but nothing to import).

I’m using SMF 2.0.17, the most recent versions of bbPress and WordPress.

Can anyone advise how to pinpoint the problem? There were no errors listed.

Subscription Email?

Published on May 18th, 2020 by theicebooky

Hey, I know that bbpress have the option to subscribe to forums.

Is there a way to customize those emails??

Thank you!!

Making Texts in the post Uncopyable?

Published on May 17th, 2020 by theicebooky

I am wondering if it is possible to make the word on the forums and topics uncopyable? I am scared that people will just rip my post off and just post my content on their sites 🙂

Thanks!!

Skip to toolbar