Jump to content
  • Sign Up

Tony

Administrator
  • Posts

    5,261
  • Joined

  • Last visited

  • Days Won

    703

Everything posted by Tony

  1. What theme settings are you trying to access? That screenshot is of the front-end, not the ACP. It should go without saying but I'll say it anyway: theme settings are in the ACP.
  2. You have a conflicting block of some sort, probably hidden because of a disabled addon/plugin.
  3. Clear system cache Revert editor to default configuration
  4. That's enabled by default. If you're not seeing it, then your theme was designed to not show it.
  5. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  6. Give this a try. You'll need to edit the rule and change the parameters to fit your community, such as the targeted group and the medal you're awarding. group-promotion-award.xml
  7. Try this: $time = time() - ( $this->settings['au_cutoff'] * 60 ); $online = $this->DB->buildAndFetch( array( 'select' => 'count(*) as `rows`', 'from' => 'sessions', 'where' => "running_time > {$time}" ) );
  8. admin\applications\core\modules_admin\mycp\dashboard.php Find: count (*) as rows Replace with: count (*) as `rows`
  9. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  10. It's not as simple as just removing code. You need to redesign the gump to support text input and then re-purpose the player to yank data from a third-party site that may or may not 404. There's a lot more to it. If you have access to the Invision Marketplace, you could always recommend that the author of the newer plugin (TheJackal84) adds the aforementioned support for URLs. Alternatively, you can post an offer in our Marketplace to commission someone to do the work for you. Be sure to follow the stickied guidelines.
  11. We don't have individual file feeds but you can use the feed for our Downloads area: https://webflake.sx/files/files.xml/
  12. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  13. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  14. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  15. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  16. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  17. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  18. Depends on your programming knowledge. No one is going to do it for free.
  19. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  20. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  21. Added custom "author icons" to the author pane on topics. There are three icons in total: Content - displays the author's total content on the site Reputation - displays the author's current reputation on the site The background/icon changes based on positive, negative, and neutral reputation. Days Won - displays total number of days won on our leaderboard. Added FA icons to the profile fields that also display in the author pane. Our member experience tag at the bottom of the author pane (X days/months/years of Flaking) are now colored based on length of time. Updated the color of the GIPHY button in CKEditor. View full release
  22. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
×
×
  • Create New...