Jump to content

Sticky Notes (support topic)

Featured Replies

Is there a copyright showing on this app and if so where. Not sure if the examples I have seen have copyright removed.

  • Replies 584
  • Views 47.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • TheJackal84
    TheJackal84

    Real life got in the way I have had a rough couple of months and been trying my best to get through it all, I have just updated it so it just needs to be approved by IPS, sorry for the delays I should

  • LiquidFractal
    LiquidFractal

    I totally get this, and have complained about this with other developers.  But I also know how much life can get in the way, and after one is here for a while one gets a sense of who the serious devel

  • They were not approved because they didn't follow the marketplace guidelines  (The last submission was still altering IPS core database tables)

Posted Images

  • 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

  • 2 weeks later...

I just upgraded to 4.3.6 (from 4.2). License PM sent. Tx.

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

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:

1298816515_StickyNotes.thumb.jpg.1ae748c5e0d92c750f78f96c7ddd7de0.jpg

 

Edited by Christforums

  • 2 weeks later...

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

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.

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.

 

Hi, 

there are not translatable strings in your app: 

  • Replying
  • Send

1101753232_2018-11-1600_46_18.thumb.png.982d0d1d1384d47c6628c8397308c2a6.png

  • 1 month later...

For global stickys it would be nice to have a way to include {member_name}. Thanks.

  • 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

rnkQSYu.png

member name or tag

3 hours ago, TheJackal84 said:

it does that already

Thanks, seems I have to upgrade to the newest release.

  • 3 weeks later...

If account is flagged as spammer it's still possible to send stickys.

  • 2 weeks later...

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.

 

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

Hey Jack, I sent you a PM regarding my licence key - can you take a look please.

Hey @TheJackal84 I threw an error from the sticky notes (was at the forums) - sent you a pm detailing the error.

@TheJackal84 was checking in on the crashing error I sent.

@TheJackal84 there is an interesting development in the error I am getting, sent you a pm 

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*

There are missing translations while creating a note from the Create menu:

  • Note
  • Yes/No (for the anonymous select field)
  • Send (button)

@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

@TheJackal84 would a fresh install work? Sent a response to your private box.

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.

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

Recently Browsing 0

  • No registered users viewing this page.