Перейти к содержанию

Orpheus

Актив
  • Постов

    300
  • Зарегистрирован

  • Посещение

  • Победитель дней

    9

Сообщения, опубликованные Orpheus

  1. Enhanced Profile Blocks


    Enhance the information blocks on the members profiles with this easy to use resource.

    Features

    About User Block

    • Enhance the about user block with more detailed member information of the member, each with its own font-awesome icon
    • Choose the font-awesome icon of each section from a predefined list of 600 icons (just start typing)
    • Show/Hide the members user group
    • Show/Hide the members rank
    • Show/Hide the members id
    • Show/Hide the members post count
    • Show/Hide the members post ratio per day
    • Show/Hide the members total reputation
    • Show/Hide the members number of the days won
    • Show/Hide the members joined date
    • Show/Hide the amount of days the member has been registered
    • Show/Hide members birthday
    • Show/Hide members custom profile fields
    • Show/Hide the members last activity
    • Show/Hide the members current location (on site)

    Clubs Block

    • Display the users clubs as icons (The club name will show on hover)
    • Choose to display it above or below the about user block

    3rd Party

    • There is a setting for if you have (DF42) Members Social Info installed to show the block
    • There is a setting for if you have (DF42) Profile Video installed to show the video in the block
    • If you have member map installed then there is a setting to show the block

    • Submitter
    • Submitted
      02/11/22
    • Category
    • Language
      English / английский

     

  2. 20 hours ago, Fatman22 said:

    I can't use 6.9 due to a crashing exploit I found.

    Which crashing exploit? The above you stated? Can you give more details about the crashing?

    16 hours ago, AMYK said:

    Yes. 

    4.6.9 and the Acme 1.1.5 if the slider is on, I have that error message, and if I turn it off the message gone. Even I tried to install it fresh, and I got same error. 

    Not sure, but everything works fine even though the slider is on

    Anyways, wait for the latest version which is 1.1.6 and tinker around with slider to find what's causing it, you may be able to fix it yourself.

  3. 21 minutes ago, AMYK said:

    Last version still has the same error 

     

    [[Template core/front/_yt__acme/yt__acme_slider_header is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    Which version of IPS you're using? I am using IPS v4.6.9 and Acme v1.1.5 worked just fine for me.

    Is anybody getting the same error as above?

  4. 8 minutes ago, ZkkinS said:

    Я наверное не правильно выразился. Я имел ввиду, где можно посмотреть список доступных кнопкой для CKEditor и скачать их себе, чтобы установить в свой редактор.

    Assuming, you want to download CKEditor add-ons

    Here: https://ckeditor.com/cke4/addons/plugins/all

  5. How to grab all the tables which are using MyISAM storage engine?

    SELECT CONCAT('ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME,' ENGINE=InnoDB;')
    FROM Information_schema.TABLES WHERE TABLE_SCHEMA = 'DBNAME' AND ENGINE = 'MyISAM' AND TABLE_TYPE = 'BASE TABLE'

    Where DBNAME is the database name, then copying all the output queries you've to run in console and hit CTRL+Enter

    Done! hope that helps :)

×
×
  • Создать...