Jump to content

DawPi

Clients
  • Joined

  • Last visited

Everything posted by DawPi

  1. Any of course.
  2. Terrible idea. 😉 You can use that app instead:
  3. DawPi replied to Giray's post in a topic in General Questions
    You can find it in the conf_global.php file under sql_tbl_prefix option. Ouch, you meant prefixes for specific apps. core_ is for everything under the System part. forums_ - forums app, gallery_ gallery app. It's an app key in most cases.
  4. My suggestion is contact @ASTRAPI, he's good and known servers specialist. I'm pretty sure that he would help you with these issues.
  5. DawPi replied to mtlurb's post in a topic in Technical Problems
    Woah. Do not anything via that sql query! What about search index and other important things?
  6. DawPi replied to mtlurb's post in a topic in Technical Problems
    Go here: yourboardurl.com/admin/index.php?app=forums&module=forums&controller=settings&tab=archiving And disable it.
  7. What did you do exactly to make it back online?
  8. Open core_logs SQL table and check latest logs.
  9. Yes, try it now.
  10. I was sure that I saw such mod. And here you are the result: Here is some info though: - file isn't available for purchase, - file author wasn't here a long time. Not sure if he is back or something (read more). My advice - you probably need custom work. You can find someone on a Providers page. 🙂
  11. File: applications\core\extensions\core\Queue\MoveMembers.php Is: /** * Return the query * * @param string $select What to select * @param array $data Queue data * @param int $offset Offset to use (FALSE to not apply limit) * @return \IPS\Db\Select */ protected function getQuery( $select, $data, $applyLimit=FALSE ) { return \IPS\Db::i()->select( $select, 'core_members', $data['where'], 'core_members.member_id ASC', ( $offset !== FALSE ) ? array( $offset, \IPS\REBUILD_SLOW ) : array() ) Should be: /** * Return the query * * @param string $select What to select * @param array $data Queue data * @param int $offset Offset to use (FALSE to not apply limit) * @return \IPS\Db\Select */ protected function getQuery( $select, $data, $applyLimit=FALSE ) { return \IPS\Db::i()->select( $select, 'core_members', $data['where'], 'core_members.member_id ASC', ( $applyLimit !== FALSE ) ? array( $applyLimit, \IPS\REBUILD_SLOW ) : array() )
  12. And those url/image ads exists in the source code but are hidden. The same situation would be with js code - will be executed but wrapped by ipsHide (or something else to hide).
  13. Which plugin? Share that info for us, please. 🙃
  14. It's really weird. I can't reproduce it on any of my boards (online and local) with these settings mixed up:
  15. In my experience, I have also had a few such cases. It was quite a long time ago and I don't remember exactly how I solved it. I've been fiddling with bitoptions for sure.
  16. May we know your board url?
  17. I'm pretty sure I've seen the answer to this question, but I'd like to make sure. Customers who do not change the license mode to the new one stay on v4 and license renewals work as before? That there is no obligation to renew for a year and after two years of not paying for renewal, the license will still be on the client's account?
  18. I've found only this: It isn't available for purchase but you may ask the file owner if he could upgrade it.
  19. Limit topics - Limit replies - can't find. I'm digging.
  20. Interesting. Available for both lines (self/cloud) versions?
  21. Looking for an experienced IPS4/5 developer specializing in custom add-ons and tailored solutions? You’re in the right place! I’m a skilled programmer with extensive experience in IPS4/5 development, dedicated to delivering high-quality, innovative solutions that perfectly match your needs. I pay close attention to detail, ensuring precision and exceeding expectations with every project. I stay current with the latest IPS4/5 updates and trends, enabling me to provide cutting-edge solutions and reliable support. My proven track record includes successful projects and timely delivery, making sure your community thrives. Here’s how I can help (If your needs aren’t listed below, just ask - I can handle it!): • Customize your IPS4/5 community, whether minor adjustments or major enhancements. • Develop conversion tools to migrate your community from other platforms to IPS4/5. • Modify and enhance your themes or create completely new designs. • Seamlessly switch your community from another forum software to IPS4/5. • Provide monthly support for upgrades, bug fixes, maintenance, and daily management tasks. • Update your existing website and tools, from minor tweaks to significant improvements. • Move your entire community smoothly and securely when changing servers. • Diagnose and resolve issues with third-party developer add-ons and make necessary adjustments. • For IP.Board 3.x users: offer customization services tailored specifically to your community. • Transfer your existing modifications from IP.Board 3.x to IPS4 or IC5. • Perform comprehensive upgrades from IP.Board 3.x to IPS4/5, including themes, mods, and custom codes. • Ongoing support and maintenance to keep your IP.Board 3.x or IPS4/5 community running efficiently. • Have an idea or a specific requirement? Let’s discuss it - I’m here to make it happen!
  22. Publicly released. Are you aware of private, custom mods? 🙂
  23. I assume you can't tell us who are these mysterious private clients? 🙂
  24. Test it please - (DP47) Disable Welcome E-mail 1.0.0.xml (not tested)