
Everything posted by DawPi
-
Translation widget anywhere?
Any of course.
-
Translation widget anywhere?
Terrible idea. 😉 You can use that app instead:
-
Database prefix
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.
-
My site is "choking"
My suggestion is contact @ASTRAPI, he's good and known servers specialist. I'm pretty sure that he would help you with these issues.
-
Mass unarchive
Woah. Do not anything via that sql query! What about search index and other important things?
-
Mass unarchive
Go here: yourboardurl.com/admin/index.php?app=forums&module=forums&controller=settings&tab=archiving And disable it.
-
Site is down after php upgrade
What did you do exactly to make it back online?
-
[THIS SITE] - any reason why a read blog continues to appear in unread stream?
Could someone do that please?
-
Site is down after php upgrade
Open core_logs SQL table and check latest logs.
-
Site is down after php upgrade
Yes, try it now.
-
different language categories
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. 🙂
-
Bug in MoveMembers.php
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() )
-
Ads for mobile
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).
-
Copy-Pasting Content: Stop Inserting Additional Paragraphs
Which plugin? Share that info for us, please. 🙃
-
Copy-Pasting Content: Stop Inserting Additional Paragraphs
It's really weird. I can't reproduce it on any of my boards (online and local) with these settings mixed up:
-
Forum member changed email address and now stuck status unable to log in?
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.
-
Captcha not working anymore Invision Community v4.7.12
May we know your board url?
-
Buying new self hosted licence - how to choose few applications?
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?
-
Limit Replies to Topic over Time?
I've found only this: It isn't available for purchase but you may ask the file owner if he could upgrade it.
-
Limit Replies to Topic over Time?
Limit topics - Limit replies - can't find. I'm digging.
-
Invision Community Insight: Spam improvements are on the way!
Interesting. Available for both lines (self/cloud) versions?
-
InterMedia - Dawid Pieron (aka DawPi)
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!
-
IC5: Introduction to Listeners
Publicly released. Are you aware of private, custom mods? 🙂
-
Buying new self hosted licence - how to choose few applications?
I assume you can't tell us who are these mysterious private clients? 🙂
-
Disable "Your registration is complete!" E-Mail
Test it please - (DP47) Disable Welcome E-mail 1.0.0.xml (not tested)