
Everything posted by opentype
-
Store Products Widget
This doesn’t seem to work anymore with a fresh install on the latest release. There is no Edit button to set the plugin up after installation and when the widget is placed on a page it doesn’t show anything.
-
Integration with Twitter Cards
I recommended it too a while ago. Makes perfect sense to support these Twitter meta tags along with the ones Facebook looks for. Tweets with images are so much more likely to get clicks than just plain links. If you can’t wait: it’s surprisingly simple to add it to certain templates. For example, I added this to my video database in Pages: {{\IPS\Output::i()->metaTags['twitter:card'] = 'summary_large_image';}} {{\IPS\Output::i()->metaTags['twitter:site'] = '@TypographyGuru';}} {{\IPS\Output::i()->metaTags['twitter:title'] = $record->_title;}} {{\IPS\Output::i()->metaTags['twitter:description'] = 'Watch this video in the collection of the best typography videos on Typography.Guru';}} {{\IPS\Output::i()->metaTags['twitter:image'] = (string) \IPS\File::get( 'cms_Records', $record->record_image )->url;}}
-
Change UTF8 to UTF8MB4
I just tried this on a test installation, but changing the conf_global did not seem to do anything at all. Is that really all we would have to do to start this process?
-
Wiki-like-editing is useless at this moment
I agree to the feature request. However, I would suggest that you stick to calm factual descriptions for such requests. IPS will judge the feature request by itself. It doesn’t need red, exclamation marks or exaggerations (i.e. “it’s useless”). If it helps you as a work-around: On my 3.4 site I monitor Wiki article changes by having set up blocks which are ordered by last change. It’s much easier to spot changes this way.
-
Change UTF8 to UTF8MB4
Stop spreading these false information. The UTF8 type is a user-choice during installation or upgrade. There is no “automatic” conversion, because that wouldn’t even work, e.g. when your database runs on MySQL 5.1. In addition, your are not “stuck” with UTF8. Its YOUR MySQL database on YOUR server. You can do whatever you want with it. If you are not able to, maybe you should better move to IPS’ clould solution. But don’t expect IPS to become your server admin.
-
Change UTF8 to UTF8MB4
What Marcher said. It’s really a server-level thing that has nothing to do with the actual IPS software. If you choose to self-host, you should be able to maintain your database and set such things yourself or let it do through someone else. IPS only guarantees that 4.0 works both on UTF8 and UTF8mb4. It’s not their job to maintain your server.
-
Change UTF8 to UTF8MB4
No. The scenarios are: MySQL <= 5.1You cannot use UTF8MB4 at allMySQL >= 5.5UTF8. Certain characters (like certain Emoji) won’t be supported and could cause problems in earlier releases. Therefore the most recent version now warns you about this when you try to include such characters.UTF8MB4: You are free to use any characters.
-
Member Map
Indeed. My member map has turned into a white page. Hoping for an update. I have been trying to push my users into adding their location and now I feel bad about not being able to deliver that map anymore.
-
Feature Request: Hide post from anyone but the author
Hiding/deleting posts is always a tricky issue. It's necessary, but it can create new discussions, because the users who's posts got hidden can get pretty mad. On Facebook Pages this is solved quite nicely. If you hide a post, no one will see it anymore BUT the author. So provoking posts will not cause any trouble, but the author won't get mad, because he/she will still see the post. This might be a nice option to have on IP.Board as well.
-
Member Map
How is that size of the speech bubble for custom markers calculated? Can I change that somewhere? Because no matter if my text has 5 lines or 50 lines, the text block is always larger than that speech bubble.