Jump to content

(NB41) Topic Cover

This topic contains 75 posts. A summary containing the most significant posts is available

Featured Replies

  • Replies 74
  • Views 9.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I'm looking into buying this plugin.  (Thanks for developing it!).  Some questions / feature requests: Disable on mobile view Set height Allow per-topic setting to "collapse" topic

  • Hello, 1. It's by default. The block has css class ipsResponsive_hidePhone 2. I thought to add a setting. But added css rule 200px. You can edit app css file or add your properties in cust

  • {{if $topic->mapped('cover_photo')}} <img src='{file="$topic->mapped('cover_photo')" extension="nbtopiccover_TopicCover"}'> {{endif}} $topic should be an object of \IPS\forums\Topic

Posted Images

Hi @newbie LAC is it possible to access the topic cover image thumb? If so, What's the variable?

Imagine i want to make a custom block for tetrieving latest topics, with the cover thumbnail. What would be the correct syntax like this:

"$topic->image_thumb" 

Another question: will you update it for the IPS 4.2?

Thanks

  • Author
 

Hi @newbie LAC is it possible to access the topic cover image thumb? If so, What's the variable?

Imagine i want to make a custom block for tetrieving latest topics, with the cover thumbnail. What would be the correct syntax like this:

"$topic->image_thumb" 

Hello,

Inbuilt covers hasn't thumbs. Only full images.

 

Another question: will you update it for the IPS 4.2?

Yes.

Thank you for your prompt answer. I am looking to buy this, but having a "light version" of the topic image would be great for those purposes.

Anyway, is it possible to access at least the image in a block plugin? How could one do it?

  • Author
 

Anyway, is it possible to access at least the image in a block plugin? How could one do it?

{{if $topic->mapped('cover_photo')}}
	<img src='{file="$topic->mapped('cover_photo')" extension="nbtopiccover_TopicCover"}'>
{{endif}}

$topic should be an object of \IPS\forums\Topic

 

Thank you for your prompt answer. I am looking to buy this, but having a "light version" of the topic image would be great for those purposes.

Anyway, is it possible to access at least the image in a block plugin? How could one do it?

Not to hijack this topic but you want Topic Thumbnail by @onlyME

I'm looking into buying this plugin.  (Thanks for developing it!).  Some questions / feature requests:

  • Disable on mobile view
  • Set height
  • Allow per-topic setting to "collapse" topic cover by each user / allow per-user setting in Account Settings to "collapse" all topic covers  
  • Default topic cover per category 
 

Could the same idea for this app be developed as a header image per forum?

Agree - and I would suggest an option to add a link - so when you click the image you go to external page.

@newbie LAC nice extension, couple of questions.

  1. Do you have a link to a demo site running the plugin?  
  2. When no topic cover is uploaded what does the header of the page look like?

 

supports gif?

demo would be nice

 

I'm looking into buying this plugin.  (Thanks for developing it!).  Some questions / feature requests:

  • Disable on mobile view
  • Set height
  • Allow per-topic setting to "collapse" topic cover by each user / allow per-user setting in Account Settings to "collapse" all topic covers  
  • Default topic cover per category 

vouch, would buy if this is added

Thanks for making this! Buying it at some point in the next few weeks.

  • Author

Hello,

 
  • Disable on mobile view
  • Set height
  • Allow per-topic setting to "collapse" topic cover by each user / allow per-user setting in Account Settings to "collapse" all topic covers  
  • Default topic cover per category 

1. It's by default. The block has css class ipsResponsive_hidePhone

2. I thought to add a setting. But added css rule 200px. You can edit app css file or add your properties in custom.css.

3. I think about it.

4. I thought about it. Add setting to set global image or per forum.

 

@newbie LAC

Could the same idea for this app be developed as a header image per forum?

Maybe.

 

Agree - and I would suggest an option to add a link - so when you click the image you go to external page.

Inbuilt cover photos hasn't option to set link.

 
  • Do you have a link to a demo site running the plugin?  
  • When no topic cover is uploaded what does the header of the page look like?

1. No. Ask @gerard001 https://invisionpower.com/forums/topic/432286-thread-cover/

2. Nothing if the user hasn't permissions to manage cover.

Black block if the user has permissions to manage cover.

tc_black.jpg

 

supports gif?

Yes.

 

This add-on works perfectly

 

war.PNG

Edited by gerard001

 

It's nice idea but to expensive((

Agree. $14.50 is quiet expensive, it barely has any customization features.

Excellent plugin! 

I'd like to add topic title over cover page. How do I do that? I tried {$topic->title} but didn't work...
 

  • Author

Hello,

 

I tried {$topic->title} but didn't work..

It's correct code.

 

How do I do that?

Open template nbTopicCover. Find 

{{if $coverPhoto->file or $coverPhoto->editable}}

Add after 

{{$coverPhoto->overlay = $topic->title;}}

You can use html

Example 

{{$coverPhoto->overlay = "<div class='ipsType_veryLarge'>{$topic->title}</div>";}}

Result

tcover.jpg

I've just noticed the title appears even when there is no topic cover. How do I fix that to show title only when cover photo exists?

BTW this feature would be nice for Topic Cover 1.01 ;)

  • Author
 

I've just noticed the title appears even when there is no topic cover. How do I fix that to show title only when cover photo exists?

{{if $coverPhoto->file}}
	{{$coverPhoto->overlay = "<div class='ipsType_veryLarge'>{$topic->title}</div>";}}
{{endif}}

 

  • 4 weeks later...

Greetings.

It's been working perfect so far, but today I realized that the upper right overlaid option has disappeared from the main topic view.  I can add a picture when I edit the first post, but I can't reposition or remove it from the main topic view.

2 days ago I installed a custom modification that, in theory, is not related. Plus the modification does not work with the forums where Topic Cover is installed. 

Any thoughts of what could have happened here? 

  • Author
 

Greetings.

It's been working perfect so far, but today I realized that the upper right overlaid option has disappeared from the main topic view.  I can add a picture when I edit the first post, but I can't reposition or remove it from the main topic view.

2 days ago I installed a custom modification that, in theory, is not related. Plus the modification does not work with the forums where Topic Cover is installed. 

Any thoughts of what could have happened here? 

Hello,

If you give me acp (and fpt for debugging) access I'll look into that.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.