Jump to content

Ioannis D

Clients
  • Posts

    248
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ioannis D got a reaction from BouncingXkala in Ideas Application   
    I think there are missing some language strings.


  2. Like
    Ioannis D reacted to teraßyte in (TB) Bump Up Topics   
    Just a quick note that the next version will add a new de-bump option. 😉
    I'm working on a few other things first but it should be available soon.
  3. Like
    Ioannis D reacted to Nathan Explosion in Server set up with Direct Admin   
    Cue emojis potentially becoming question marks...
    Use this instead:
     
    mysqldump -u database_username -p database_name --default-character-set=utf8mb4 > site_database.sql  
  4. Like
    Ioannis D reacted to Goza in How do you grab a users name to input into a custom block?   
    {{if \IPS\Member::loggedIn()->member_id}} {expression="\IPS\Member::loggedIn()->name"} {{else}} Guest {{endif}} So, this bit of code is basically saying. If a user is currently logged in, it will show their username but if they aren't logged in. It will get replaced with the word guest. 
  5. Like
    Ioannis D got a reaction from Adriano Faria in Movies   
    I don't know, with the new uploaded version (1.0.8) without screenshots in marketplace I couldn't update. After the last update with re uploading screenshots it showed me the update button and updated successfully.
  6. Agree
    Ioannis D reacted to Davyc in Hump Day: do you use the Clubs feature?   
    I want to use the clubs feature on my upcoming site, but the amount of work needed to get it looking like I want is seriously time consuming;  changing the layout via template changes and adding extra CSS to get the look I want is challenging, but not impossible.  For example - the name of the club should not be overlaid on the image, but below; that horrible transparent background is ugly to say the least.  The image itself is way too small. 
    So, some extra thought into how the actual club card looks should be addressed, with some template changes and CSS added that can be applied via options.  The concept is excellent, the implementation is lacking.  Once I get the clubs up and running I will come back with both a link and what I had to do to get the look I wanted 🙂
     
  7. Like
    Ioannis D reacted to Linux-Is-Best in CKEditor 4 end of life - alternative editor consideration   
    CKEditor 4 is reaching the end of life (source). Instead of jumping onto the CKEditor 5 bandwagon, I propose Invision consider an alternative editor. There are many well-established modern editors such as, for example, TinyMCE, Froala, Quill, and Redactor, to name a few. Any of these would make satisfactory alternatives.
     
    CKEditor may be 'old school,' but it has become bloated, larger in file size and load time.  Most of the issues it encounters often have to do with responsive layouts on a mobile device and excessive load time. As mobile continues to dominate the landscape, I feel it may be prudent to focus on an editor development that has kept up successfully with the times with the least issues.
     
    Changing the editor should not be expected in the next release. But a roadmap should be considered for a future transition.  Thank you for your time and consideration. 😀
  8. Like
    Ioannis D reacted to Jimi Wikman in Dark mode inheratance for the main theme   
    I assume it is because it basically turns the default design into two designs and you need to add a switch somewhere, that take up more space in the navigation.
    It's not very difficult to add on your own, though. I have a codepen where I have my code that I use:
    https://codepen.io/jimiwikman/pen/vYmXNQb
    I also added a cookie for this to make the change persistent.
     
  9. Like
    Ioannis D got a reaction from Kirill Gromov in Ideas Application   
    I think there are missing some language strings.


  10. Thanks
    Ioannis D reacted to Kirill Gromov in Ideas Application   
    Hello, Forums app not required.
  11. Thanks
    Ioannis D reacted to Marc Stridgen in Search Engine Issues in Pages App   
    On taking a look at this, the issue appears to be the parent category not having permission to view, which causes this issue. 
  12. Like
    Ioannis D got a reaction from sadams101 in Search Engine Issues in Pages App   
    I have the same issue with search in Pages app. It can't be able to find anything, always the results are 0 and this only in Pages app. In other applications it works as it should.
  13. Like
    Ioannis D reacted to Nathan Explosion in Edit reason and signature in Pages records   
    Right - here's the full set of requirements for the field to be displayed:
    "Can edit silently?" is set off in the user group The 'Edit log' setting is set to "Log all edits made to content and what has changed" (setting is in Systems -> (Settings) -> Posting -> General (see screenshot)  

  14. Thanks
    Ioannis D reacted to Adriano Faria in Signature in Pages records   
    The signature:

    Edit the record template and find:
    <section class="ipsType_richText ipsContained ipsType_normal" data-controller='core.front.core.lightboxedImages'>{$record->_content|raw}</section> Add below:
    {{if trim( $record->author()->signature )}} <br> {template="signature" location="front" group="global" app="core" params="$record->author()"} {{endif}} Will result in:

  15. Thanks
    Ioannis D reacted to Sonya* in Databases in Clubs   
    No, you cannot. In IPS each database needs own page, otherwise the database cannot be used in frontend. 
  16. Like
    Ioannis D reacted to Marc Stridgen in Is there a way to force login/registration before viewing?   
    You can do this one of 2 ways. You can switch off the site entirely to guests, so they have to log in. To do that, go to the guest group and edit, then switch off "can access site".
    Alternatively you can change the permissions on your forums to remove guest access 
    https://invisioncommunity.com/4guides/how-to-use-ips-community-suite/managing-members/member-permissions-r305/
  17. Like
    Ioannis D reacted to Sonya* in Databases in Clubs   
    No changes, it works. Please ensure that new database is assigned to a page. If it is not, it is not displayed in Allowed content areas.
    Confirmed.
  18. Like
    Ioannis D got a reaction from Sonya* in Databases in Clubs   
    @Sonya*, Thank you! The issue has been fixed.
  19. Thanks
    Ioannis D reacted to Sonya* in Databases in Clubs   
    Fix is submitted, waiting for approval...
  20. Thanks
    Ioannis D reacted to Sonya* in Databases in Clubs   
    @Ioannis D, thanks for your report. I will submit a fix today @Daniel has reported before. I am not sure, if it is the same issue, you have. 
    Can you please provide the steps in ACP to reproduce the error? Thank you!
    Edit: I could reproduce the error and make a fix asap.
  21. Like
    Ioannis D reacted to Matt in Pages - Flexible Columns and multiple pages   
    We definitely want to bring this kind of functionality to Pages. It's high on our list.
  22. Like
    Ioannis D reacted to Foxtrek_64 in PHP in Copyright   
    I was able to get it with modifying the template. I'm not unfamiliar with template modifications, but I was trying to figure out if I could do it with the built-in copyright text system.
  23. Like
    Ioannis D got a reaction from Joel R in "Expand" for code blocks   
    An alternative method that you can use, is to define the max height of the code block by adding the below code in to your custom.css
    pre.ipsCode{ max-height:500px; }

  24. Like
    Ioannis D reacted to DawPi in Account Credit by default   
    Pretty easy.
    Look:

     
    Plugin: (DP44) Account Credit by Default on Checkout.xml
     
    Of course it's simplest way to make it, without more checks, but it's a good base. You may use it and tweak if you want to of course.
  25. Like
    Ioannis D got a reaction from kmk in "Expand" for code blocks   
    An alternative method that you can use, is to define the max height of the code block by adding the below code in to your custom.css
    pre.ipsCode{ max-height:500px; }

×
×
  • Create New...