Jump to content

Riley Anderson

Clients
  • Posts

    30
  • Joined

  • Last visited

Recent Profile Visitors

1,304 profile views

Riley Anderson's Achievements

  1. Still working. Big thanks to you. You saved my day. 🤗
  2. Thanks for this fast reply. I already tried without succes. If i try with the HTML Block <?php include "uploads/_custom/_pages/events_countdown/widget.php" ?> If i try with the PHP Block (ParseError: syntax error, unexpected end of file (0)) include "uploads/_custom/_pages/events_countdown/widget.php"
  3. Hi, I have custom file made for display content, but i cant find how to create a widget for display the code to my php file. I have Pages app, i keep trying since hours without understanding how-to do it. Any help will be appreciated. Regards.
  4. That include no check of the sourcecode by an expert team. So malicious code can be added in it. It was the reason for me to purchase content only on invision marketplace. I like the IPS 5 alpha preview, but IPS is here at this state also with all devs who worked for 3rd plugins/app.
  5. Does Invision plan to make a release with security fix on day-one of the CVE patch ? Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11 · curl/curl · Discussion #12026 (github.com)
  6. We will have to go to tons of differents platerform for keep our products purchase up to date. Gonna be a pain to handle. Not gonna lie.
  7. Any updates still planed for this theme ? Doesn't support 4.7.10 and higher
  8. Hello. It will be nice if the PostFeed wdiget will support the hidden, pending approval, best answer, post as well. Current looking: Regards.
  9. Oh my bad, it was when i made some test, you can just use width: 100% and position: static instead.
  10. /* Fix rank display on menu */ @media screen and (max-width: 979px) { .elMobileDrawer__rank { max-width:calc(100% - 0px); position: unset; } } .ipsDrawer_list { width: 100%; position: relative; list-style: none; padding: 0 0 0px; margin: 0; } The main problem was the calc(100% - 50px) (wtf?) The ipsDrawer_list is to put the rank properly at the bottom.
  11. Doesn't mean it can be fixed. I can share you the full code edited if needed.
  12. Look like app isn't updated anymore? @InvisionHQ Hopefully the errors in logs can be solve my manualy fixing it with: https://invisioncommunity.com/forums/topic/425519-iawards/?do=findComment&comment=2913543
  13. The class #elProfileStats should use: background: rgb( var(--theme-area_background_light) ); color: rgb( var(--theme-widget_title_font) ); instead of: background: rgb( var(--theme-area_background_dark) ); color: #fff; You can make the Achivements clickable by replace the default code in core/front/profile/profile Default code: {{if \IPS\core\Achievements\Rank::show() and \count( \IPS\core\Achievements\Rank::getStore() ) && $rank = $member->rank()}} <div class='ipsFlex ipsFlex-fd:column ipsFlex-ai:center ipsPadding_vertical:half'> {$rank->html( 'ipsDimension:4' )|raw} <h3 class='ipsType_reset ipsType_unbold ipsType_medium ipsType_light ipsMargin_top:half'> {$rank->_title} ({$rank->rankPosition()['pos']}/{$rank->rankPosition()['max']}) </h3> </div> {{endif}} Changed code: {{if \IPS\core\Achievements\Rank::show() and \count( \IPS\core\Achievements\Rank::getStore() ) && $rank = $member->rank()}} <a href="{url="app=core&module=members&controller=profile&id={$member->member_id}&do=badges" seoTemplate="profile_badges" seoTitle="$member->members_seo_name"}" data-action="badgeLog" title="{lang="members_badges" sprintf="$member->name"}" class='ipsPadding_vertical:half ipsRadius'> <div class='ipsFlex ipsFlex-fd:column ipsFlex-ai:center ipsPadding_vertical:half'> {$rank->html( 'ipsDimension:4' )|raw} <h3 class='ipsType_reset ipsType_unbold ipsType_medium ipsType_light ipsMargin_top:half'> {$rank->_title} ({$rank->rankPosition()['pos']}/{$rank->rankPosition()['max']}) </h3> </div> </a> {{endif}} On mobile, the menu view is not perfect aligned with rank : The internalEmbed doesn't change with the dark/light mode
  14. IPS 4.7.8 broke the Slider function. See all changes requiers aswell: 4.7.7 → 4.7.8 - Invision Community Uncaught ReferenceError: Swiper is not defined at <anonymous>:19:15 at t.activateScript (rocket-loader.min.js:1:11855) at rocket-loader.min.js:1:11052 at t.run (rocket-loader.min.js:1:11259) at rocket-loader.min.js:1:11156 at HTMLScriptElement.<anonymous> (rocket-loader.min.js:1:670)
  15. Hello. Can you add support for dark theme with Topic Preview ? Also for embed link of another topic of your forum ? Regards.
×
×
  • Create New...