Jump to content

Ioannis D

Clients
  • Posts

    248
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Ioannis D

  1. 16 hours ago, ReyDev said:

    Most likely, this issue happened because the default position of the search section of the theme you are using has been changed.

    Can this issue be fixed in this app so that it works properly with this theme? There are many people using themes from IPSFocus and I might not be the only one with this issue in the near future.

  2. On 8/25/2022 at 11:37 PM, Adriano Faria said:

    Download applications / mediauploader / sources / Categories / Categories.php, open and find in line 341:

    'mp4' => '.mp4',

    Add above:

    'm4a' => '.m4a',

    Save and upload.

    Can I do the same to support .avi files? If not, could you please add .avi file extension to supported videos?

    I have a large number of .avi files and will have to go into the conversion process if that can't be done.

  3. Could you please add a setting to define which usergroup can upload attachment as an image or video story?

    For example, I want members to can't upload attachments as stories and have the option for external URLs, but moderators can upload attachments and set external URLs.

  4. Can be add a specific time period when a member collecting the nesecery points to be used towards automatic moderation or group promotion so can change automatically the group of member based on their reliability or even set an automatic moderation based in the rating points?

  5. At first to backup your sites' files and databases from terminal use the commands:

    Database backup:

    mysqldump -u database_username -p database_name > site_database.sql

    Fill in the "database_username" with the site's database username, "database_name" with the site's database name and the "site_database" with the name of the exported database.

    Compress files:

    tar -zcvf site_files.tar.gz /path/to/files/folder/

    Fill in the "/path/to/files/folder/" the path of the site's folder e.g. /var/www/domain.com/html/

    When you're ready, download databases and files to your PC.

    Then, when your hosting company reinstall CentOS 7 with Direct Admin, you can go through this guide and complete the necessary steps.

    Finally, to restore your sites, simply upload the .tar.gz compressed files to the site's public folder and uncompress. To restore database you can go through phpMyAdmin or via terminal with the bellow command in the folder with the uploaded databases:

    mysql -u database_username -p database_name < site_database.sql

     

  6. Hello,

    In change author, a language string missing:

    movies_change_author.png.33c1bf2d6774edddfd4fc3194443e771.png

    Also, is it possible in Field Type: Upload, of Extra Field, to shown as an attachment and not as a link?

  7. 6 minutes ago, Nathan Explosion said:

    The 'Edit log' setting is set to "Log all edits made to content and what has changed" (setting is in Systems -> (Settings) -> Posting -> General (see screenshot)

    That was the reason. Now I have the choice to add a reason for edit even if the "Can edit silently?" setting is on.

    Thanks and sorry for this wrong suggestion.

×
×
  • Create New...