Jump to content

Petra Jane

Clients
  • Posts

    46
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Petra Jane reacted to Marc Stridgen in Do I need to renew license for forum to work?   
    The forum will continue to work in its current state. You simply lose access to all IPS services, including updates, the IPS spam service, support etc.
    I would point out, it would be worth ensuring the customisations are updated, and if needed move to a server that supports PHP 8. By running PHP 7, you are actually running a site that could potentially be compromised, as PHP 7 is no longer supported by PHP themselves for security fixes.
  2. Like
    Petra Jane reacted to Davyc in Rank Image size   
    Always a pleasure and never a chore, happy to have been of help.  If you need any further help I'm here 🙂
     
  3. Thanks
    Petra Jane reacted to Davyc in Rank Image size   
    I see it now - add this to your custom CSS file:
    .cAuthorPane_badge--rank { width: 120px; height: 30px; } That should do the trick - if nothing changes use this instead:
    .cAuthorPane_badge--rank { width: 120px !important; height: 30px !important; }  
  4. Like
    Petra Jane got a reaction from SeNioR- in Rank Image size   
    Not for me I'm afraid. The image affected is the one that appears over the member avatar.
     
    Sorry about not giving url, thanks to SeNioR- for helping out there.
  5. Thanks
    Petra Jane got a reaction from Runar in Customize Admin Login Page   
    Perfection! Thank you so much. 👍
  6. Thanks
    Petra Jane reacted to Runar in Customize Admin Login Page   
    What’s new in version 1.3.0
    Version 1.3.0 is now available in the Marketplace, with support for 4.6! The features requested by @Petra Jane and @adik are also added in this version, in addition to a small bugfix. See the changelog below for full details.
    New features
    Added dark mode and custom background image to two-factor authentication pages. Added option to show link that goes back to the community below login form. Fixes
    Fixed issue with custom logo or board name not showing up above login form.
  7. Like
    Petra Jane reacted to Marc Stridgen in Customize the Update Page   
    It would be the server path relative to your installation
  8. Agree
    Petra Jane got a reaction from Andy135 in Information associated with IP address fails to resolve   
    We have noticed on our IP Forum that the members IP when registering no longer resolves to any location, just gives "The IP address resolves to " (IP address) instead of (for example) New York as it used to do?
    Version 4.6.5.1
     
    Is it internal to our forums, or external to an Invision server that converts the ip to a location or has the ablity being removed? Also, how to fix the issue please?
  9. Thanks
    Petra Jane reacted to Adriano Faria in Latest Registered Members Widget (Adriano)   
    This resource now is supported by @All Astronauts in the topic:
     
  10. Like
    Petra Jane got a reaction from Miss_B in Latest Registered Members Widget (Adriano)   
    Solution provided by @Miss_B in the original Topic. Thank you so much!
  11. Thanks
    Petra Jane reacted to Miss_B in Latest Registered Members   
    You are very welcome @Petra Jane. Glad to have been of help. :)
  12. Like
    Petra Jane got a reaction from Miss_B in Latest Registered Members   
    Thank you @Miss_B for this. I've changed the code, and it works beautifully! Thank You so much!
  13. Thanks
    Petra Jane reacted to Miss_B in Latest Registered Members   
    At the plugin 's widget file find this code:
    foreach( \IPS\Db::i()->select( '*', 'core_members', NULL, 'member_id DESC', array( 0, $nr ) ) as $member ) And replace it with this:
    /* Exclude banned members */ $where = array( array( 'temp_ban = ?', 0), ); foreach( \IPS\Db::i()->select( '*', 'core_members', $where, 'member_id DESC', array( 0, $nr ) ) as $member ) Save the changes afterwards and you are good to go.
  14. Like
    Petra Jane got a reaction from Linux-Is-Best in (DP45) PM Viewer   
    Just wanted to be the first to confirm 4.0.4 fixes the issue we've had, so a big thank you to @DawPi for working on this issue. It even picked up the older messages from before it was installed, going back to the previous incarnation of the PM Viewer! Thank you!
  15. Thanks
    Petra Jane got a reaction from Adriano Faria in Custom Username Icon   
    Just to update thngs, the reason I was unable to update the custom Icon was because originally, this plugin was bought by the previous site owner, under their Invision license key. When I took over the site and forums, I purchased a new license and this meant that we were unable to access the previous plugin and update it, even though it was listed in our ACP.
    A quick discussion with Stuart at Invision explained this and simply buying the plugin/app anew under the correct license key solved the issue.
     
    Many thanks to Stuart and @Adriano Faria
  16. Like
    Petra Jane got a reaction from SeNioR- in Custom Username Icon   
    We are running version 1.0.0 and trying to update to 1.1.0 but when I try, I get a message that this is already installed. Do I have to uninstall the old version and buy the new version afresh please?
    pj
  17. Thanks
    Petra Jane reacted to Adriano Faria in Custom Username Icon   
    I just submitted a new version to fix it. Follow the file to be notified when it gets available.
  18. Like
    Petra Jane reacted to Runar in Customize Admin Login Page   
    Good idea, thanks! I'll take a look, this shouldn't take too long.
  19. Like
    Petra Jane got a reaction from DawPi in (DP45) PM Viewer   
    Ah! Thank you so much. That has resolved my issue perfectly.
  20. Like
    Petra Jane reacted to DawPi in (DP45) PM Viewer   
    Yes, see last option - to be able to delete you must check it.
  21. Like
    Petra Jane reacted to DawPi in (DP45) PM Viewer   
    Thank you for your kind words about me.
    I've saved your suggestion on my ToDo list on this app. I must wait a little - during last days this app was upgraded several times. I must (and should) pause a little. 😉
  22. Like
    Petra Jane got a reaction from DawPi in (DP45) PM Viewer   
    Just wanted to be the first to confirm 4.0.4 fixes the issue we've had, so a big thank you to @DawPi for working on this issue. It even picked up the older messages from before it was installed, going back to the previous incarnation of the PM Viewer! Thank you!
  23. Like
    Petra Jane reacted to Logan0 in Auto Welcome Support   
    This is an application so it will be in your application list, it won't be in your plugin list.
    I haven't had any problems yet apart from the chatbox integration doesn't work which has always been the case.
  24. Thanks
    Petra Jane got a reaction from Aethes in Vuex (Support Topic)   
    Don't know if it's just me, but if I edit the source of an text input box, it comes up very light grey on a white background, nearly impossible to edit?
    Thanks for making this theme available for those of us who are CSS challenged! MUCH apprciated.
×
×
  • Create New...