Jump to content

DawPi

Clients
  • Posts

    8,441
  • Joined

  • Last visited

  • Days Won

    20

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. Terrible idea. πŸ˜‰ You can use that app instead:
  2. 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.
  3. My suggestion is contact @ASTRAPI, he's good and known servers specialist. I'm pretty sure that he would help you with these issues.
  4. Woah. Do not anything via that sql query! What about search index and other important things?
  5. Go here: yourboardurl.com/admin/index.php?app=forums&module=forums&controller=settings&tab=archiving And disable it.
  6. What did you do exactly to make it back online?
  7. Open core_logs SQL table and check latest logs.
  8. Yes, try it now.
  9. 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. πŸ™‚
  10. 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() )
  11. 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).
  12. Which plugin? Share that info for us, please. πŸ™ƒ
  13. It's really weird. I can't reproduce it on any of my boards (online and local) with these settings mixed up:
  14. 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.
  15. May we know your board url?
  16. 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?
  17. I've found only this: It isn't available for purchase but you may ask the file owner if he could upgrade it.
  18. Limit topics - Limit replies - can't find. I'm digging.
  19. Interesting. Available for both lines (self/cloud) versions?
  20. Looking for a skilled IPS4/5 software developer with expertise in creating application add-ons? Search no more! I'm an experienced programmer who excels in IPS4/5 development, delivering top-notch solutions. Whether it's custom add-ons or solving software challenges, I've got you covered. I stay updated with the latest IPS4/5 advancements, ensuring I provide innovative solutions. With attention to detail and precision, I craft tailor-made solutions that exceed expectations. My track record includes successful IPS4 projects and meeting deadlines. Let's work together to bring your IPS4/5 projects to life! How I can help you (If you need something not on the list, just tell me - I can do that too): I can customize your IPS4 community with small, medium, or big changes. I can create a tool to convert from other software to IPS4. I can tweak themes or give them a whole new look. Switching from another board software? I can help with that. Monthly support for various tasks - upgrades, bug fixes, day-to-day work. Updates for your website and tools, whether small tweaks or big changes. Changing servers? I can move your entire site. Check and fix problems with items from other developers, and make changes. For IP.Board 3.x users, I can customize it for you. I can transfer modifications from IP.Board 3.x to IPS4. Upgrade your entire IP.Board 3.x to 4.x – themes, mods, custom codes, and more. Keep your IP.Board 3.x / IPS4 running smoothly, monthly or as needed. Got an idea? Let me know, and I'll try to make it happen! *IPS5 isn’t available yet.
  21. Publicly released. Are you aware of private, custom mods? πŸ™‚
  22. I assume you can't tell us who are these mysterious private clients? πŸ™‚
  23. Test it please - (DP47) Disable Welcome E-mail 1.0.0.xml (not tested)
  24. How that newly added item forms will be parsed and saved? It's up to us (devs) or you have ready system for that also?
Γ—
Γ—
  • Create New...