Jump to content

Riley Anderson

Clients
  • Posts

    30
  • 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 Riley Anderson

  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.
  16. Hello. It would be nice to have a settings for allow/block integrations of images in Status Update. Best Regards. Related : Block images in status updates - Help & Support - Invision Community
  17. Hello. I can't find a solutions to block images in status updates. Their is any solutions for that? Best regards.
  18. Some webhook are not detected if the channel is too 'old' ? Even after few days they doesn't appear. Someon already have this issues? Regards
  19. TypeError: class_uses(): Argument #1 ($object_or_class) must be of type object|string, null given in httpdocs/init.php:1168 Stack trace: #0 httpdocs/init.php(1168): class_uses() #1 httpdocs/system/Theme/Theme.php(885) : eval()'d code(4803): IPS\IPS::classUsesTrait() #2 httpdocs/system/Theme/Theme.php(951) : eval()'d code(78): IPS\Theme\class_forums_front_forums->topicRow() #3 httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\hook544->topicRow() #4 httpdocs/system/Theme/Theme.php(885) : eval()'d code(1504): IPS\Theme\_SandboxedTemplate->__call() #5 httpdocs/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_forums->forumTable() #6 httpdocs/system/Helpers/Table/Table.php(569): IPS\Theme\_SandboxedTemplate->__call() #7 httpdocs/applications/forums/modules/front/forums/forums.php(568): IPS\Helpers\Table\_Table->__toString() #8 httpdocs/applications/forums/modules/front/forums/forums.php(38): IPS\forums\modules\front\forums\_forums->_forum() #9 httpdocs/system/Dispatcher/Controller.php(118): IPS\forums\modules\front\forums\_forums->manage() #10 httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #11 httpdocs/index.php(13): IPS\_Dispatcher->run() #12 {main} I tried with all extensions disabled. Same issues. If you need my community URL where this error appear PM me.
  20. On IPB 4.7.3 with PHP 8.1 Returning this error. [[Template forums/front/forums/topicRow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] According to my search it's the following code who generate the problem. {{if theme.fluent_forums_reaction}} {{$comment = $row->comments( 1, 0 );}} {{if \IPS\IPS::classUsesTrait( $comment, 'IPS\Content\Reactable' ) and \count( $comment->reactions() )}} <div class="ipsDataItem_generic ipsReactOverview ipsReactOverview_small ipsType_light"> <ul class='ipsDataItem_stats ipsResponsive_showDesktop'> {template="reactionOverview" app="core" group="global" params="$comment, TRUE"} </ul> <ul class='ipsDataItem_stats ipsResponsive_hideDesktop'> {template="reactionOverview" app="core" group="global" params="$comment, FALSE"} </ul> </div> {{endif}} {{endif}}
  21. Here's some errors logs after update on last IPS version. Running PHP 8.1 BDI version : 1.0.17.1 Regards. A class in an app extends the class \IPS\brilliantdiscord\Singleton for which no file /applications/brilliantdiscord/sources/Singleton/Singleton.php exists! The method scanner skipped comparing that file to any of its subclasses A class in an app extends the class \IPS\brilliantdiscord\ActiveRecord for which no file /applications/brilliantdiscord/sources/ActiveRecord/ActiveRecord.php exists! The method scanner skipped comparing that file to any of its subclasses The class \IPS\brilliantdiscord\RateLimit\RateLimitedException extends \LogicException, but the parent class couldn't be loaded. The class \IPS\brilliantdiscord\Util\UnhandledDiscordException extends \RuntimeException, but the parent class couldn't be loaded.
×
×
  • Create New...