Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
October 7, 20186 yr Is there a copyright showing on this app and if so where. Not sure if the examples I have seen have copyright removed.
October 8, 20186 yr Author 18 hours ago, .Ian said: Is there a copyright showing on this app and if so where. Not sure if the examples I have seen have copyright removed. There is only one, it is not global etc nor does it show on any sticky notes, it is on the members my stickynotes page where they can check all their sent / recieved notes
October 26, 20186 yr One of my members wanted to make this suggestion: designer sticky notes Custom background Image repeats / does not repeat Image designs can be live selected on front-end Group permissions to send designer notes Something like: Edited October 26, 20186 yr by Joel R
October 26, 20186 yr From admincp when I edit my or anyone else profile/account preferences etc I get the following error with Stickynotes enabled. When disable the error ceases: Edited October 26, 20186 yr by Christforums
November 5, 20186 yr Any chance the attachment bug from 2.2.3 is back? I recently upgraded both forum and plugin to latest versions and lost a signature attachment like I used to before 2.2.3.
November 13, 20186 yr On 10/26/2018 at 7:39 AM, Christforums said: From admincp when I edit my or anyone else profile/account preferences etc I get the following error with Stickynotes enabled. When disable the error ceases: Same here.
November 13, 20186 yr 39 minutes ago, Sonya* said: Same here. @TheJackal84 resolved the issue for me and quickly. You may want to private message him to be sure he sees your support issue. If memory serves correctly he ran a mysql query which resolved the problem.
December 16, 20186 yr For global stickys it would be nice to have a way to include {member_name}. Thanks.
December 17, 20186 yr Author 10 hours ago, Ramsesx said: For global stickys it would be nice to have a way to include {member_name}. Thanks. it does that already member name or tag
December 17, 20186 yr 3 hours ago, TheJackal84 said: it does that already Thanks, seems I have to upgrade to the newest release.
January 18, 20196 yr I was about to buy this app, then read I need to submit my site's URL to receive a licence key to us app. Don't really like this method, that's why I left Wordpress. If this change in the future I'll buy.
January 21, 20196 yr possible to remove the send sticky note in the posts and replace with maybe a small icon? On mobile, we're running out of space in that area. LOL And also a space between the sticky note and words when using the create content button?
January 30, 20196 yr Hey Jack, I sent you a PM regarding my licence key - can you take a look please.
February 6, 20195 yr Hey @TheJackal84 I threw an error from the sticky notes (was at the forums) - sent you a pm detailing the error.
February 10, 20195 yr @TheJackal84 there is an interesting development in the error I am getting, sent you a pm
February 10, 20195 yr Suggestion: add an automatic Sticky Note with Birthday Greetings. The Sticky Note with greetings should automatically appear if user has a birthday and disappear some days after if not dismissed. Edited February 10, 20195 yr by Sonya*
February 12, 20195 yr There are missing translations while creating a note from the Create menu: Note Yes/No (for the anonymous select field) Send (button)
February 12, 20195 yr @TheJackal84 Did some thinking on the issue still persisting sent you some code in the update PM. hoping we could resolve the issue and again, thanks for helping look into this. I tried a fresh update, nothing occurred, still receiving the error. Edited February 12, 20195 yr by Humanastorian
February 13, 20195 yr There's a bug in the SendDirectNote hook. \IPS\Output::i()->redirect( \IPS\Http\Url::createFromString( $_SERVER['HTTP_REFERER'] ), 'sticky_note_sent' ); won't work for some people. https://stackoverflow.com/questions/5551094/http-referer-coming-back-with-null-key-does-not-exist-in-server You should use \IPS\Request::i()->referrer() which was introduced in 4.4 to get the referrer, but keep in mind that this method could still return NULL, so you'll need to take care of this before you send it to the createFromString method.
February 13, 20195 yr Author 2 hours ago, Daniel F said: There's a bug in the SendDirectNote hook. \IPS\Output::i()->redirect( \IPS\Http\Url::createFromString( $_SERVER['HTTP_REFERER'] ), 'sticky_note_sent' ); won't work for some people. https://stackoverflow.com/questions/5551094/http-referer-coming-back-with-null-key-does-not-exist-in-server You should use \IPS\Request::i()->referrer() which was introduced in 4.4 to get the referrer, but keep in mind that this method could still return NULL, so you'll need to take care of this before you send it to the createFromString method. It is updated for 4.4 with all that added already, I did let the person know once 4.4 is released by IPS I can update it, until then the newest update won't work with 4.3 as it has no \IPS\Request::i()->referrer()