and here is my new ...
 
Notifications
Clear all

[Closed] and here is my new community

9 Posts
4 Users
6 Reactions
6,582 Views
Tutrix
(@tutrix)
Posts: 1357
Noble Member
Topic starter
 

this is my forum about smart home

https://www.tutrix.de/forum/

 

visit my wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...

 
Posted : 26/04/2020 4:28 pm
Sofy, Martin and Robert reacted
Sofy
 Sofy
(@sofy)
Posts: 4585
Support Team Admin
 

Thank you @tutrix!

That's great! I like it.

In case you want to say thank you 😊
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

 
Posted : 27/04/2020 9:24 am
Tutrix reacted
Robert
(@robert)
Posts: 10549
Support Team Admin
 

Great!

You did a perfect job!

Very nice and professional customization of wpForo template files.

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

 
Posted : 27/04/2020 10:20 am
Tutrix reacted
t.niron
(@t-niron)
Posts: 86
Estimable Member
 

Hello @Tutrix

How to show wpForo categories in frame?

Thank you

Huzur Doğadadır...

 
Posted : 30/04/2020 8:58 pm
Tutrix
(@tutrix)
Posts: 1357
Noble Member
Topic starter
 

thanks to all for the good rating 😀 

@t-niron

i see on your forum you have found the solution 😉 

visit my wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...

 
Posted : 02/05/2020 8:09 am
t.niron
(@t-niron)
Posts: 86
Estimable Member
 

Hello @tutrix

Thanks to you, I found it and almost finished the design. If you want to review, you can find it in the title below.

https://wpforo.com/community/wpforo-showcase/n-akvaryum-forum-theme/

Thank you again.

Huzur Doğadadır...

 
Posted : 02/05/2020 8:32 am
t.niron
(@t-niron)
Posts: 86
Estimable Member
 

 Hello @tutrix

Actually now I looked again and I have a new question 🙂 You added photo to the forum topics, but how? 🙂

Thank you

 

Huzur Doğadadır...

 
Posted : 02/05/2020 8:45 am
Tutrix
(@tutrix)
Posts: 1357
Noble Member
Topic starter
 

@t-niron

open > layouts > 2 > forum.php

search for

<div class="cat-title" title="<?php echo esc_attr($cat['description']); ?>"><?php echo esc_html($cat['title']); ?></div>

add to

<div class="cat-title"

this

<?php echo esc_html($cat['title']); ?>

looks like

 

<div class="cat-title <?php echo esc_html($cat['title']); ?>"

now you have the cat title in the css class

now define the image by using css ::before

example

<div class="cat-title Forum Intern"

Custom css

.cat-title.Forum.Intern::before {
background-image: url(/wp-content/uploads/foren-icons/tutrix-2.png);
margin-right: 10px;
width: 28px;
display: inline-block;
height: 28px;
content: '';
background-size: 28px;
background-repeat: no-repeat;
vertical-align: bottom;
}

don't forget

Theme Customization

visit my wpForo Community > Tutrix.de
with lots of customization & modification, e.g. hover cards, topic/post preview on mouseover, chatbox and much more...

 
Posted : 02/05/2020 9:22 am
t.niron reacted
t.niron
(@t-niron)
Posts: 86
Estimable Member
 

Hello @tutrix

Great information. I will work on this.

Thank you for your support.

Huzur Doğadadır...

 
Posted : 02/05/2020 9:33 am