Что нового

Бесплатно Dle-Forum 3.5 под DLE 13.3-16.х (2 просмотра)

  • Автор темы AlexRUSA
  • Дата начала

Dle Forum 4.0.2​

Новая версия форума Forum Dle для лучшего общения с пользователями вашего сайта. На данный момент у него самый простой способ установки и настройки. Отличительная его особенность, это превосходная возможность интеграции c сайтом на CMS DLE. Исправлены все ошибки обнаруженные с момента выхода версии 4.0.1.

Установка форума полностью аналогична установке его предыдущей версии.

Версия DLE: 14.x-17.1
Версия PHP: 7.4-8.3.x
Интерфейс: Французский, Английский, Польский, Русский, Украинский
Модификация: DarkLane

Посмотреть вложение 4089
Можно ли как то переделать шаблон форума?
 
Можно ли как то переделать шаблон форума?
Да, конечно! В версии 4.02 тема основана на Mybb, но ничто не мешает вам создать новую. Конечно, вам нужно будет использовать тот же css, так как некоторые классы находятся в файлах, отличных от TPL. Вы также можете изменять TPL. Только ваше воображение позволит вашей теме отразить ваш образ.
 
А что мешает переопределить свойства классов?
Этому ничто не мешает, просто нужно найти их в php-файлах. Конечно, их не так много. Но да, форум можно настроить по своему усмотрению.
 
Установка форума 4.0.2 выходит следующая ошибка.
Версия DataLife Engine:17.2
 

Вложения

  • Screenshot_102.png
    Screenshot_102.png
    16.9 КБ · Просмотры: 22
Это классификация в phpmyadmin, она не соответствует вашей базе данных. Вы заходите в свою базу данных на вкладке операций и в самом низу выбираете интерклассификацию вашей базы данных, проверяете «Изменить интерклассификацию всех таблиц» и нажимаете «Выполнить».
 
Добрый день, для nginx конфигом форума не поделитесь? хотим использовать в одном из своих попутных проэктов
 
Добрый день, для nginx конфигом форума не поделитесь? хотим использовать в одном из своих попутных проэктов
Код:
index index.php index.php?do=forum;

