Jump to content

Sonya*

Clients
  • Posts

    3,833
  • 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. And what do you use with Cloud clients? 😉
  2. put the URL in quotes: {{\IPS\Output::i()->redirect( 'https://external.url', NULL, 301);}}
  3. 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.
  4. I can confirm the behavior with endless redirection.
  5. @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"
  6. No. Markutza talks to me as well here https://invisioncommunity.com/forums/topic/292918-error-while-upgrading-to-303/
  7. Cleared the cache. Luke is still there and keeps replying 😎
  8. I use Chrome on Windows. Luke continues to "reply" 😄 I will try to purge the cache and come back.
  9. 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.
  10. I would ask here https://invisioncommunity.com/forums/forum/524-advanced-self-hosting-assistance/😉
  11. 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. 🙂
  12. 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?
  13. 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?
  14. 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?
  15. 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!
  16. @Matt just big thanks for your words. There are so many insights for me, so many hints between the lines. I appreciate it.
  17. If you have replaced images for reactions then check this
  18. @Dreadknux The feature is already implemented in the last version. I am just testing it with 4.7 Beta that's why no release in Marketplace yet. You can copy-paste a new code from here https://invisionify.com/uploads/page_objects/toc.js.9dfc64d46d40b781a8c0758cccaf01dd.js?v=b574a07d041653147371 And here is an example for an article that uses it https://invisionify.com/blog/how-to-create-curated-youtube-videos-for-community/
  19. The filter block on the Pages is hard to customize (no custom block based on the default one) and it has some mobile issues. E. g. Placed in the right sidebar it is displayed below the record lists instead of above the listing Swapping the sidebar to the left does not solve the issue, as then the filter is placed in mobile above the title and description of the record listing instead of below the description and listing We also cannot add the block two times on the same page, e. g. one with visibility for desktop only and one for mobile placed in a different area The filter with a long checkbox set should be inlined in mobile to avoid scrolling through long filter form and make it compact for small devices A perfect solution already exists for fluid forums: The block is added to the sidebar on the right above all other blocks on desktop Switching to mobile the block moves to under the forum title and description (the filter block in Pages should appear here as well) The block is automatically collapsed and transformed to the modal window to avoid long-form scrolling for those who do not need or use the filter It would be user and mobile-friendly if the filter block in Pages would behave like a forum selector in fluid view. 😉
  20. I wish I could see a user rank instead of a member group in forums and comments. The rank is more descriptive and tells more about user activity and trust than a member group. It has more granularity. But it is quite hidden. I have to hover over the user name to see his rank. When I disable profiles for guests, the guests cannot see ranks at all. And on mobile, I can see a rank only if I open the profile as there is no hover. Only for the groups that are excluded from the rank system, the member group should be shown.
  21. Every app in IPS has a folder that is appended to the installation URL. Except if the application is set as the default application. This one will omit the folder. If you would like to replace WordPress with Pages, do these steps: Import your WordPress contents into Pages Remove WordPress from the root domain Move the entire IPS installation under the root domain Set Pages as a default application This would give you the following structure: Homepage (with Pages) - https://example.com/ Forums - https://example.com/forums/ Blogs - https://example.com/blogs/ And so on.
×
×
  • Create New...