kanv1s Posted March 2, 2018 Posted March 2, 2018 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.
onlyME Posted March 2, 2018 Author Posted March 2, 2018 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
kanv1s Posted March 2, 2018 Posted March 2, 2018 Yes that's right. 30 topics are displayed. But there is no pagination, and older topics can not be viewed.
onlyME Posted March 2, 2018 Author Posted March 2, 2018 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. kanv1s 1
kanv1s Posted March 4, 2018 Posted March 4, 2018 How to display the topic list on the IP.Pages, in the same form in which they are displayed in the forum?
onlyME Posted March 4, 2018 Author Posted March 4, 2018 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.
Metor Posted March 5, 2018 Posted March 5, 2018 @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.
onlyME Posted March 5, 2018 Author Posted March 5, 2018 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
opentype Posted March 8, 2018 Posted March 8, 2018 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.
onlyME Posted March 8, 2018 Author Posted March 8, 2018 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. opentype 1
Valtasar Posted March 28, 2018 Posted March 28, 2018 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 ?
onlyME Posted March 28, 2018 Author Posted March 28, 2018 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 Valtasar 1
Valtasar Posted March 31, 2018 Posted March 31, 2018 (edited) 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, 2018 by Valtasar
onlyME Posted April 1, 2018 Author Posted April 1, 2018 (edited) 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, 2018 by onlyME Valtasar 1
Valtasar Posted April 1, 2018 Posted April 1, 2018 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
onlyME Posted April 1, 2018 Author Posted April 1, 2018 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 Valtasar 1
Valtasar Posted April 5, 2018 Posted April 5, 2018 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
onlyME Posted April 5, 2018 Author Posted April 5, 2018 @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() Valtasar 1
Ramsesx Posted May 3, 2018 Posted May 3, 2018 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....
onlyME Posted May 3, 2018 Author Posted May 3, 2018 2 hours ago, Ramsesx said: Same here, sadly not usable right now.... How about your problem?
Ramsesx Posted May 4, 2018 Posted May 4, 2018 8 hours ago, onlyME said: How about your problem? Same as opentype, I don't want my users see this option.
onlyME Posted May 4, 2018 Author Posted May 4, 2018 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.
Ramsesx Posted May 4, 2018 Posted May 4, 2018 2 hours ago, onlyME said: What version are you using. I fixed it. 3.0.0 (30000)
onlyME Posted May 4, 2018 Author Posted May 4, 2018 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. Ramsesx 1
Recommended Posts