Jump to content

sobrenome

Clients
  • Posts

    2,525
  • Joined

  • Last visited

 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 sobrenome

  1. @opentype, is there a way to use tags as meta keywords?
  2. This code is not fine because results in multiple metatags for keywords: {{\IPS\Output::i()->metaTags['keywords'] = $record->tags();}} Result in:
  3. It's working for me: {{\IPS\Output::i()->metaTags['description'] = 'Text ' . $record->_title . ', text ' . $record->container()->_title . ', text ' . $record->author()->name . '.';}} What about the tags as keywords?
  4. Is there a way to mix text and strings? I want to output record's description mixing a common description text and with strings: record title and database category name. And is there an easy way to use tags as keywords?
  5. When I choose random, it only shows the last records by ID on decrescent order.
  6. Recently I have discovered that thousands of attachments images of my community were severely corrupted by the Smush it plugin of version 3.4. On AdminCP we can browser all attachments on ACP > System > Files. It's a great feature, but it could be improved. There is no bulk delete option and no option to remove the attachment alias from the posts that are linked to it. And there is no way to set how many attachments to browse per page. Many problems can happen to attachments, and a better administration system is very appreciated. In my case, it's nearly impossible to solve the issue without a better administration panel. It is human impossible to visit thousands os posts, delete the attachment link and them delete the attachment itself. It would take ages and would penalize other website administration needs. So, I urgent suggest this improvements for Files browsing in ACP: Bulk delete by checking the first line and auto choosing all lines behind; The option the delete the attachment link on the related post to avoid broken attachments; Setting for number of attachments to show per page.
  7. 4.1.18.1 wants to drop bouncer data? ALTER TABLE `ip_boardcore_members` DROP INDEX `bouncer_disabled`, DROP INDEX `bouncer_warning`, DROP INDEX `bouncer_spam`; This is the AdminCP point errors on DB.
  8. I really need this feature. Are you sure there is no way to adapt the current code to achieve the result I desire?
  9. The issue is related to CSS? How to reproduce the CSS related to the default horizontal slot to make the block "think" that is located in this spot?
  10. I am not using the default widget slots. I have a customized html page. I need to insert the block in a custom location.
  11. Yes, I did it. But the looks of block template is different from the looks of the listing template. I would like the looks of the listing template on block template. I have tried to adapt the listing template code to the block template but I was not successful. I want to add the block template to my community index page.
  12. I am trying to reproduce the database listing style to the block style with no success. Could you please send me by private message the code for PageGrid Block to look like the database listing style? Thanks. I want the block style just like this:
  13. For some reason the block template works fine when I add the block with the block manager but when I add manually some parts of the content are missing:
  14. What if I want to add a slider manually, not using the Block Manager, for exemple, add a slider in a page of Pages in a custom location, using the HTML editor?
  15. Installed the new version. Could not find the option to avoid html images. And now title is clickable, but there is a new bug. Only one record is shown, even if a choose to show more.
  16. Perfect! I guess that's it: link the topic title and trucate title. But you didn't answer about image crop and resize, that is not working.
  17. No, the title... it's not clickable... And the truncate title is not working... it adds the "..." at the end of titles that matches the characters criteria but does not hide the extra characters...
  18. Could you please add this feature to the next update? I will make the text bigger and the visitors will naturally click on the text...
  19. Yes, I don't want custom content. I want the auto topic title to have the auto topic link... ?
  20. And how to link the text? And is there a solution for crop and resize not working?
  21. The plugin considers "emoticons" as images. Please add an option to bypass emoticon images. https://fisiculturismo.com.br
  22. Hello, I have chosen to ignore forum posts with no images. But the slider is showing posts without images. And how to link the post title, not only the image? The problem was with "resize and crop". It's not working.
×
×
  • Create New...