Breaking News
Loading...

DLE Forum 2.5 ( Fixed)

DLE Forum 2.5 ( Fixed) By A2raya Team


What We Have Fixed:
#Fix broken bbcodes.
#Fix broken smilies and font color
#Correction unemployed drop-down menu in the administration panel forum
#Process for the bug to solve the problem tag (banner) when you search on the forum
#Corrections for the subdomain

How To Install:
Give this file permissions to 777 
/uploads/forum/
/engine/forum/cache

Open the file / engine / engine.php and search for:
case "comments" :
include ENGINE_DIR.'/modules/comments.php';
break;


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


Open the file / engine / inc / options.php and search for:
$options['others'] = array (


Add Below:
array(
'name' => "DLE Forum",
'url' => "$PHP_SELF?mod=forum",
'descr' => "By A2raya Team (www.dle-en.co.cc) ",
'image' => "dle_forum.PNG",
'access' => "admin",
),


Open the file /.HTACCESS and search for:
# Редиректы
RewriteRule ^page/(.*)$ index.php?cstart=$1 [L]


Add Below:
# 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]



Now go to http://website.com/dle-forum.php and install it
Follow the steps for installation and its in English and Congratulations, you Forum
Now if you have any problems please add comment or just contact us

Download:

0 comments:

Post a Comment

Quick Message
Press Esc to close
Copyright © 2013 PHPNulled All Right Reserved