Jump to content
DevFuse Forums

Michael

Management
  • Posts

    4,467
  • Joined

  • Last visited

  • Days Won

    424

Everything posted by Michael

  1. Is the video still in the moderator cp awaiting deletion?
  2. I'll reply soon but just in case you haven't already, I'll need admin and ftp login details.
  3. Reports of issues adding currency. Check applications/donate/modules/admin/setup/currencies.php
  4. Author information not currently passed to new topics from rss import. Manual Patch Open applications/videos/sources/Video/Video.php Find: $post = \IPS\forums\Topic\Post::create( $topic, $postContent, TRUE ); Replace With: $post = \IPS\forums\Topic\Post::create( $topic, $postContent, TRUE, NULL, NULL, $author ); Save.
  5. Were there any customization to the template before you applied this change? Can you try reverting it and then see if it changes the font color? Otherwise you could change #000 to #fff to get a white font color.
  6. The best way would be through the Member Rewards section in the admin cp. This can promote a member to the donator group for x amount of time. Let me know if you need further help setting this up.
  7. Category node has endless load with second level subcategories. Open applications/collections/sources/Item/Item.php Find: \IPS\Http\Url::internal( 'app=collections&module=collections&controller=submit', 'front', 'collections_add' ) Replace With: \IPS\Request::i()->url() Save.
  8. Modify task to use slow rebuild constants and increase task frequency to speed up locking of many topics. Also consider skipping archived topics.
  9. Can you make sure it was a clean find and replace? It looks like you may have replaced something else in the code...
  10. It looks like by default the "no message" style is actually dark, so that's why the font color is white. You'll probably need to patch this manually. Open acp > theme editor > form > front > logs > create Find: <div class='ipsMessage ipsMessage_{{if isset( $container->_options->rules_color )}}{expression="$container->_options->rules_color"}{{else}}info{{endif}}'> Replace With: <div class='ipsMessage ipsMessage_{{if isset( $container->_options->rules_color )}}{expression="$container->_options->rules_color"}{{else}}info{{endif}}' {{if isset( $container->_options->rules_color ) AND $container->_options->rules_color == 'none'}}style='color: #000;'{{endif}}> Save.
  11. The app install function is querying the forums_forums table. Add check for if forums app exists.
  12. I'm still busy in real life, IPB 4.5 was more difficult then I expected! It will still be a while before I look at new features again.
  13. You can patch this manually until the next update comes out. Open plugins/customprofile/hooks/customProfileHovercard.php Find: 'selector' => 'div.ipsPad_half.cUserHovercard > div.ipsAreaBackground.ipsPad.ipsClearfix > ul.ipsMenu.ipsMenu_narrow.ipsHide', Replace With: 'selector' => 'div.cUserHovercard > div.ipsBorder_top.ipsPadding_vertical.ipsMargin_horizontal.ipsClearfix > ul.ipsMenu.ipsMenu_narrow.ipsHide', Save.
  14. The video.js includes need to be https friendly http://vjs.zencdn.net/6.6.3/video-js.css
  15. Michael

    PHP 7.4

    [12-Feb-2021 19:18:21 UTC] PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/mysite/public_html/ipb/applications/videos/sources/Video/Video.php on line 597 Start testing Videos and other apps for PHP 7.4.
  16. I apologies for the delay in getting back to you. It doesn't look like you've purchased this product from me?
  17. Any details on what the conflict was? Who replied to you and I'll contact them and see what I can do on my end?
  18. I can revisit this again but at the time, this was the only option to have a fixed language string there.
  19. Any other alerts set like PM or Email? Are they working? Just trying to rule out topics first.
  20. What kind of error are you getting? It's an IPS exclusive app, so only available from the marketplace right now.
  21. It might be easier to get admin login details to troubleshoot this directly then because this one has always been hard to reproduce.
  22. Use this link for copyright removal - https://www.devfuse.com/products/&act=add_copyright_removal
  23. I'm sorry for the delay, it will be soon!
×
×
  • Create New...