Jump to content

Sonya*

Clients
  • Posts

    3,809
  • Joined

  • Days Won

    30

 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 Sonya*

  1. I have tried it on my test installation and no, there is no linking in Pages. Just in forums. I have tried on databases with custom template keys for fields and customized templates. Could this be a reason? Works on is set to All. 🤨
  2. I have multiple issues with RSS feed import on different sites. Generally, Title Prefix is ignored: Additionally, on invisionify.com I only see the image imported from IPS news. No title, no content. The items are imported multiple times: You can see the issue while logging in as admin, as the items are hidden (not public).
  3. This should be default in my eyes. Especially if we have a list of categories and forums where user does not have a permission of post. Sometimes there is only one forum, that they are allowed to "choose" from. 🙄
  4. I would like to see: variables/placeholders in the content. Like the URL of the last topic of the user or the number of days since they joined. filter on the users like in bulk mail, e. g. users that have registered in the last 7 days and did not make any post
  5. Probably there is a solution of how to allow the installation of SQL toolbox and protect from mass usage at the same time? When I log in into Marketplace, I use my account and see the files that are available for my account. This is Independent of the project or domain and is tight to my user. When you create a "hidden" Marketplace category containing SQL toolbox/Adminer and give the permission only for contributors, then no "simple, normal" (you know 😉 ) user would be able to install it. The contributor can log in into Marketplace from customers' AdminCP and install it though. Then after investigating, purging, or whatever, the contributor deletes the app from the customer's installation. You can also add a big fat warning message in AdminCP with scary words that there is an app that can damage everything and the user should uninstall it immediately. Just in case, the developer forgets to delete it. 😉 This would protect the usage of the SQL toolbox or Adminer by the inexperienced user. But at the same time, allows a developer to debug.
  6. And what do you use with Cloud clients? 😉
  7. put the URL in quotes: {{\IPS\Output::i()->redirect( 'https://external.url', NULL, 301);}}
  8. If you have Pages, delete the page, create another one with the same slug. Manual HTML, no suite wrapper, no page wrapper and add in into the content: {{\IPS\Output::i()->redirect( [YOUR_EXTERNAL_URL], NULL, 301);}} This would redirect to the external URL with 301 HTTP code. Adjust the code as you need.
  9. I can confirm the behavior with endless redirection.
  10. @beats23, be aware that this code contains hard-coded background and text color. This *can* lead to issues with light/dark mode. I would go with native ipsTable class and CKEditor plugin for tables. Add and edit a table via plugin in your editor and use class="ipsTable ipsTable_responsive ipsTable_zebra"
  11. No. Markutza talks to me as well here https://invisioncommunity.com/forums/topic/292918-error-while-upgrading-to-303/
  12. Cleared the cache. Luke is still there and keeps replying 😎
  13. I use Chrome on Windows. Luke continues to "reply" 😄 I will try to purge the cache and come back.
  14. Just FYI: I have opened this old archived topic in my browser https://invisioncommunity.com/forums/topic/292909-ipboard-3-is-crashing-using-ie-8/#comment-1855706 Suddenly I get a notification that a new answer has been added to this topic. After refresh I see the "answer": After another refresh the answer disappear, but after a while a get another notification that a new reply is added. It is the same.
  15. I would ask here https://invisioncommunity.com/forums/forum/524-advanced-self-hosting-assistance/😉
  16. Now, if you move to the root, 21.300 will be re-indexed just once. 43,600 will be re-indexed another time. It's your decision. Personally, I like clean URL structure. I would move even if it means, I am going to lose traffic (hopefully temporarily). But @opentype is correct that every change to the URL structure will have an impact. If you follow this structure As the last step add a .htaccess redirection rule, that will redirect all URLs containing /forum/* to /forums/* You will not have any broken links. But I would hire a technical person during moving and rewriting for assistance. 🙂
  17. Google is not so fast to re-index large forums in a month. What was your URL for a topic on phpBB? All your topics URL are redirected now from the old phpBB URLs. This will be "just" another redirection. Try to figure out how many URLs are not reindexed now by searching in Google: site:https://www.example.com/forum/viewtopic vs. site:https://www.example.com/forum/topic How many do you have for either search?
  18. I have managed to add embed for new created records by adding iframe in the template manually: <iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="{$record->member_id}" data-embedcontent="" scrolling="no" src="{$record->url()}?do=embed" style="overflow: hidden; height: 413px; max-width: 502px;"></iframe> There is still a question of how to edit already created topics assuming we are in the cloud and do not have access to SQL?
  19. Indeed it works if a new record is created and a new topic is generated. The template is only ignored if existing topics are synchronized. I assume because this is a background task that does not consider any custom changes to templates. I do not have any control over created topics. There is no Edit option, you have removed it in the past. The template above produces just a text link. There is no iframe embed. Now, is there a possibility to add a link to the record displayed as the default IPS embed in the first post?
  20. There are hints for me of where we've all moved on and will 😉 Nothing about IPS and its plans. I get a batch of ideas by just reading you 😄 Thanks for this!
×
×
  • Create New...