Jump to content

WP V0RT3X

Clients
  • Posts

    646
  • Joined

  • Days Won

    5

Reputation Activity

  1. Like
    WP V0RT3X reacted to Sonya* in IPB as a LMS   
    Charles, if we could have actions buttons in Pages that are connected to a piece of code (like PHP blocks) then it would solve countless things. Think of:
    How often the button has been clicked Mark something as "finished" Add sub-record to database relationship field via modal window right in the parent record. Add to favorites Hidden download to prevent hot links and so on... I have created a number of hooks to solve those things. But they are not reusable, requiring the field key and database ID. And they cannot be edited by admin on the fly like PHP widgets.
  2. Like
    WP V0RT3X reacted to Sonya* in Create Menu still needs a re-work   
    One of the first things I do while customizing projects:
    #cCreate + .elUserNav_sep, #cCreate { display: none; } I wish this would be optional. Especially for Pages it looks odd:
    Project in Projects Product in Products Course in Courses Story in Stories Article in Articles Link in Links ... and so on.
  3. Like
    WP V0RT3X reacted to Sonya* in Table of Contents for Knowledge base using pages   
    This database includes TOC as well 
    You can install it and just apply JS and CSS to your database.  
    Here is an example https://invisionify.com/fxdocs_demo/introduction/create-toc-on-the-fly-r2/
  4. Agree
    WP V0RT3X got a reaction from andavis in Invision Community Blog interface   
    The frontpage with the tabs was a little tricky and we use some custom stuff a regular visitor doesn't notice on first sight too, but with such a great tool like Pages almost everything is possible 👍

     
  5. Like
    WP V0RT3X got a reaction from estan in Invision Community Blog interface   
    The frontpage with the tabs was a little tricky and we use some custom stuff a regular visitor doesn't notice on first sight too, but with such a great tool like Pages almost everything is possible 👍

     
  6. Like
    WP V0RT3X got a reaction from Sonya* in Invision Community Blog interface   
    The frontpage with the tabs was a little tricky and we use some custom stuff a regular visitor doesn't notice on first sight too, but with such a great tool like Pages almost everything is possible 👍

     
  7. Like
    WP V0RT3X got a reaction from estan in Invision Community Blog interface   
    Such a layout isn't really complicated, in worst case you can hire somebody for that job.
  8. Like
    WP V0RT3X reacted to SeNioR- in Add font-display: swap to fonts.css   
    Fully Agree. I tested a lot of fonts some time ago. The default font is similar to "Roboto". Except that Roboto is thicker and clearer. But default font is perfectly sufficient and loads immediately.
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";  
    I use Roboto (many top sites use it from my observations) but not from Google servers. I uploaded the font to my server and redirected it to CDN.
    Here's the tool https://google-webfonts-helper.herokuapp.com/fonts 
    is good because you don't have to load all the charsets, you load the ones you use on your forums like latin-ext which translates into faster loading.
  9. Agree
    WP V0RT3X reacted to Sonya* in Designer Mode and Pages CSS   
    This answers the question. Thanks. I do not have any plugin, theme or application. I just export database and templates as XML to import them manually on other installation(s). 
    I wonder why export is limited to HTML Templates only. Database templates are rarely useable without CSS part.
  10. Like
    WP V0RT3X reacted to Sonya* in Database relations fields to plugins and apps   
    I have added a custom field "Node" (see system/Helpers/Form/Node.php) to the types of custom fields in database, where every content node within IPS can be referenced. It works, it is just a small plugin that extends field types of Pages. 
  11. Like
    WP V0RT3X reacted to KT Walrus in Cloudflare Stream Video Attachments   
    I've requested this several times over the years, but I'd like to see built-in support for Cloudflare Stream Video attachments.
    Cloudflare Stream is economical with streaming costs at $1 per 1,000 minutes viewed and storage costs at $5 per 1,000 minutes stored.
    The service has matured over the past year and you can have Invision Community members upload videos (in any format) directly to Cloudflare Stream (using TUS JS client) and embed the Cloudflare Stream free player for viewing the video attachments. You can also download the transcoded MP4 for long term storage (presumably in the cloud with a cheap cloud storage service like Backblaze B2).
    I'd like the plugin to upload, store and stream video attachments in Cloudflare Stream for 30 days. After 30 days, Invision Community could automatically move the MP4 to object storage and embed it directly in older posts using the <video> tag and built-in browser's video player. This would save Cloudflare Stream fees after 30 days and uses Cloudflare Stream for uploading and transcoding videos.
    I use Backblaze B2 and Cloudflare to eliminate bandwidth fees and only pay $5/TB/month for B2 object storage. At this price, I can afford to keep videos available for viewing even when attached to very old posts.
    More info available here:
    https://www.cloudflare.com/products/cloudflare-stream/

  12. Thanks
    WP V0RT3X got a reaction from Adriano Faria in 18+ restrictions for guests   
  13. Like
    WP V0RT3X reacted to Sonya* in How to hide EXIF info in Galleries   
    In AdminCP go to System -> Files and click on the button Image Settings.

    This would strip EXIF system-wide, not only in Gallery.
  14. Like
    WP V0RT3X reacted to encrypted in Theme Request   
    sent you a PM!
  15. Like
    WP V0RT3X got a reaction from OptimusBain in News pages   
    Pre-Marketplace release. For further info and questions please use the supportthread on our site.
    FX News Lite 1.0.3.xml
  16. Thanks
    WP V0RT3X got a reaction from OptimusBain in News pages   
    I can upload an installable version of the newsgrid and the article itself this weekend.
    The big headers with the tabs and the overlay are something different because I think they will break most Marketplace themes.
  17. Like
    WP V0RT3X reacted to Sonya* in Admin CP icons broken after custom domain applied   
    Click on Support in the upper-right corner of your AdminCP and select Clear system caches:

     
  18. Like
    WP V0RT3X reacted to Sonya* in Template plugin: datetime   
    Thank you! In case someone looking for:
    {expression="\IPS\DateTime::ts($record->record_publish_date)->format('j. F, Y')"} This method does not use locales. All output is in English. https://www.php.net/manual/de/datetime.format.php
    strFormat does respect locale
    {expression="\IPS\DateTime::ts($record->record_publish_date)->strFormat('%e. %B, %Y')"}
  19. Like
    WP V0RT3X got a reaction from Ibai in Marketplace - link in menu   
    Already mentioned that in another thread. Why is such an important entry hidden but there is an own button for a single club that is totally off topic?
     
  20. Like
    WP V0RT3X reacted to WiCKeDxgg in Trust Badges in Footer   
    this worked, i was wondering why it was doing that, although it is a good feature to have I think it should be off by default. thank you TAMAN & Darth Vortex!
  21. Like
    WP V0RT3X got a reaction from WiCKeDxgg in Trust Badges in Footer   
    Hi, you should ask @TAMAN this is more some kind of theme issue.
  22. Agree
    WP V0RT3X reacted to Kjell Iver Johansen in Marketplace - link in menu   
    When I visit this site I check "Unread content" and I like to stay up to date with Marketplace, so I always check whats new there. I might be buying something. I do not understand why they have hidden that link in a sub menu.. I find all the other links to no use for me, except the client area.

  23. Agree
    WP V0RT3X reacted to Randy Calvert in Back to Top button   
    It’s not about being hard to do. It used to be in early versions of IPB and was removed. I believe the reasoning was to simplify the user interface, especially on mobile devices. 

    I would not hold my breath on this happening. If this is one of those oddball features that is super important to you, instructions exist on how to add it yourself. 
  24. Like
    WP V0RT3X got a reaction from Marc Stridgen in iframe with pages   
    Some more https://www.w3schools.com/html/html_iframe.asp
  25. Haha
    WP V0RT3X reacted to Sonya* in (Pages) Display options for title field   
    While the topic is marked as solved. The real solution is to use:
    {$record->customFieldDisplayByKey('title', 'listing')} in template instead of $record->_title. This way the formatting works as for every other field. Also different output with second parameter "display", "listing", "raw" - everything you want 😄 
×
×
  • Create New...