
Everything posted by DawPi
-
Protecting the ACP Controllers
It should be enough? /** * Run conversion */ class _convert extends \IPS\Dispatcher\Controller { /** * @brief Has been CSRF-protected */ public static $csrfProtected = TRUE;
-
(DP44) Custom Links
It's done. Pending for approval.
-
(DP44) Custom Links
Hello, of course if it doesn't work - it will be! As any other of mine mods. I'll check this today.
-
Friendly URL's for Profile usernames
For YOUR project. Not everyone. What's wrong with urls with ids?
-
Delete messages (all)
@Sheffielder:
-
DP44) Indefinite Individual Posts Editing
Absolutelly, there is always such possibility. That's why I wanted ACP - to investigate it. So it's a theme issue then. 🙂 Send me PM with ACP, I'll try fix it.
-
DP44) Indefinite Individual Posts Editing
I just checked it. Works fine on 4.4. If you have problems I can take a look. Just send me PM with your ACP first.
-
DP44) Indefinite Individual Posts Editing
Should work fine. I'll check it tomorrow.
-
SQL query to reset all members to take me to unread content
SQL Query? You can't because it's stored like this: /** * Get member link preference * * @return string */ public function linkPref() { if ( $this->members_bitoptions['link_pref_unread'] ) { In bitoptions. So you need a custom PHP script to achieve this.
-
[paid] modifying the 4.5 referral system
Hmm.. Type: Force Expire:
-
Upgrade from IP. 3.4.x to IPS4.0 (updated)
I may do that for you. Just PM me. I've made dozen od such upgrades in the past and.. still doing.. 🙂
-
Prevent Large Thumbnails From Generating in Gallery?
Made as a custom job.
-
Moved to new server and now I can't post
Open PhpMyAdmin, go to forums_posts table and add default value (for example NULL) to charmod_name field. Should be fine then.
-
To be able to move searched posts
- (DP42) Single Use License Keys
What's New in Version 2.0.5 upgrade to 4.5 compatibility.- (DP42) Single Use License Keys
You're very fast. 😉 Will check it (as other resources too).- Website down - urgently help needed
It's from an init.php file: // Recovery mode // Will turn off third party customisations if one is causing an issue that prevents // accessing the AdminCP. See https://remoteservices.invisionpower.com/docs/recovery_mode 'RECOVERY_MODE' => FALSE, Add it of course: \define( 'RECOVERY_MODE', true );- Website down - urgently help needed
Once I used Support tool in the ACP to check everything the issue was gone too. 😇- build custom plugin, conditional product purchases
It's build in. 🙂- Return
Musisz napisać po angielsku, po polsku nikt tu nie pracuje. --- You must write it in English, no one works for IPS with native Polish language skills.- (DP44) Advanced Regexp
No problem, glad I could help resolve your issues.- (DP44) Advanced Regexp
My app is related and hooked into posts only in the forums app, see the hooks.json definition: { "advancedRegexpsIpsForumsTopic": { "type": "C", "class": "\\IPS\\forums\\Topic" } } And it does not updating any content in the DB or something.- (DP44) Advanced Regexp
Do you have enabled template disk caching? See more:- (DP44) Advanced Regexp
Will do it tomorrow and let you know. By then please open system logs in the acp and check them and Give me example of one log.- auto complete in forum searches
Ask the plugin author in that support topic. 🙂 - (DP42) Single Use License Keys