Jump to content

Sticky Notes (support topic)


Recommended Posts

Posted
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

  • 2 weeks later...
Posted (edited)

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:

hearts-pattern-background_1425-51.jpg

Edited by Joel R
  • 2 weeks later...
Posted

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.

Sticky_Notes_-_Applications_and_Plugins_-_Invision_Community.png.b6c7fbc4b3426df84761383cfffd00d7.png

Posted
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.

  • 1 month later...
  • 3 weeks later...
  • 2 weeks later...
Posted

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.

 

Posted

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?

  • 2 weeks later...
Posted (edited)

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 by Sonya*
Posted (edited)

@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 by Humanastorian
Posted

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.

Posted
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()

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...