Jump to content

opentype

Clients
  • Posts

    9,933
  • Joined

  • Last visited

  • Days Won

    137

 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 opentype

  1. Pretty sure it is not related to moving things around but to the number of entries, which defines the layout that is chosen. And in turn, this also affects which images are shown. Currently, the main entry would be the blog entry 4, which doesn’t have a title image at the moment. Before you added that entry, it would have been a different layout with 3 images in one row. If you want to force a specific layout, set the number of entries in the block settings and then make sure to have at least this many entries in the feed. That way, there won’t be any surprises when you add new entries.
  2. What’s your score when you send an email to Mail Tester? https://www.mail-tester.com If you got a perfect score, you could try to contact Apple. I had delivery problems with Apple accounts a while ago. I first made sure to meet all their standards https://support.apple.com/en-us/HT204137 and then I contacted them with details about my communities and my mail server IPs. They made some adjustments and I never had problems since.
  3. Yep.
  4. Yes, it is possible with the database relationship field. It creates a comma-separated list of the other articles in a specific database.
  5. Just to get all the possible views: I see no problem with it at all. It’s not the early days of the internet or the personal computer where sticking to ASCII was necessary or recommended to avoid technical problems. It’s the Unicode era now. If my user’s names are François, Käthe, Zoë, Carmiña, Åbjørn and so on, I am happy to have them use their correct spelling. The software can deal with it, search engines can deal with it. It’s really not a problem.
  6. It would relate to the window size. If you set it to 50%, it gets too small on a phone, but get huuuuuge (and blurry again) when someone reads the email on a desktop computer on 30 inch screen.
  7. If it’s a high-resolution screen the original size will indeed look a little blurred. To solve it, showing the logo in like 50% would be better and make no difference for people who have a regular resolution. That’s what I do for the theme logo as well. I wouldn’t use a percentage, no. It should be an absolute pixel value.
  8. Personally, I wouldn’t bother with it and just use the original image size. If you really need to change it, you would have to customize the email wrapper template under Customization → Appearance → Email → Email Wrapper. It’s this line that automatically uses the image size: <img src='{file="\IPS\Settings::i()->email_logo" extension="core_Theme"}' alt="{setting="board_name"}" width='{$imgDims[0]}' height='{$imgDims[1]}' /> You could use hard-coded values for width and height, for example at half the size of the image.
  9. It’s fully automatic, as these blocks are just feed blocks. They just take the data that is there. The forum images are taken from the attachments uploaded to the posts or topics, so they will usually be useful representation. If it shows outdated content, it might be a caching issue.
  10. It’s unlikely to happen though because of all the dependencies (like member IDs, foreign database IDs et cetera) in those databases. They could be deleted between export and import, which would essentially break site.
  11. No, Commerce doesn’t allow users to sell to each other. It only allows the site owner to sell products. And physical sales will removed in the future. User-to-user sales are not possible without third-party applications.
  12. If your physical folder was “/forums/”, I think you are lucky, because that will also be the default forums folder once you make Pages the default app. So, everything in the forums should continue to work as always.
  13. It depends on the type of quotation mark. Those " are removed. Proper typographic quotation marks like those “ ” are not removed. They are just treated like any other character.
  14. What’s the problem exactly? I’m not seeing any problem with fluid mode.
  15. You could create a feature request for IPS about showing the rating value with Pages database records. That’s more of a core function.
  16. The alternative to “you are correct” is not necessarily “you are lying”. You can simply be mistaken and that is what is being pointed out to you.
  17. [ { "line": 604, "function": "delete", "class": "IPS\\File\\_FileSystem" }, { "line": 167, "function": "getValue", "class": "IPS\\Helpers\\Form\\_Upload" }, { "line": 147, "function": "setValue", "class": "IPS\\Helpers\\Form\\_FormAbstract" }, { "line": 176, "function": "__construct", "class": "IPS\\Helpers\\Form\\_FormAbstract" }, { "line": 40, "function": "__construct", "class": "IPS\\Helpers\\Form\\_Upload" }, { "line": 1385, "function": "__construct", "class": "IPS\\Helpers\\Form\\hook1565" }, { "line": 107, "function": "editPhoto", "class": "IPS\\core\\modules\\front\\members\\_profile" }, { "line": 81, "function": "execute", "class": "IPS\\Dispatcher\\_Controller" }, { "line": 24, "function": "execute", "class": "IPS\\core\\modules\\front\\members\\_profile" }, { "line": 153, "function": "execute", "class": "IPS\\core\\modules\\front\\members\\avatarhub_hook_profileController" }, { "line": 13, "function": "run", "class": "IPS\\_Dispatcher" } ]
  18. I can confirm the problem.
  19. I would expect the code to still be correct. You might have made a mistake while setting it up. If not, I would start by outputting all the variables from the wrapper block to see if they are populated as expected.
  20. Here is one from last year with a mention of a fix in 4.7.
  21. I remember discussions about this years ago. I don’t know if it was ever addressed.
  22. When I say you can’t do it, then I am referring to native functionalities. With custom coding, almost anything is possible.
  23. Pay attention to this line in the categoryHeader template of the Listing template group. {template="categoryRow" group="category_index" location="database" app="cms" params="$cat"} The group name, here “category_index” points to the template set that is being used. This can be different from the category template you have chosen for the database. You might need to change that name so it matched the category templates you have customized. In general, your process is correct. It just looks like you are pointing to two different categoryRow versions.
  24. This is mixing two topics: crawling and indexing. It’s better to address them individually or it gets messy and confusing. “crawled, currently not index” is entirely Google’s decision. It does not depend on any settings and there is nothing you can do about these individual URLs. It’s Google’s judgement of the actual content and its relevance for Google’s users. Crawling everything in the sitemap should be fully automatic. You don’t need to submit anything manually. Technically, you don’t even need a sitemap. It just helps the process and avoids unnecessary crawler traffic. You didn’t say whether your forum topics are actually crawled successfully. If not, there could be technical problems. If they are crawled but not indexed, then everything you need to know will be in this list in the Search Console: We could only speculate. The useful facts will be in that list.
  25. Sorry, it’s not clear what you are asking. What change have you made to which template specifically? And where do you expect it to appear? By the way: Never touch the original templates! Always create custom templates first before making changes. Making changes to the default templates is irreversible and will cause unnecessary problems in the future.
×
×
  • Create New...