Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
November 12, 20159 yr Author On 10/11/2015, 6:45:04, Greg W said: I get the same error either clicking on the Show Rep button on the home page and in the profile activity stream Just tracking this bug report now, I want to see if there's changes that need to be applied or will the next version contain this fix.
December 9, 20159 yr Hi, I've just bought this plugin but it doesn't work correctly. When I click on "Add Reply", it starts displaying a pop-up/modal screen and then suddently I am redirected to my profile page. Please advise.
December 11, 20159 yr Author On 9/12/2015 at 8:35 PM, Gabriel Torres said: Hi, I've just bought this plugin but it doesn't work correctly. When I click on "Add Reply", it starts displaying a pop-up/modal screen and then suddently I am redirected to my profile page. Please advise. What version of IP.Board are you using? If IPB 4.0, can you try downloading and installing v1.0.2 instead.
December 11, 20159 yr 19 hours ago, Mike John said: What version of IP.Board are you using? If IPB 4.0, can you try downloading and installing v1.0.2 instead. 4.1.5.2
December 14, 20159 yr Author On 11/12/2015 at 10:57 AM, Gabriel Torres said: 4.1.5.2 It really should only redirect if the "Enable status updates?" setting is disabled. I can't reproduce this locally so will need login details to troubleshoot further. :
December 14, 20159 yr @Mike John I am creating an account for you and sending you a PM with the credentials. The plugin is disabled at the moment because of the issue, so you will have to enable it first. Many thanks.
January 12, 20169 yr i would like the date format to display as, Jan 12 2016 instead of 12 Jan 2016. Is this possible?
January 13, 20169 yr Author 13 hours ago, Michael Lachney said: i would like the date format to display as, Jan 12 2016 instead of 12 Jan 2016. Is this possible? For the new replies created or the original status updates?
January 14, 20169 yr On 1/13/2016 at 0:40 AM, Mike John said: For the new replies created or the original status updates? For everything, the status updates and the replies.
January 18, 20169 yr Author On 14/1/2016 at 7:41 AM, Michael Lachney said: For everything, the status updates and the replies. Both times are largely dependent on the location of the user. You could override the times but would need to do it manually in the status widget template bits. e.g. {datetime="$comment->date"} to something like this. {expression="\IPS\DateTime::ts( $comment->date )->strFormat('%b %d')"}
January 19, 20169 yr On 10/28/2015 at 7:49 PM, Mike John said: I don't know why it's forcing me to reply within a nested quote -- but whatever -- my question is this -- if we have subscribed to an extension/addon via devfuse.net -- and then bought this addon -- how can we get this associated with our devfuse account so I can go to one place to check for updates?
January 21, 20169 yr Author On 19/1/2016 at 5:06 PM, PCtoolbin said: On 28/10/2015 at 10:49 AM, Mike John said: I don't know why it's forcing me to reply within a nested quote -- but whatever -- my question is this -- if we have subscribed to an extension/addon via devfuse.net -- and then bought this addon -- how can we get this associated with our devfuse account so I can go to one place to check for updates? See here. Alternatively I can sync in the other direction if needed but does need to be done manually by me at this time.
October 5, 20168 yr Author On 03/10/2016 at 0:33 PM, Il_Picasso said: I can't uplaod the plugin Please let me know which version of IPB4 and if this is a fresh install or upgrade?
November 5, 20168 yr Any chance that embedded images / smilies will work with this plugin in near future?
November 7, 20168 yr Author On 05/11/2016 at 9:22 PM, Admonstrator said: Any chance that embedded images / smilies will work with this plugin in near future? If you disable the truncate setting, you should be able to use those things now.
November 20, 20168 yr I am having the same issue, whether it's just with the default block or with a custom block that uses the plugin. I also had the issue when using a different status update widget plugin. Truncate setting is disabled and it is cutting the entries short to 3 lines. I am running 4.1.15 Edited November 20, 20168 yr by Simon Woods
November 22, 20168 yr Author On 20/11/2016 at 1:06 PM, Simon Woods said: I am having the same issue, whether it's just with the default block or with a custom block that uses the plugin. I also had the issue when using a different status update widget plugin. Can you try this. Open acp > theme editor > core > global > plugins > statusReply Find: {$comment->truncated()|raw} Replace With: {$comment->content|raw} Save. That should keep the truncate but not strip out html from the text.
November 22, 20168 yr 2 hours ago, Mike John said: Can you try this. Open acp > theme editor > core > global > plugins > statusReply Find: {$comment->truncated()|raw} Replace With: {$comment->content|raw} Save. That should keep the truncate but not strip out html from the text. This is what the if statement turned into when I did that: {{if settings.statusReplyUpdate_truncate}}{$comment->content|raw}{{else}}{$comment->content|raw}{{endif}} It has stripped the embed link from the status.
November 24, 20168 yr Author On 22/11/2016 at 3:32 PM, Simon Woods said: It has stripped the embed link from the status. Can you give me an example of the kind of content your testing with in the status replies? When you say embed link, are you trying to have full Youtube embedded videos show in the status reply?
November 24, 20168 yr 8 minutes ago, Mike John said: Can you give me an example of the kind of content your testing with in the status replies? When you say embed link, are you trying to have full Youtube embedded videos show in the status reply? GIFs, links, images, a YouTube video. When I am making the status update the embed works fine. Here it is being used, with a link to a topic not showing: http://revolutions.chroniclesofthedas.com/ I'm starting to think it's either a conflict with another plugin or an IPS issue since I had it with a previously used status update widget mod. Edited November 24, 20168 yr by Simon Woods
November 24, 20168 yr 2 hours ago, Simon Woods said: GIFs, links, images, a YouTube video. When I am making the status update the embed works fine. Here it is being used, with a link to a topic not showing: http://revolutions.chroniclesofthedas.com/ I'm starting to think it's either a conflict with another plugin or an IPS issue since I had it with a previously used status update widget mod. Note: I've now hidden the widget.
November 25, 20168 yr I have just bought the User Status Widget but it won't work properly. I have installed the plugin and set up it, using this guide:http://www.devfuse.com/forums/tutorials/article/160-install-plugin-guide/I cannot see the Block at step 4 so I cannot see the widget in home page.I have a forum running IPS 4.1.16.1 and the default user status widget in home page.Thanks for your support
November 27, 20168 yr Author On 25/11/2016 at 7:57 AM, Simon Woods said: GIFs, links, images, a YouTube video. When I am making the status update the embed works fine. Try this additional template edit in the same one Find: data-ipsTruncate-type='remove' Replace With: data-ipsTruncate-type='hide' Save. On 26/11/2016 at 8:11 AM, th3madcap said: I cannot see the Block at step 4 so I cannot see the widget in home page. For this particular plugin you won't need to add anything as it will hook into your existing "Status Reply" widget. Just make sure you've added the default one and you'll see the new "Add Reply" link.
November 27, 20168 yr 10 hours ago, Mike John said: Try this additional template edit in the same one Find: data-ipsTruncate-type='remove' Replace With: data-ipsTruncate-type='hide' Save. Done. Still truncating and not showing embedded content. I'm updating the core in the next 24 hours. I'll test again after that and post with the result. Edited November 27, 20168 yr by Simon Woods