Jump to content

balazsp

Clients
  • Posts

    149
  • 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 balazsp

  1. I allowed these ips on my server's firewall and it fixed the issue: https://code.google.com/archive/p/recaptcha/wikis/FirewallsAndRecaptcha.wiki { 216.239.32.0/19, 64.233.160.0/19, 66.249.80.0/20, 72.14.192.0/18, 209.85.128.0/17, 66.102.0.0/20, 74.125.0.0/16, 64.18.0.0/20, 207.126.144.0/20, 173.194.0.0/16 }
  2. I have renewed the 6mo license, and still getting 15k+ admin notifications about expiring and expired licenses in the admin area. (Also, why am I getting warned about a license that will expire in 6mo?) Every admin page takes 30-60 seconds to download, or sometimes they just timeout. I have emptied the acp_notifications table in mysql, but these still show up. How can I get rid of them? Thanks!
  3. Hi @DawPi It's been over a month, did you happen to make any progress? Thank you.
  4. May I ask how big your SQL DB is? And how much memory you give to ES?
  5. Thank you @CoffeeCake is there a way to trigger the index rebuilt without logging in to the admin panel?
  6. Thank you. I have zero errors in my local ES logs and the only warnings I can see is from the elasticsearch_deprecation.log: [2021-02-28T23:38:55,744][WARN ][o.e.d.r.a.s.RestSearchAction] [HOST] [types removal] Specifying types in search requests is deprecated. [2021-03-01T01:42:39,874][WARN ][o.e.d.a.c.CommonAnalysisPlugin] [HOST] The [edgeNGram] token filter name is deprecated and will be removed in a future version. Please change the filter name to [edg e_ngram] instead. [2021-03-01T02:05:40,315][WARN ][o.e.d.r.a.s.RestSearchAction] [HOST] [types removal] Specifying types in search requests is deprecated. [2021-03-01T07:40:33,976][WARN ][o.e.d.r.a.d.RestUpdateAction] [HOST] [types removal] Specifying types in document update requests is deprecated, use the endpoint /{index}/_update/{id} instead. [2021-03-03T02:02:41,197][WARN ][o.e.d.r.a.a.i.RestCreateIndexAction] [HOST] [types removal] Using include_type_name in create index requests is deprecated. The parameter will be removed in the next major version. [2021-03-03T02:02:43,526][WARN ][o.e.d.a.b.BulkRequestParser] [HOST] [types removal] Specifying types in bulk requests is deprecated. Is there a way to manually rebuild the last hour's content? Maybe a script to call? I'd be happy to do that to make sure the users can see all the latest contents.
  7. @pequeno did you happen to find a fix for the issue? thanks in advance!
  8. Hi @DawPi Is there anything I can do to help with the debugging? TIA!
  9. Thank you so much 🙂
  10. Thank you. So.. when I described what I want to achieve with the mod, Nathan told me it was possible, you did not correct him and even confirmed it: "Edit choosen template to be used by group X. Then using my mod assign 'bots' to that group. That's all." it actually meant that I can only assign a specific theme to bots if it is already the default theme? Or did I misread something? Don't get me wrong, I still think is a good plugin (learned a few things from reading the source), but I'd greatly appreciate if you could demo your statement above on your demo board with any cloned skin. Thank you in advance.
  11. I did change the useragent in the browser, but the still the default skin came up, not the one I assigned to the Bot group. I am using (DP44) Bot Group 2.0.0.
  12. Thanks and I get it is a built-in IPS4 requirement. My issue is that for example Google Insight still shows the default theme instead of the Bot theme - so I am not sure how I can even verify that the plugin is working.
  13. Quick question: will the 'Default Front-end Theme' setting override the group selection? I assigned the group bot in the plugin: edited the theme Bot to use for it for the Bot group excluded the Bot group from my default theme and when I try to save it, I have to set my default theme as default, otherwise I get this error: and google insight still shows the default theme instead of the Bot theme: https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Flfg.hu%2Fforum%2F&hl=en&tab=mobile What did I miss? Or how I can test that the plugin is working as intended? Thanks in advance!
  14. define( 'OUTPUT_CACHE_METHOD', 'Redis' ); // Store guest pages in Redis define( 'STORE_METHOD', 'Redis' ); // Use Redis for datastore define( 'CACHE_METHOD', 'Redis' ); // Use Redis for caching define( 'REDIS_ENABLED', true ); // Use Redis for sessions can I use mysql for sessions (for other SSO integration is based on that) and Redis for everything else like this? define( 'REDIS_ENABLED', false); // Use Redis for sessions define( 'OUTPUT_CACHE_METHOD', 'Redis' ); // Store guest pages in Redis define( 'STORE_METHOD', 'Redis' ); // Use Redis for datastore define( 'CACHE_METHOD', 'Redis' ); // Use Redis for caching
  15. Thank you @bfarber, but are the devs selling their plugins via the marketplace forbidden to share their xml file? (Talking about PMs here, not other private exchanges.)
  16. @bfarber Could you please confirm whether devs are allowed to send the install xmls in private if I purchased a plugin? Thank you in advance.
  17. Thank you both. Have a great day!
  18. May I ask how? I don't want all guest visitors to have the plain theme, only the bots. Thank you in advance.
  19. I want googlebot (and maybe other SE crawlers) to use a plain, almost text-only like theme so indexing is fast and efficient, while giving users a more heavy, feature and js rich theme for UX. So you can confirm it is feasible? Thank you! 🙂
  20. Can I assign a dedicated group to bots (with the group assigned to a single barebone theme) with this plugin? Thanks!
  21. Thank you Paul. /I am trying to swallow how much more overhead work it is going to generate when doing any dev work that involves MP./ IMO that does not really work when I have a dynamic IP at home, and the locally managed domainname on the test VM is the same as my prod. How is IPS going to validate my test install? By IP/public domainname/domain configured in ACP? How often does this check occur? Just when downloading from MP? Also, I am not comfortable opening up my test env to the whole internet, is there an IP list/range for IPS addresses that I can whitelist on my firewall? Cheers!
  22. I have been with IPB since around 2002 and I have a large, prod forum with a site built around it and have an internal test site that is used for development and testing (with the _TESTINSTALL key). Since the latter cannot be accessed via the internet, I cannot even log on to the MP from my dev site to install and test plugins before deploying them in production. @bfarberCan you please advise how I can test the plugins I purchase (without them possibly messing up the prod env) before rolling out in prod? Please don't send me to the individual developers, I have been waiting for replies and the xml install files for weeks now. /Also, IMHO testing first in production is never good, I already had to restore DB from backup once./ If I could install from MP just by using my creds only and not the mandatory 'is the community accessible from internet by invision' checks, that would be a great solution too. Thank you in advance.
  23. Is there a script, hidden ACP menu, plugin or workaround to rebuild the thumbnails for all the files in the Download section? I just upgraded a site with about 600 files and even though 90% of them have images uploaded, barely 1/5 shows up on the download index page. Thanks in advance!
  24. balazsp

    iAwards

    Thanks, found it: the permission matrixes for the awards were blank. Once I manually reconfigured the permissions, the awards became visible. Can you pls point me where those permissions are stored? I'd rather save myself the effort of manually checking those boxes for all my 40 awards. Thank you again!
  25. balazsp

    iAwards

    The inspector does not have broken images.. On a user's profile (who has 6 awards in the mysql table), the award page says "There's nothing here yet."
×
×
  • Create New...