Jump to content

TheJackal84

Members
  • Posts

    2,559
  • Joined

  • Days Won

    39

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by TheJackal84

  1. TheJackal84

    iAwards

    I added a couple of whoops error while in dev
  2. TheJackal84

    iAwards

    Only error is when trying to give a award to any user In dev mode OutOfRangeException OutOfRangeException No message /* Load it */ try { $row = static::constructLoadQuery( $id, $idField, $extraWhereClause )->first(); } catch ( \UnderflowException $e ) { throw new \OutOfRangeException; } IPS\Patterns\_ActiveRecordload try { $award = \IPS\awards\Awards::load($values['award_id']->id); } catch (\UnderflowException $e){}
  3. TheJackal84

    iAwards

    It's a bug in the app nothing to do with anything external / 3rd party, I tried it on a fresh install with forums only and still get the error
  4. TheJackal84

    iAwards

    No its not I use it on a site with nothing else on, I only have the site to develop stuff Not saying we can't wait I only just found out the author don't support it, I don't want/need the app I bought it so I could add the info panel award box to my plugin as I use my own elements on it and iAwards won't find it, Until I can test it I can't release my update, Anyway enjoy your beers its 3am here and I am off to bed
  5. TheJackal84

    iAwards

    Maybe @-RAW- should come on and edit his topics explaining he is not here etc because if I knew that I would never or bought the app, I don't pay for stuff the devs don't support, while it's nice @Adriano Faria is helping @-RAW- work will always come 2nd to Adriano
  6. TheJackal84

    iAwards

    Yeah that is a bit strange but then it is a bug as well as its happening to 2 new installs
  7. TheJackal84

    iAwards

    I have seen this it might be good for you
  8. TheJackal84

    iAwards

    If not we will just have to request a refund from IPS as it don't work and there is no support
  9. TheJackal84

    iAwards

    Oh ok I get you now,No its @-RAW- upload and support topic but his PM is disabled so this is the only way to speak to him
  10. TheJackal84

    iAwards

    No I have just made this post I don't see the point in messaging @Adriano Faria as @-RAW- made uploaded and gets the $$$ for the app
  11. TheJackal84

    iAwards

    Just bought the app and when I try and award someone I get this error
  12. TheJackal84

    iAwards

    If I have to buy it that's fine but I won't be breaking any rules etc if I add his statement to my panel will I? Obviously it is only the if app installed and if user has awards etc but I just want to be sure
  13. TheJackal84

    iAwards

    Is there any way that you can send me the dev file for the user info panel on the topic post bit? I have created a plugin and 60% of the people have your app and want the feature on their user info panel but its not showing, I assume its looking for a division that's not in my plugin so I thought I can add your {{if statement}} to my plugin
  14. That's why you can choose what to show and hide, I personally would not show them all but I put in a lot so people have a selection
  15. Yeah I can add that, I thought you only wanted the pip on mobile, I will also change it from red to grey for now you can add this code to your custom.css file .euipOnlineStatus_offline { color: grey; }
  16. If you want to hide the custom profile fields and you used the code/s supplied on the 1st post or the settings area of the plugin you will need to add ipsResponsive_hidePhone to certain elements check out the code below for a example <li class="ipsType_break euip_Border ipsResponsive_hidePhone"> <span class="euip_Title"><i class="fa fa-user" aria-hidden="true"></i> {title}:</span> <span class="euip_Content">{content}</span> </li> <br class="ipsResponsive_hidePhone"/> <hr class="euip_Hr ipsResponsive_hidePhone">
  17. I will look into it I have thought about that myself as I stare at it and wonder where to place them so they look ok, I will try and find a way to do it I can't make any promises on this though cos I think it will be quite hard
  18. 1.0.2 available New features Added the ability to show post per day ratio. Added the ability to show the users amount of followers. Added the ability to show the last activity. Added the ability to change the width of the user panel from 200px - 350px. You can now change the Joined date to one what says "With Us For xxx Days". You can select to hide each section when viewing on mobile devices Changed the settings area so it is more cleaner and organized
  19. Styles and colours lol 99% are default ips or to their theme and as for the font-awesome icons there is not many to choose from for the selected fields so maybe a few are the same as yours but they are not copied, and then down to the style if you claim that as yours your a liar because again its the default ips classes with just a floating element on the span classes, Anyway this is a support topic not a hate topic so let's leave it there
  20. I have placed my own class in it now so when you edit it in the settings it will only edit the user info panel and won't conflict with anything else using the .ipsColumn_medium class
  21. I will be releasing a update soon where you can extend the size of the user info panel for the people who have quite long text in some fields, I have also added a post per day ratio, last activity, the joined date can now be changed to "with us for xxx days", user follower count and everything can now be hidden on mobile, Plus I have tidied up the settings so its easier to tell them all apart For the time being you can add this to your custom.css file and edit the width .ipsColumn_medium { width: 220px; }
  22. Download the plugin again, I did edit it after upload for that error but didn't change the version code read this Post
  23. Yeah that should be easy enough, I will look into it but I need to consider the size of the text incase it breaks the css
  24. What do you mean like last time the user was online?
  25. I just uploaded another version that fixed it, I didn't change the version as I am already in dev for 1.0.2 so I just edited 1.0.1
×
×
  • Create New...