Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 31, 20177 yr What if someone starts to insult another member with sticky notes? Can he do something to block that member from sending him more sticky notes? It would not be very pleasant if you open the site and you see a big sticky note saying "F*ck You!" Edited July 31, 20177 yr by RevengeFNF
July 31, 20177 yr 4 minutes ago, RevengeFNF said: What if someone starts to insult another member with sticky notes? Can he do something to block that member from sending him more sticky notes? It would not be very pleasant if you open the site and you see a big sticky note saying "F*ck You!" Ah good point! Maybe user settings to disallow sticky notes globally and from x members?
August 1, 20177 yr Author 8 hours ago, RevengeFNF said: What if someone starts to insult another member with sticky notes? Can he do something to block that member from sending him more sticky notes? It would not be very pleasant if you open the site and you see a big sticky note saying "F*ck You!" 8 hours ago, GrooveOnBeat said: Ah good point! Maybe user settings to disallow sticky notes globally and from x members? For now they will need to report it to the admin/staff, then the admin/staff can check it in the ACP and block them sending sticky notes altogether 9 hours ago, GrooveOnBeat said: Can there be an auto prune or cron to handle the deleted notes based on x amount of time? then it will wipe them from the ACP menu, It will be better to do manually using the mass delete, you might miss a sticky note what is send like @RevengeFNF said, you will need proof, auto prune will wipe that proof and the new menu will let admins read everything anonymous or not Edited August 1, 20177 yr by TheJackal84
August 5, 20177 yr Author Updated to 2.0.0 Updated to a application, Some new features include Personal Sticky Notes Members can receive a unlimited amount of sticky notes Members can send anonymous sticky notes (If selected in the new ACP menu) Time & date added to the sticky notes (For example "1 hour ago", "1 day ago", "18th July") You now send sticky notes from the users create bar Personal Sticky Notes ACP Menu Allow members to send anonymous sticky notes View all sent sticky notes showing the note, senders name, receivers name, if its anonymous or not (admin can still see who sent it), the date and time it was sent and if its dismissed or not, with a delete button to delete each one The database could get quite big (depending on your site and the users using it) so there is a mass delete menu where you can choose to mass delete either all READ, UNREAD or ALL, you can also delete from selected members or groups Personal Sticky Notes ACP Member Group Settings Set how many sticky notes member groups can send in a day Personal Sticky Notes ACP Member Settings block certain members from sending personal sticky notes Global Sticky Notes ACP Menu Have up to 10 global sticky notes New setting to change the pin holding the sticky note to a bit of sticky tape And more If you have 1.0.3 or below installed uninstall that as its a plugin and will conflict with this app
August 5, 20177 yr @TheJackal84 What version of IPS does the app support? IPS: 4.1.19.4 I'm not sure what happened, but when I installed 2.0.0 it blanked my ACP and site. I had to rename the stickynotes folder in the application group via ftp to correct itself. There were no errors logged in the ACP. It's just a blank white page.
August 5, 20177 yr Author 1 minute ago, GrooveOnBeat said: @TheJackal84 What version of IPS does the app support? IPS: 4.1.19.4 I'm not sure what happened, but when I installed 2.0.0 it blanked my ACP and site. I had to rename the stickynotes folder in the application group via ftp to correct itself. There were no errors logged in the ACP. It's just a blank white page. it's 4.2 as it's the only version available by IPS
August 5, 20177 yr 8 minutes ago, TheJackal84 said: it's 4.2 as it's the only version available by IPS Ok, thanks!
August 8, 20177 yr Upgraded to app Just posted a global taped sticky note and had settings for it to go - top left But it has posted it top-right
August 8, 20177 yr Author 2 minutes ago, Unlucky said: Upgraded to app Just posted a global taped sticky note and had settings for it to go - top left But it has posted it top-right It's OK for me, Have you uninstalled the plugin? Also click the support tool and let it clear cache
August 8, 20177 yr Author 10 minutes ago, Unlucky said: yes i uninstalled first Alright gimme a couple hours I will see what's what with it
August 8, 20177 yr think its working ok now i reinstall plugin and deleted again and reinstalled app, run support tool and now it appears ok
August 9, 20177 yr Author 16 hours ago, Unlucky said: think its working ok now i reinstall plugin and deleted again and reinstalled app, run support tool and now it appears ok there was still a little bug with it not changing so I have updated it Updated to 2.0.1 Bug Fix Fixed bug where global sticky note weren't potitioning left when selected in the settings
August 12, 20177 yr When creating a new sticky from the create on the main page is it possible to add more than one person. Thanks for taking the time to provide us with such a good application.
August 12, 20177 yr Author 5 minutes ago, Kev Collins said: When creating a new sticky from the create on the main page is it possible to add more than one person. Thanks for taking the time to provide us with such a good application. Thanks and I can look into adding that to it yeah.
August 13, 20177 yr Author 5 minutes ago, Il_Picasso said: I can't uninstall the app, if I do my webpage goes down In what way? did the install work fine or did your net/connection get interrupted during it? also click to update it and re-upload the same version and then try to uninstall it
August 14, 20177 yr Hi, There is a bug in sticky notes which is causing the football app to make the admin and front end of site just show a white blank page @newbie LAC has found it when troubleshooting his app on our site. I have asked him if he can provide more info.
August 14, 20177 yr Author 18 minutes ago, Unlucky said: Hi, There is a bug in sticky notes which is causing the football app to make the admin and front end of site just show a white blank page @newbie LAC has found it when troubleshooting his app on our site. I have asked him if he can provide more info. More info would be helpful then him just saying there is a bug with sticky notes, Without football app installed its all fine, sounds like something clashes which ain't a bug with sticky notes Edited August 14, 20177 yr by TheJackal84
August 14, 20177 yr Hello, Please change access level to \IPS\Dispatcher\stickynotes_hook_Outputs::baseJs Location: applications\stickynotes\hooks\Outputs.php Original method protected static function baseJs() Your static public function basejs() This will cause an error for other hooks which overridden that method and installed after your app. I also recommend to check other overridden methods.
August 14, 20177 yr Author Just now, newbie LAC said: Hello, Please change access level to \IPS\Dispatcher\stickynotes_hook_Outputs::baseJs Location: applications\stickynotes\hooks\Outputs.php Original method protected static function baseJs() Your static public function basejs() This will cause an error for other hooks which overridden that method and installed after your app. I also recommend to check other overridden methods. Will do, I have been adding activerecords to it anyway so will change that too
August 14, 20177 yr 3 hours ago, TheJackal84 said: Will do, I have been adding activerecords to it anyway so will change that too Hi, Do you know what the timeframe is please as I just upgraded Babble to the latest version and that has white screened my site too I have disabled sticky notes to get things working, but really want to use them thanks
August 14, 20177 yr Author 1 hour ago, Unlucky said: Hi, Do you know what the timeframe is please as I just upgraded Babble to the latest version and that has white screened my site too I have disabled sticky notes to get things working, but really want to use them thanks Either tonight or tomorrow it will be done.
August 15, 20177 yr Author 11 hours ago, Unlucky said: Hi, Do you know what the timeframe is please as I just upgraded Babble to the latest version and that has white screened my site too I have disabled sticky notes to get things working, but really want to use them thanks Updated to 2.0.2 Bug Fix Fixed bug where javascript could conflict with other installed apps