Jump to content

Nathan Explosion

Friends
  • Posts

    7,136
  • Joined

  • Days Won

    129

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. Here's the listing directly on here: https://invisioncommunity.com/files/file/8395-ne-hide-content/View the 'Compatabilty' field. Want to know when the compatibility was added? Try checking ALL the change log information (there are prior ones - here's the specific one you need) https://invisioncommunity.com/files/file/8395-ne-hide-content/?changelog=26308Want to see the compatibility information in the ACP? Go ask IPS to add it in: https://invisioncommunity.com/forums/forum/499-feature-suggestions/ Are you having an actual issue with the app's functionality when installed on IPS 4.7? If so, please provide details.
  2. It's already deprecated, to be removed in a future release.
  3. core -> front -> profile -> profile Find: {{if settings.reputation_enabled and settings.reputation_show_profile}} Add the following before it: <div class='ipsPadding_vertical:half'> <p class='ipsType_reset cProfileRepScore cProfileRepScore_neutral ipsRadius:full ipsDimension_height:4 ipsDimension_minWidth:4 ipsPadding_horizontal:half ipsType_large ipsFlex-inline ipsFlex-ai:center ipsFlex-jc:center'>{number="$member->achievements_points" format="short"}</p> <h3 class='ipsType_reset ipsType_unbold ipsType_medium ipsType_light ipsMargin_top:half'>{lang="achievement_points"}</h3> </div> Save Result: If you want to remove the reputation points, then delete the code block that begins at: {{if settings.reputation_enabled and settings.reputation_show_profile}} and ends with: {{endif}} <-delete this one {{if $solutions}} <- Don't delete this one
  4. In that case you'll likely have to use the cookie you mentioned (which expires after 3 months) That gives you the user's ID, and you could then use the REST API to get more information about that user.
  5. <?php require_once 'test/ips_47_test/init.php'; \IPS\Session\Front::i(); $member = \IPS\Member::loggedIn(); if($member->member_id){ echo "Logged in"; } else { echo "not logged in"; } You'll need to modify the 'require_once' path to match up to the location where the init.php for IPS is located based on the location of your script file (my php file is in root, the IPS install is in test/ips_47_test/)
  6. Go here, click Manage next to the resource and then eactivate to renew it. https://invisioncommunity.com/clients/purchases/
  7. If it is this then I think I have a fix for that somewhere
  8. Group setting
  9. Sorry to be the guy, but maybe check the listing?
  10. What do you mean here by "Footer Menu"? Reason I ask is that I go to Themes, I click Edit, and I don't see 'Footer Menu' Is it possible here that you are using a custom theme that provides additional functionality that allows you to have a menu in the footer of your site?
  11. Type 'images' into the search bar in the ACP to find the above settings.
  12. Record your audio Upload the file via the Editor Click the file Type "Listen to this article" above it/below it Add the rest of your content. The result: Listen to this article Recording.mp3 This audio file contains my voice.
  13. <body class="ipsApp ipsApp_front ipsJS_none ipsClearfix" data-controller="core.front.core.app" data-message="" data-pageapp="movies" data-pagelocation="front" data-pagemodule="movies" data-pagecontroller="browse" data-pageid="15" > Try this: {{if \IPS\Request::i()->app =='movies AND \IPS\Request::i()->id =='15'}} {{endif}} Or if the template is part of the movies app itself, then just this: {{if \IPS\Request::i()->id =='15'}} {{endif}}
  14. What type of page is it then? Forums? Blogs? different app? Provide a link to it - the html content will assist with finding out much more about the page than you've given so far.
  15. You could go to /admin/?app=core&module=overview&controller=files and manually copy/paste the output from each page out to a csv file. Or you could install this plugin and click the lovely shiny '(NE) Download report' button that now appears on that page 😉 (NE) Download attachments report 1.0.0.xml
  16. Go into your ACP, click the bell and I am pretty sure there is a notification setting for that.
  17. I am currently working on the next version of this - the feature being added is the ability to reorder the pinned topics in a forum. If anyone has any requests for new features for this resource, now is the time to pipe up.
  18. They should click 'Notification Settings' and see what is set for the relevant item - if "No Notification List" then no notification...
  19. Oooffff...he may have missed the boat on updates here. What gen iPad? He may be able to upgrade to 12.5.x, but possibly won't be able to go beyond that.
  20. The resource is marked for IPS 4.7 only - so it will only be visible if you are on IPS 4.7.
  21. Here are the exact steps you need to follow:
  22. Thank you - and I would appreciate it if you provide the background information on the failure (logs, what change took place yesterday on the hosting that caused the issue to begin etc) and not just say "It's your app causing the problem" because my own testing with PHP 8/8.1 has not revealed any issues. Thanks.
×
×
  • Create New...