Jump to content

Adam_S

Members
  • Posts

    140
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Adam_S got a reaction from Cyboman in Push Notifications   
    My custom made app (thanks fiverr) uses Google Firebase for push notifications to both Android and Apple apps that i've had developed.  I can manually send a push notification, but it would be good if a developer made one that interfaced with it for IPS.  I'd pay for the app even
  2. Like
    Adam_S got a reaction from Kjell Iver Johansen in Push Notifications   
    My custom made app (thanks fiverr) uses Google Firebase for push notifications to both Android and Apple apps that i've had developed.  I can manually send a push notification, but it would be good if a developer made one that interfaced with it for IPS.  I'd pay for the app even
  3. Like
    Adam_S got a reaction from Brainy S. in Quizzes   
    So basically, the second one first (as it'll make more sense):
    When a person add a new quiz, they have the option of adding their own feedback at the end of the quiz (similar to the feedback section you have added on the ACP).  They can write their own text in there and its allocated to that quiz only.
    When a person is entering questions and answers into a quiz that they've created, they also have the option of giving it a value.  At the end, the values are totalled up, and compared against the feedback in the previous paragraph, the user is given customised text.
     
    So for example.  3 questions with 3 answers each:
    Q 1: What colour is the sky?
    A1: Grey  (value 2)
    A2: Yellow (value 4)
    A3: Blue (value 6)
    Q 2: What is the colour of water?
    A1: Blue (value 6)
    A2: Green (value 4)
    A3: Pink (value 0)
    Q 3: What hair colour do you see the most?
    A1: Blonde (value 3)
    A2: Brunette (value 4)
    A3: Black (value 2)
    Then if you have customised feedback values for each quiz:
    If the total value is between 1 and 5, they would get feedback "You should get checked for colour blindness".  If the total value is between 5 and 10, feedback string would be "Close but no cigar!".  If total value was over 10, feedback string would be "Wow, you are just awesome!".
    If a person answers with answers 1, 1, and 3, their total would be 10, and they'd get feedback "Close but no cigar!".  If they answered with answers 2, 3, and 1, their total would be 7 and would get feedback "You should get checked for colour blindness".
    This way, with custom feedback and values, people who create the quizzes could really go crazy with anything they wanted with your app!   
     
    Does this all make sense (sorry for the long post!)
     
  4. Like
    Adam_S got a reaction from DanLemX in Musicbox (Support)   
    This is a great app!  However, can i offer some suggestions on things to add in upcoming releases:
    - More detailed reporting for the person who uploaded the song (such as a separate page for the uploader which shows them information like: approximate or accurate geolocations of who listened to the song with a google maps overlay; a graph option which shows how often over the past week, month, and year that its been played; a list to show which members have played it the most, etc)
    - Restrict who can download songs (according to membership groups)
    - Allow the uploader to enable / disable Downloading for their specific song
    - Integration with the IPS Tag system (so songs can use the global tags)
    - A description field which is listed directly under the song on the song page
  5. Like
    Adam_S got a reaction from joshuaj in Feed2DB - Support Topic   
    Hi @Fosters.  Can i make a suggestion for this app?  Perhaps to add a "Tags" field which connects to the IPS tags system, so each RSS feed can have its own tags?
    Thanks
  6. Like
    Adam_S reacted to Joel R in Feed2DB - Support Topic   
    This might be doable for the app.  I know some articles include tags as a meta data, so Fosters would just need to map those to the IPS 4 tags.
  7. Like
    Adam_S got a reaction from Joel R in Feed2DB - Support Topic   
    Hi @Fosters.  Can i make a suggestion for this app?  Perhaps to add a "Tags" field which connects to the IPS tags system, so each RSS feed can have its own tags?
    Thanks
  8. Like
    Adam_S reacted to Fosters in Inactive Members & Real Last Activity Supporttopic   
    Could I please get a PM with acp access details to take a look at this 
  9. Like
    Adam_S got a reaction from SJ77 in Push Notifications   
    My custom made app (thanks fiverr) uses Google Firebase for push notifications to both Android and Apple apps that i've had developed.  I can manually send a push notification, but it would be good if a developer made one that interfaced with it for IPS.  I'd pay for the app even
  10. Like
    Adam_S got a reaction from onlyME in Musicbox (Support)   
    Hi @onlyME,
    I've found that my custom fields are not showing when a user is uploading a track.  Is there something that I need to do to make sure they show?
    Thanks
    Apologies, i just figured out what was wrong - operator error!   
  11. Like
    Adam_S got a reaction from openfire in Push Notifications   
    My custom made app (thanks fiverr) uses Google Firebase for push notifications to both Android and Apple apps that i've had developed.  I can manually send a push notification, but it would be good if a developer made one that interfaced with it for IPS.  I'd pay for the app even
  12. Like
    Adam_S got a reaction from Adriano Faria in Quizzes   
    So much awesome! Thanks @Adriano Faria!
    Can i offer some suggestions for future releases:
    - Increase the number of questions from 15 to something a bit higher (maybe 20 or 30)?
    - Have the option where a quiz can be on a points scale, and each answer is worth a certain number of points, which is tallied up at the end
    - Have each quiz have its own feedback rating, possibly even customisable by the end user who adds the quiz
    - Set a time limit per question
    - Set a time delay per question (so you can't answer the next question until x seconds have passed)
  13. Like
    Adam_S got a reaction from Adriano Faria in Quizzes   
    So basically, the second one first (as it'll make more sense):
    When a person add a new quiz, they have the option of adding their own feedback at the end of the quiz (similar to the feedback section you have added on the ACP).  They can write their own text in there and its allocated to that quiz only.
    When a person is entering questions and answers into a quiz that they've created, they also have the option of giving it a value.  At the end, the values are totalled up, and compared against the feedback in the previous paragraph, the user is given customised text.
     
    So for example.  3 questions with 3 answers each:
    Q 1: What colour is the sky?
    A1: Grey  (value 2)
    A2: Yellow (value 4)
    A3: Blue (value 6)
    Q 2: What is the colour of water?
    A1: Blue (value 6)
    A2: Green (value 4)
    A3: Pink (value 0)
    Q 3: What hair colour do you see the most?
    A1: Blonde (value 3)
    A2: Brunette (value 4)
    A3: Black (value 2)
    Then if you have customised feedback values for each quiz:
    If the total value is between 1 and 5, they would get feedback "You should get checked for colour blindness".  If the total value is between 5 and 10, feedback string would be "Close but no cigar!".  If total value was over 10, feedback string would be "Wow, you are just awesome!".
    If a person answers with answers 1, 1, and 3, their total would be 10, and they'd get feedback "Close but no cigar!".  If they answered with answers 2, 3, and 1, their total would be 7 and would get feedback "You should get checked for colour blindness".
    This way, with custom feedback and values, people who create the quizzes could really go crazy with anything they wanted with your app!   
     
    Does this all make sense (sorry for the long post!)
     
  14. Like
    Adam_S reacted to Adriano Faria in Auto Follow Content   
    What's New in Version 1.0.4:
    Fixed error on registration
  15. Like
    Adam_S got a reaction from Gravi5tar in Delete My Account   
    Hi @Adriano Faria
    This happens immediately after the user clicks on Save once they have ticked the tickbox saying they understand about the account deletion.  
    Here is the extract from the System logs (I think thats what you are asking for?):
    UnderflowException:  (0)
    #0 /home4/hrmnycom/public_html/omorashi.online/system/Email/Email.php(619): IPS\Db\_Select->first()
    #1 /home4/hrmnycom/public_html/omorashi.online/system/Email/Email.php(263): IPS\_Email::template('core', 'notification_de...', 'html', Array)
    #2 /home4/hrmnycom/public_html/omorashi.online/system/Email/Outgoing/SparkPost.php(250): IPS\_Email->compileContent('html', false, Object(IPS\Lang))
    #3 /home4/hrmnycom/public_html/omorashi.online/system/Notification/Notification.php(484): IPS\Email\Outgoing\_SparkPost->mergeAndSend(Array, NULL, NULL, Array, Object(IPS\Lang))
    #4 /home4/hrmnycom/public_html/omorashi.online/system/Notification/Notification.php(465): IPS\_Notification->sendEmails(Array, Array)
    #5 /home4/hrmnycom/public_html/omorashi.online/init.php(434) : eval()'d code(50): IPS\_Notification->send()
    #6 [internal function]: IPS\core\modules\front\system\hook449->_deletemyaccount()
    #7 /home4/hrmnycom/public_html/omorashi.online/applications/core/modules/front/system/settings.php(55): call_user_func(Array)
    #8 /home4/hrmnycom/public_html/omorashi.online/system/Dispatcher/Controller.php(96): IPS\core\modules\front\system\_settings->manage()
    #9 /home4/hrmnycom/public_html/omorashi.online/applications/core/modules/front/system/settings.php(35): IPS\Dispatcher\_Controller->execute()
    #10 /home4/hrmnycom/public_html/omorashi.online/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\system\_settings->execute()
    #11 /home4/hrmnycom/public_html/omorashi.online/index.php(13): IPS\_Dispatcher->run()
    #12 {main}
     
    BACKTRACE:
    #0 /home4/hrmnycom/public_html/omorashi.online/init.php(498): IPS\_Log::log('UnderflowExcept...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(UnderflowException))
    #2 {main}
     
  16. Like
    Adam_S got a reaction from ADKGamers in Delete My Account   
    @Adriano Faria can I make two suggestions?
    1) Perhaps the option where admins can enforce a reason, rather than it just being optional
    2) An option where it transfers all the users' content across to another dummy account (one that we create ourselves) so it doesn't show up as a guest that posted the content
     
  17. Like
    Adam_S reacted to Wayne B in Delete My Account   
    Hi @Adriano Faria 
    I like the idea of this plugin but rather than Delete My Account I would love to see the option to Close my account, this would effectively leave all posts and content attributed to a particular member so it would not show as Guest but mean that the account is locked to further logins with a message saying your account is currently closed, - please click here to request the account be re-opened which would then send it for review by the admins and that request could be approved or denied. 
    Probably a separate plugin to this although you may feel it is very similar hence posting it here.
    Best Wishes
  18. Like
    Adam_S got a reaction from Safety1st in Invite System   
    Hi @Adriano Faria, apologies if this has already been asked.  But is there a way to have a converted invitation count as content?  So for example, if a person converts an invite, it counts towards their content count, and subsequently their rating / group membership?
    Thanks
×
×
  • Create New...