Everything posted by Adriano Faria
-
Need help contacting developer TDBF
Having mine right now so I’m still a bit lucid.
-
Need help contacting developer TDBF
New topics and replies are disabled in Marketplace forum for a while now.
-
Marketplace in help guides
Call it Marketplace seems out of place now too: It should revert the languages bit. Also 1: Sell on the Marketplace on https://invisioncommunity.com/developers 2: Marketplace Submission Guidelines still available: https://invisioncommunity.com/developers/submission-guidelines/
-
Post or article with guest comment enabled
Disable Post Before Registering. Permit guests to reply in the forum. Make sure replies are moderated in the forum. The guest will see: When approved:
-
Block countries with 404 Error
This is better handled at server level.
-
Use of theme setting in theme setting conditional logic field
If you want to see its content, you should use print or echo instead of return. Return will work on a method/function.
-
Use of theme setting in theme setting conditional logic field
<?php return \IPS\Theme::i()->settings['my_theme_setting_enabled_or_not']; Do not attribute the value.
-
Fixed Tag-Prefix for some sub/forums
I don't think so: New topic: The user has to click in ADD TAGS and then select the tag. I think the user meant that the tag should already be "selected" when creating a new topic, like this:
-
Moderator privilege to approve new members
That's what I said here: You can restrict 99,9% of your ACP to a specific group or member and leave only the permission you need:
-
Moderator privilege to approve new members
There is: turn them into Administrators and give them access to Manage Members permission. IPS4 works like this: Moderators perform actions in the front-end. Administrators on Admin CP. Of course, both can do everything in both areas but you need to give them proper permission.
-
Template embedItemStats showing disabled reviews and comments
I have disabled comments and reviews in Downloads and they keep showing up in the embedItemStats template as follows: Although the file has a comment and review, they are disabled in the category: They shouldn't appear. It missing the second parameter in the template call: {template="embedItemStats" group="embed" app="core" params="$item"}
-
PHP version help and errors.
Your theme is outdated. You’ll have to get a new version.
-
A member joined 33 mn ago but posted last Friday?
In your ACP: With this application, you can see what they posted: https://www.sosinvision.com.br/index.php?/file/126-post-before-registering-content-viewer/ and delete it, if you don't want the specific content to go public.
-
Auto send a private message to new users, its possible?
I would use the Alert system for this matter:
-
A member joined 33 mn ago but posted last Friday?
Post before registration enabled? Not sure but it can be that.
-
Moderator privilege to approve new members
If you want your moderators to manage members in the front end: https://www.sosinvision.com.br/index.php?/file/96-manage-validating-members/
-
Repeated requests for notifications.
It happens all the time:
-
Retrieve installed plugins and apps
For the plugins, no. You’ll need the XML. Applications: download its folder via FTP.
-
Plugin/App update count value
Clear the cache. case 'plugins': foreach( \IPS\Plugin::plugins() as $plugin ) { if( $plugin->update_check_data ) { $data = json_decode( $plugin->update_check_data, TRUE ); if( !empty( $data['longversion'] ) AND $data['longversion'] > $plugin->version_long ) { $count++; } } } break; \IPS\Data\Store::i()->$key = $count; return (int) \IPS\Data\Store::i()->$key; }
-
Scheduled Posts
I have no interest in add this. Sorry.
-
Scheduled Posts
No and it won’t as it is dead.
-
Scheduled Posts
Choose their groups in the application settings and they will be able to schedule posts or comments. That’s what the application I linked does.
-
Scheduled Posts
This is for posts/comments of all applications you have instilled: https://www.sosinvision.com.br/index.php?/file/292-scheduled-comments/
-
Enable "Recent Profile Visitors" by default?
https://www.sosinvision.com.br/index.php?/file/254-new-members-defaults/
-
Custom application broken with latest update
Attach the app folder downloaded via FTP on a private message. I’ll make it within a couple of minutes for you, if that’s the only problem.