Jump to content

Nathan Explosion

Clients
  • Posts

    7,009
  • Joined

  • Days Won

    128

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. Possible, yes...but probably not without adding at least one additional SQL query when loading a topic.
  2. v4.2.0 is pending approval FIXES fixed an incorrect language string being used as the title in the lightbox if you are using the 'Display login prompt in the lightbox' setting. fixed issue where an 'unavailable' link was left in quotes if hiding images which have been linked from external sites. fixed the 'Convert images to links within quotes' setting so that it actually does what it's supposed to do, as it was clearly not working correctly (and not being used by anyone, otherwise it would have been reported previously) NEW If using the 'Convert images to links within quotes' setting, an additional 'Show friendly text for link' setting is now available to allow a more friendly textual element to the link. CHANGES If hiding images, giphy.com images are now hidden. Minor language string updates
  3. Instead of trying to wrap the image in a div, just add this: text-align: center; ...to the style of the container the image is already in (a few lines above the <img.... line) <td dir='{dir}' valign='middle' style="font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 30px; font-weight: 300; color: #262e33; line-height: 48px; padding-left: 10px;">
  4. I plan to add the following freebies (which I think have each only been made available to one person previously) into the application in v1.3.0: (NE) Redirect banned users (NE) Hide advertisements from search engines If anyone has been provided with a free plugin by myself previously (not via the Marketplace), please chime in here and I'll look into possibly adding it to this on the next update.
  5. v1.1.1 is currently pending approval, fixing the above.
  6. I've going to guess that it's not a post then...it's a topic. If so: If still not there, provide a full screenshot of the 'post' so that we can see exactly what it is.
  7. This is assuming you have hidden it, which means it appears as red in a topic... Read the post Click the indicated item This is assuming you haven't actually hidden it, and instead have deleted it... Go to /modcp/deleted/ on your site (ie...if your site is domain.com then go to domain.com/modcp/deleted/) Find the post You can then select it and undelete it. Failing the above...no idea. Explain more about what you have actually done to hide the post. And if you mean topic, then say so as the location to unhide a hidden topic is different to what I am suggesting you do.
  8. Currently pending approval This resource will allow members from configured groups to toggle blocks down to their titles and back. Supports blocks in the header, footer and sidebar of the site, and the toggled state of each block is remembered as the user browses the site. Note: doesn't support Pages WYSIWYG blocks, because they don't have a title area and therefore I can't add a toggle icon to the title. (Maybe a later version though) using Forums as an example: a block on an index page differs from a block on a topic page...collapsing the former will not reflect as a collapse on the latter. the toggled state of blocks is browser-specific - actions performed in Chrome, for example, will not be reflected in Firefox. (Maybe a later version though)
  9. v1.1.0 pending approval NEW Plugin converted to an application Resource now compatible with IPS Community Suite v4.7.x
  10. Yes, and there has been for quite a while. In Chrome, tap the 3-dot menu in the top-right of the browser and then 'Install' to add the PWA to the home screen.
  11. Edit your globalTemplate and after the final {{endif}} but before the closing > on the BODY line: <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}' {{if isset( \IPS\Request::i()->id )}}data-pageID='{expression="(int) \IPS\Request::i()->id"}'{{endif}} {{if isset( \IPS\Dispatcher::i()->dispatcherController ) AND !\IPS\Dispatcher::i()->dispatcherController->isContentPage }}data-nocontent{{endif}} {{if output.pageName}}data-pageName="{expression="output.pageName"}"{{endif}}> Add the following (space at start, important) {{if ISSET(\IPS\Request::i()->cookie["forum_view"])}}data-forumView='{expression="\IPS\Request::i()->cookie['forum_view']"}'{{endif}} You now have an additional selector you can use called "data-forumView" which will contain either table, list or fluid <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}' {{if isset( \IPS\Request::i()->id )}}data-pageID='{expression="(int) \IPS\Request::i()->id"}'{{endif}} {{if isset( \IPS\Dispatcher::i()->dispatcherController ) AND !\IPS\Dispatcher::i()->dispatcherController->isContentPage }}data-nocontent{{endif}} {{if output.pageName}}data-pageName="{expression="output.pageName"}"{{endif}} {{if ISSET(\IPS\Request::i()->cookie["forum_view"])}}data-forumView='{expression="\IPS\Request::i()->cookie['forum_view']"}'{{endif}}>
  12. I've found your site via Google, and you allow guests to post in the following forums (easy check, I clicked the "Start new topic" button) AutoCAD\AutoCAD LT 2020-2023 AutoCAD\AutoCAD 2019 AutoCAD\AutoCAD avant 2017\AutoCAD 2016 AutoCAD\AutoCAD avant 2017\AutoCAD 2014 Guests can't post in the single forum example you provided above. I'd advise that you go to the Groups listing, instead of the Forums listing, and click on the Permissions icon for the Guests group and make your modifications there.
  13. Step 1: Configure the manifest correctly. Step 2: User adds the app after that has been done. Step 3: Access the app, enable the notifications. Start at the start... Show your manifest configuration.
  14. A new v1.2.0 is now pending approval FIXES Fixed a numpty issue with saving group settings correctly to the database instead of just the cache. Fixed issue where disabling "Manage 'Create New Stream' permissions" had no effect (only observable if it had previously been enabled AND the groups configuration had been modified from default) Fixed issue with saving settings when Pages is not installed Added missing CSS for the "Unread icon in forums categories" functionality NEW Added the following freebies into the box (both previously unavailable via the Marketplace) (NE) Language usage counter (NE) Order databases in "Create" menu (NE) Member deletion content (NE) Change 'Code' default language
  15. Possibly the part that requires the user to "....add your community to their home screen with the share button"
  16. Search the ACP for "Post Before Registering", and turn it off.
  17. I'd advise you to look into why your index.php file is being replaced daily in that case - maybe your hosting has been compromised?
  18. Well, the call to the method is in the globalTemplate template. The error message indicates that either: the file /system/dispatcher/admin.php no longer exists (you'd have loads of other errors too if that was the case) or the function showSwitchLink doesn't exist in the mentioned file.
  19. It may have been an issue with a 3rd-party plugin. It may have been an issue with a 3rd-party application. It may have been an issue with a 3rd-party theme. It may have been an issue with a modification you made to your theme. Aliens. No idea.
×
×
  • Create New...