location /forum {
  rewrite ^/forum/*$ /index.php?do=forum break;
  rewrite ^/forum/forum_([0-9]+)/*$ /index.php?do=forum&showforum=$1 break;
  rewrite ^/forum/forum_([0-9]+)/([0-9]+)/*$ /index.php?do=forum&showforum=$1&cstart=$2 break;
  rewrite ^/forum/topic_([0-9]+)/*$ /index.php?do=forum&showtopic=$1 break;
  rewrite ^/forum/topic_([0-9]+)/last/*$ /index.php?do=forum&showtopic=$1&lastpost=1;
  rewrite ^/forum/topic_([0-9]+)/lastpost/*$ /index.php?do=forum&showtopic=$1&cstart=$2;
  rewrite ^/forum/topic_([0-9]+)/([0-9]+)/*$ /index.php?do=forum&showtopic=$1&cstart=$2 break;
  rewrite ^/forum/topic_([0-9]+)/reply/*$ /index.php?do=forum&act=_topic&code=reply&tid=$1 break;
  rewrite ^/forum/forum_([0-9]+)/add/*$ /index.php?do=forum&act=add_topic&forum_id=$1 break;
  rewrite ^/forum/getforum_([^/]+)/*$ /index.php?do=forum&"&act=getforum&code=user&n=$1 break;
  rewrite ^/forum/search/*$ /index.php?do=forum&act=search break;
  rewrite ^/forum/search/([0-9]+)-([^/]+)/([0-9]+)/*$ /index.php?do=forum&act=search&count_all=$1&search_text=$2&cstart=$3 break;
  rewrite ^/forum/subscription/*$ /index.php?do=forum&act=subscription break;
  rewrite ^/forum/getnew/*$ /index.php?do=forum&act=getnew break;
  rewrite ^/forum/getnew/([0-9]+)/*$ /index.php?do=forum&act=getnew&cstart=$1 break;
  rewrite ^/forum/warn/([^/]*)/*$ /index.php?do=forum&act=warn&user=$1 break;
  rewrite ^/forum/warn/([^/]*)/([0-9]+)/*$ /index.php?do=forum&act=warn&user=$1&cstart=$2 break;
  rewrite ^/forum/reputation/([^/]*)/*$ /index.php?do=forum&act=reputation&user=$1 break;
  rewrite ^/forum/reputation/([^/]*)/([0-9]+)/*$ /index.php?do=forum&act=reputation&user=$1&cstart=$2 break;
  rewrite ^/forum/whoonline/*$ /index.php?do=forum&act=whoonline break;
  rewrite ^/forum/faq/*$ /index.php?do=forum&act=faq break;
  rewrite ^/forum/user/post_([0-9]+)/*$ /index.php?do=forum&act=posts&user=$1 break;
  rewrite ^/forum/members/*$ /index.php?do=forum&act=members break;
  rewrite ^/forum/members/([0-9]+)/*$ /index.php?do=forum&act=members&cstart=$1 break;
  rewrite ^/forum/friends/*$ /index.php?do=forum&act=friends break;
  rewrite ^/forum/friends/check/*$ /index.php?do=forum&act=friends&doaction=check break;
  rewrite ^/forum/friends/add/*$ /index.php?do=forum&act=friends&doaction=add_friend break;
  rewrite ^/forum/rss/forum_([1-9][0-9]*).xml$ /index.php?do=forum&act=rss&fid=$1 break;
  rewrite ^/forum/user/([^/]*)/posts/*$ /index.php?do=forum&act=user_posts&name=$1 break;
  rewrite ^/forum/user/([^/]*)/posts/page([0-9]+)/*$ /index.php?do=forum&act=user_posts&name=$1&cstart=$2 break;
  rewrite ^/forum/faq/*$ /index.php?do=forum&act=faq break;
  rewrite ^/forum/forum_([0-9]+)/add.html$ /index.php?do=forum&act=add_topic&forum_id=$1 break;
  rewrite ^/forum/thanks_([0-9]+)/lastpost([0-9]+).html$ /index.php?do=forum&showtopic=$1 break;
  rewrite ^/forum/topic_([0-9]+).html$ /index.php?do=forum&showtopic=$1 break;
  rewrite ^/forum/showforum_([0-9]+).html$ /index.php?do=forum&showforum=$1 break;
  rewrite ^/forum/topic_([0-9]+)/([^/]*)/lastpost.html$ /index.php?do=forum&showtopic=$1&lastpost=$2;
  rewrite ^/forum/topic_([0-9]+)/([^/]*)/page([0-9]+)/([0-9]+).html$ /index.php?do=forum&showtopic=$1&cstart=$2 break;
  rewrite ^/forum/topic_([0-9]+)/([^/]*)/page([0-9]+).html$ /index.php?do=forum&showtopic=$1&cstart=$2 break;
  rewrite ^/forum/topic_([0-9]+)/([^/]*)/last.html$ /index.php?do=forum&showtopic=$1&lastpost=1;
  rewrite ^/forum/topic_([0-9]+)/([^/]*).html$ /index.php?do=forum&showtopic=$1&cstart=$2;
  rewrite ^/forum/topic_([0-9]+)/([^/]*)/reply.html$ /index.php?do=forum&act=_topic&code=reply&tid=$1 break;
  rewrite ^/forum/([^/]*)/getforum.html$ /index.php?do=forum&act=getforum&code=user&n=$1 break;
  rewrite ^/forum/searchtopic_([0-9]+)/([^/]*)/([0-9]+).html$ /index.php?do=forum&showtopic=$1&cstart=$2 break;
  rewrite ^/forum/([^/]*)/posts.html$ /index.php?do=forum&act=user_posts&name=$1 break;
  rewrite ^/forum/last_posts/([^/]*)/user.html$ /index.php?do=forumact=last_posts&name=$1 break;
}

location = /forum/search.html {
  rewrite ^(.*)$ /index.php?do=forum&act=search break;
}

location = /forum/getnew.html {
  rewrite ^(.*)$ /index.php?do=forum&act=getnew break;
}

location = /forum/subscription.html {
  rewrite ^(.*)$ /index.php?do=forum&act=subscription break;
}

location = /forum/faq.html {
  rewrite ^(.*)$ /index.php?do=forum&act=faq break;
  rewrite ^(.*)$ /index.php?do=forum&act=faq break;
}

location = /forum/members.html {
  rewrite ^(.*)$ /index.php?do=forum&act=members break;
}

location = /forum/friends.html {
  rewrite ^(.*)$ /index.php?do=forum&act=friends break;
}

location = /forum/friends/check.html {
  rewrite ^(.*)$ /index.php?do=forum&act=friends&doaction=check break;
}

location = /forum/friends/add.html {
  rewrite ^(.*)$ /index.php?do=forum&act=friends&doaction=add_friend break;
}

location = /forum/whoonline.html {
  rewrite ^(.*)$ /index.php?do=forum&act=whoonline break;
}
 
начал перебрасывать на страницу https://site.com//forum но форум не открывает
 
Как выкачать полную версию форума?
 

Пользователи, просматривающие данную тему

Верх