پرش به


تصویر

مشکل با انجمن 2.3


  • لطفا وارد حساب کاربری خود شوید تا بتوانید پاسخ دهید
3 پاسخ برای این موضوع

#1 liberal_man_1993

liberal_man_1993

    عضو جدید

  • عضو سایت
  • ستاره
  • 1 ارسال

ارسالی 1389/04/18 ساعت 06:24

سلام من انجمن 2.3 رو نصب کردم اما منوهایی برای کنترل
انجمن توی صفحه مدیریت وجود نداره اگر ممکنه کمک کنید؟
  • 0

#2 P30siS

P30siS

    کاربر فعال انجمن

  • عضو سایت
  • ستارهستارهستاره
  • 450 ارسال

ارسالی 1389/04/18 ساعت 07:09

در قسمت آخر نصب انجمن باید
روی نصب دستی تنظیم کنین . بعد طبق زیر عمل کنین .


1. سطح دسترسی پوشه /engine/forum/cache/ و /uploads/forum/ و پوشه و محتویات اون رو روی 777 بزارید.

2. فایل /engine/engine.php رو باز کنید
کد زیر رو پیدا کنید:


case "comments" :
include ENGINE_DIR.'/modules/comments.php';
break;


بعد از اون کد زیر رو قرار دهید:


case "forum" :
include ENGINE_DIR.'/forum/main.php';
break;


3. فایل /engine/inc/options.php رو باز کنید
و کد زیر رو پیدا کنید:


$options['others'] = array (



بعد از اون کد زیر رو قرار دهید :


array(
'name' => "دیتالایف انجین فروم",
'url' => "$PHP_SELF?mod=forum",
'descr' => "مدیریت انجمن",
'image' => "dle_forum.png",
'access' => "admin",
),


4. فایل /.HTACCESS رو باز کنید
کد زیر رو پیدا کنید :

RewriteRule ^page/(.*)$ index.php?cstart=$1 [L]


و بعد از اون کد زیر رو قرار دهید :



# DLE Forum
RewriteRule ^forum(/?)+$ /index.php?do=forum [L]
RewriteRule ^forum/category_([0-9]+)(/?)+$ index.php?do=forum&category=$1 [L]
RewriteRule ^forum/forum_([0-9]+)(/?)+$ index.php?do=forum&showforum=$1 [L]
RewriteRule ^forum/forum_([0-9]+)/([0-9]+)(/?)+$ index.php?do=forum&showforum=$1&cstart=$2 [L]
RewriteRule ^forum/topic_([0-9]+)(/?)+$ index.php?do=forum&showtopic=$1 [L]
RewriteRule ^forum/topic_([0-9]+)/last(/?)+$ index.php?do=forum&showtopic=$1&lastpost=1 [L]
RewriteRule ^forum/topic_([0-9]+)/([0-9]+)(/?)+$ index.php?do=forum&showtopic=$1&cstart=$2 [L]
RewriteRule ^forum/topic_([0-9]+)/reply(/?)+$ index.php?do=forum&act=_topic&code=reply&tid=$1 [L]
RewriteRule ^forum/forum_([0-9]+)/add(/?)+$ index.php?do=forum&act=add_topic&forum_id=$1 [L]
RewriteRule ^forum/search(/?)+$ index.php?do=forum&act=search [L]
RewriteRule ^forum/search/([0-9]+)-([^/]+)/([0-9]
;
;+)(/?)+$ index.php?do=forum&act=search&count_all=$1&search_text=$2&cstart

=$3 [L]
RewriteRule ^forum/subscription(/?)+$ index.php?do=forum&act=subscription [L]
RewriteRule ^forum/getnew(/?)+$ index.php?do=forum&act=getnew [L]
RewriteRule ^forum/getnew/([0-9]+)(/?)+$ index.php?do=forum&act=getnew&cstart=$1 [L]
RewriteRule ^forum/warn/([^/]*)(/?)+$ index.php?do=forum&act=warn&user=$1 [L]
RewriteRule ^forum/warn/([^/]*)/([0-9]+)(/?)+$ index.php?do=forum&act=warn&user=$1&cstart=$2 [L]
RewriteRule ^forum/reputation/([^/]*)(/?)+$ index.php?do=forum&act=reputation&user=$1 [L]
RewriteRule ^forum/reputation/([^/]*)/([0-9]+)(/?)+$

index.php?do=forum&act=reputation&user=$1&cstart=$2 [L]
RewriteRule ^forum/textversion.html$ engine/forum/textversion.php [L]

  • 0

#3 AleckHammer

AleckHammer

    عضو سایت

  • عضو سایت
  • ستارهستاره
  • 84 ارسال

ارسالی 1389/04/22 ساعت 00:27

من کلا با این انجمن مشکل دارم در حد تیم ملی

اول اینکه readme,html کجاست ؟! دوم اینکه وقتی اتوماتیک انجمن رو نصب می کنم، همه چیزش درسته، به غیر از دکمه های ویرایش و کنترل انجمن ها و موضوعات، ولی وقتی از دستور العمل شما بالایی استفاده می کنم، کلا ارور 500 می ده به شرح فوق :

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

چی کار بکنیم ؟
  • 0

#4 AleckHammer

AleckHammer

    عضو سایت

  • عضو سایت
  • ستارهستاره
  • 84 ارسال

ارسالی 1389/04/22 ساعت 08:31

از این آدرس
:

http://www.datalifeengine.ir/modules/608-dle-forum-2.3.html
  • 0


0 کاربر در حال خواندن این موضوع است

0 کاربر، 0 مهمان و 0 عضو مخفی