Install Bullet Energy

24-07-2014, 20:11. Author: dlestarter
Home » Bullet Energy Forum » Install Bullet Energy
Install Bullet Energy is as easy as install any modules/hacks in Datalife Engine but we have so many users that got stuck with Bullet Energy Forum Installation guide, also users have problem after upgraded Datalife Engine to new version because the original old files are overwritten, so in this tutorial we will walk you through the installation process as easy step as possible. Bullet Energy - is a new Forum Module for DataLife Engine CMS. Thanks to an amazing structure, lightweight design and clever development as well as modern design and flexible configuration, the component will work stably with any amount of data without creating a heavy load. Ease of configuration and integration of their own design which allows you to run a forum right the way without the high material costs.

This tutorial will be based on Bullet Energy Forum version 1.3 as the latest version available from the distributor website at the time this tutorial is written.
Please, be very careful when edit the system files. Always make full backup before start this tutorial (Make full backup all of your files in your server and also make full backup of your database, we strongly recommend that you turnoff your DLE main site to start the installation
{banner_sponsor-right}
  1. Download the Bullet Energy Forum 1.3 from DLESTarter.com main site for English version (From distributor website for Russian version)
  2. Extract the content of the package and upload all files and folders/subfolder within the folder "upload" to "root" directory of your website
  3. Upload the folder theme files: (based on your encoder version of Datalife Engine) (Note: to identify which encoder you are using, you can easily fine the encoder from /engine/data/dbconfig.php under "define ("COLLATE",")
  4. Set CMOD to the following files and folders:
    File/Folder CHMOD
    uploads/forum 777
    uploads/forum/images 777
    uploads/forum/files 777
    engine/bullet_energy/cache/system 777
    engine/bullet_energy/data 755
  5. Run the install.php file which is located at http://www.yoursite.com/install.php and follow the instructions carefully

Install Bullet Energy 1.3 after upgraded DLE script to new version

The installation screen process

In some cases users might get confuse on step on screen, so we would like to bring it here to explain in some steps that might not understand...Also you need to follow the step below if you have upgraded DLE script to new versions like upgrade from 9.6 to 9.7 etc...

These steps are for post installation for DLE templates and file modifications after you went through all steps above, you will end up with this instruction
Datalife Engine 10.2 and 10.3 ONLY
If you are install Bullet Energy in Datalife Engine 10.2 and 10.3, please do the following step in order to make the Bullet Energy Forum compatible...

Open index.php and find:

if( $_SERVER['QUERY_STRING'] AND !$tpl->result['content'] AND !$tpl->result['info'] AND !$custom_news) {

Replace with

if( $_SERVER['QUERY_STRING'] AND !$tpl->result['content'] AND !$tpl->result['info'] AND !$custom_news AND !class_exists('Bullet_Energy_Main')) {
Special thanks: RDN TEAM
Datalife Engine 10.4 ONLY
If you are install Bullet Energy in Datalife Engine 10.4, please do the following step in order to make the Bullet Energy Forum compatible...

Open /engine/modules/main.php and find:

if( $_SERVER['QUERY_STRING'] AND !$tpl->result['content'] AND !$tpl->result['info'] AND !$custom_news) {

Replace with

if( $_SERVER['QUERY_STRING'] AND !$tpl->result['content'] AND !$tpl->result['info'] AND !$custom_news AND !class_exists('Bullet_Energy_Main')) {

Setup Forum for the first use

Before you can visit your forum, you must first create at least 1 forum section and 1 forum category, do so, login to your Bullet Energy Forum Administration at http://yoursite.com/admin.php?mod=bullet_energy
- Click on "Forum Categories" on the right pane side or click on "Customize Forum > Forum Category" in left pane side
- Click "Add new Forum" button to add new forum section, this section will create your main forum main section (or you can call top level main category) before create forum category, fill out the necessary information: Site Name: (The name for forum section - for example V.I.P. Room etc...), Description: give some descriptions, Forum Category type: you must select this first option as "Forum Category" (This is very important!), Select Usergroup you want to have access to this forum section: group of your choice
- Click "Add" button to add Forum Section
- Click "Add new Forum" button again to add forum category for this "main forum category" also called "subforum" where you can add topics to.
- Fill in all necessary information like step above but select "Subforum" from "Forum Category type:" instead
- Fill out all other details and option as you wish, including "Parent Category:" which should be belong to "Forum Category" which you created previously as V.I.P. Room for example, and fill out all the way down to usergroup settings and permissions
- Click "Add" button...
- Now your forum is ready for you to view and add your topics, simply visit your forum by click on link "View Live Forum" on the very top navigation menu...

Go back