Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 2, 20186 yr Why is not there pagination. This is a bug or I have some kind of error? Added 30 topics, but they just disappear and no page breakdowns.
March 2, 20186 yr Author 1 minute ago, kanv1s said: Why is not there pagination. This is a bug or I have some kind of error? Added 30 topics, but they just disappear and no page breakdowns. It has an option
March 2, 20186 yr Yes that's right. 30 topics are displayed. But there is no pagination, and older topics can not be viewed.
March 2, 20186 yr Author 5 minutes ago, kanv1s said: Yes that's right. 30 topics are displayed. But there is no pagination, and older topics can not be viewed. I can not reproduce this problem. Please give me acp access so I can take a look.
March 4, 20186 yr How to display the topic list on the IP.Pages, in the same form in which they are displayed in the forum?
March 4, 20186 yr Author Just now, kanv1s said: How to display the topic list on the IP.Pages, in the same form in which they are displayed in the forum? Use its widget.
March 5, 20186 yr @onlyME What code should I remove if I want to remove the no-thumbnail place holder? so that threads with no images don't have a no-thumbnail icon next to them.
March 5, 20186 yr Author 45 minutes ago, Serayah said: @onlyME What code should I remove if I want to remove the no-thumbnail place holder? so that threads with no images don't have a no-thumbnail icon next to them. Check your pm
March 8, 20186 yr So my setup is like this: Authors aren’t allowed to change the thumbnail. Yet, when they create the post, they are presented with this option: The result is that often people will manually upload an image here and then DON’T upload it to the post itself for everyone to see. So they talk about the image, but no one can see it. Is there a way to change it so “Auto get first image” will be used and the authors don’t get any options regarding that? I will have to deactivate the plugin for now because of that.
March 8, 20186 yr Author 4 minutes ago, opentype said: So my setup is like this: Authors aren’t allowed to change the thumbnail. Yet, when they create the post, they are presented with this option: The result is that often people will manually upload an image here and then DON’T upload it to the post itself for everyone to see. So they talk about the image, but no one can see it. Is there a way to change it so “Auto get first image” will be used and the authors don’t get any options regarding that? I will have to deactivate the plugin for now because of that. Ok, I will update it in next version.
March 28, 20186 yr Hello, very nice plugin ! I have a problem tho, i can't split any post.... I checked and the problem is in line 277 $container->canChangeThumb( \IPS\Member::loggedIn()->member_id ) What can i do to fix this ?
March 28, 20186 yr Author 1 hour ago, Valtasar said: Hello, very nice plugin ! I have a problem tho, i can't split any post.... I checked and the problem is in line 277 $container->canChangeThumb( \IPS\Member::loggedIn()->member_id ) What can i do to fix this ? Ok, I will test it
March 31, 20186 yr I use PHP Version 5.6.32-1and IPS 4.2.8 and one suggestion : in widget when i choose posts, i see the topic creator and not the last poster.... it would be nice to be like IPS widget (last poster and the start of the post) Edited March 31, 20186 yr by Valtasar
April 1, 20186 yr Author 5 hours ago, Valtasar said: I use PHP Version 5.6.32-1and IPS 4.2.8 and one suggestion : in widget when i choose posts, i see the topic creator and not the last poster.... it would be nice to be like IPS widget (last poster and the start of the post) Edit your theme > core > global > plugins > bim_tthumb_widget Find and remove 'do', 'getNewComment' Edited April 1, 20186 yr by onlyME
April 1, 20186 yr 17 hours ago, onlyME said: Find and remove 'do', 'getNewComment' I did it and the only thing changed was that i can't go to posts anymore....when i click a post brings me in the main page. I attached an image with thumb widget and IPS widget and what i mean... when i click a post in your widget i go (right) in the last post, but i can't see it in the widget
April 1, 20186 yr Author 5 hours ago, Valtasar said: I did it and the only thing changed was that i can't go to posts anymore....when i click a post brings me in the main page. I attached an image with thumb widget and IPS widget and what i mean... when i click a post in your widget i go (right) in the last post, but i can't see it in the widget Revert it and wait for the next version
April 5, 20186 yr On 2/4/2018 at 2:27 AM, onlyME said: Revert it and wait for the next version I installed the new version but nothing changed in widget... Also the problem here persist...to move or split any reply, i must disable the plugin first
April 5, 20186 yr Author @Valtasar please download it again, I just uploaded new file On 4/2/2018 at 6:27 AM, onlyME said: I did it and the only thing changed was that i can't go to posts anymore....when i click a post brings me in the main page. I attached an image with thumb widget and IPS widget and what i mean... when i click a post in your widget i go (right) in the last post, but i can't see it in the widget It's a topics feed not posts feed like the screenshow you shown me, so it's better to display starter. But you can display the last poster if you want, edit your theme > core > global > plugins > bim_tthumb_widget Find $topic->author()->link() Replace by $topic->lastCommenter()->link()
May 3, 20186 yr On 3/8/2018 at 7:31 AM, opentype said: I will have to deactivate the plugin for now because of that. Same here, sadly not usable right now....
May 3, 20186 yr Author 2 hours ago, Ramsesx said: Same here, sadly not usable right now.... How about your problem?
May 4, 20186 yr 8 hours ago, onlyME said: How about your problem? Same as opentype, I don't want my users see this option.
May 4, 20186 yr Author 1 hour ago, Ramsesx said: Same as opentype, I don't want my users see this option. What version are you using. I fixed it.
May 4, 20186 yr Author 3 minutes ago, Ramsesx said: 3.0.0 (30000) Do you enable "author can change thumbnail" ? If yes, member will see that option when posting new topic.