Jump to content

Topic Thumbnail for IPS4.x


Recommended Posts

Just now, Nacho-ED said:

Hello, it's a great plugin, my users love it.

One suggestion, you could use the URL of the topic thumbnail to include og:image tag?

It would be very useful for sharing the topics on facebook

Thank you

I also have this idea. It will be added in the next version.

Link to comment
  • 3 weeks later...
  • 2 weeks later...

Is it possible that such variation? Icon forum that was like a circle. Photo in the wheel retained by the proportions?

Thumbnail topic could also be a circular image.

How much is this modification? Sorry for my paint :-)

curcle.png

Edited by Namo
Link to comment
1 hour ago, Namo said:

Is it possible that such variation? Icon forum that was like a circle.

Edit your theme > CSS > core > global > plugins > tthumb.css

Find

	.bim_tthumb_wrap .tthumbimg, .tthumbPreview
	{
		border-radius: 4px;
		/*-webkit-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
		-moz-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
		box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);*/
	}	

Replace by

	.bim_tthumb_wrap .tthumbimg, .tthumbPreview
	{
		border-radius: 50%;
		/*-webkit-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
		-moz-box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);
		box-shadow: 2px 2px 5px 0px rgba(224,224,224,1);*/
	}	

Save

1 hour ago, Namo said:

Photo in the wheel retained by the proportions?

You should upload thumbnail manually for the best display.

Link to comment
3 hours ago, onlyME said:

Edit your theme

This is work, Thank you.

3 hours ago, onlyME said:

upload thumbnail manually

Icons forum take a picture of the contents once the change over time? As someone adds a new forum topic is the icon does not change? When I set the icon manually forum is not set photos from content?

Hot to change this?

no topics.png

I have a forum where the 206 posts, there are photos. Why not downloaded the icons of content?

206.png

settings.png

Link to comment
3 minutes ago, Namo said:

Hot to change this?

no topics.png

I have a forum where the 206 posts, there are photos. Why not downloaded the icons of content?

Can not change, there are no topics so it can not get thumbnails.

3 minutes ago, Namo said:

I have a forum where the 206 posts, there are photos. Why not downloaded the icons of content?

206.png

Does the newest topic have thumbnail?

Link to comment
Just now, Namo said:

I know. How to change the default background image "No image".

You should use a graphic sofware to edit your image. :lol:

Just now, Namo said:

Oooo, icon forum is a thumbnail of the latest topic?

Yes, it shows thumbnail of latest topic.

Link to comment

 

Just now, Namo said:

look

no image.png

Go to ACP > Customization > Themes > click dropdown button on the right of your theme > Manage Resource > Type 'noThumb' in search box you will see that default image, click edit to change theme.

If it still doesn't work, please wait for the next version.

Link to comment
On 4/6/2016 at 2:05 AM, Namo said:

Please do in the next update to a clipping photos and proportions.

Go to ACP > Customization > Themes > click </> to edit your theme > core > global > plugins > bim_tthumb_widget

Find

{{if $k == 'comments'}}

Replace by

{{if mb_strpos($k, 'comments') !== false}}

Find

<div class="tthumb_Widget" style="margin:  -5px -10px -5px !important;">

Replace by

<div class="tthumb_Widget">

Save

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...