Bullet Energy 1.2 English
Bullet Energy - This 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.
Some Excellent features:
- Minimum load on the database and system resources.
- Full SEO supports
- The output Forum from within a DLE template
- Use of technology AJAX
- Using javascript jquery framework
- Support multiple languages
- Detailed setting for access permissions for each group
- Module support with unlimited nesting of speedbar
- (integration): Automatic create the meta titles, descriptions and keywords for topics
- (integration): Allow to subscribe to the topic with a easy for reading in the future (subscribe)
- (integration): Built-in "Stats"
- (integration): Built-in security and protection
- (integration): Advanced module management with the mass advertising of additional features
- (integration): Support for multiple modes of protection against spam (reCaptcha, Question / Answer)
- (integration): Can display the latest messages on the site
- (integration): Settings video player
- (integration): Allow you to create your own langauge pack in separate folder
- (integration): Support of complaints on the message
- (integration): Easy and modern file uploader using flash technology
- (integration): Support for mass file upload with allow to specify the number of files in the queue
- (integration): Show user status and information in forum
- (integration): Enable / Disable the forum regardless of the site
- (integration): Allow to specify a prefix for different topic types like Hot, Closed Important etc...
- (integration): Over 67 options that allow detailed control the forum configurations
- And much more options on Custom options and moderations.......
Translate to English by www.dlestarter.com
www.dlestarter.com would like to thank you White-Master for Unlimited and Lifetime License and Activation to www.dlestarter.com/forum Thank you!
Only registered users can download files. Please register or Login
You can display the latest forum posts in main page by follow the step below:
- Open the file index.php and find:
require_once ROOT_DIR . '/engine/init.php';
Add After:
$apiBullet->getLastPost(array('count' => 5));
The number of messages can be changed by changing the number 5 is total number of posts to shown in main page.
- In the same file, Find:
$tpl->load_template('main.tpl');
Add after:
$tpl->set('{forumPost}', $tpl->result['last_topic_box']);
- Open /templates/{THEME}/main.tpl and add this code to where you want the latest forum posts to show (I would recommend you add it before {content} tag:
{forumPost}
This will display and show the forum posts statistics for the users in their user profile, simply follow the following steps:
- Open File engine/modules/profile.php and find:
$tpl->set('{usertitle}', stripslashes($row['name']));
Add after:
$tpl->set('{linckTopic}', $apiBullet->setLinckTopicUser(array('name' => stripslashes($row['name']), 'count' => intval($row['forum_topic_count']), 'border' => '[ ]', 'aTxt' => 'View all topics')));
$tpl->set('{countTopic}', $row['forum_topic_count']);
$tpl->set('{linckMessage}', $apiBullet->setLinckMessageUser(array('name' => stripslashes($row['name']), 'count' => intval($row['forum_post_count']), 'border' => '[ ]', 'aTxt' => 'View all posts (Replies)')));
$tpl->set('{countMessage}', $row['forum_post_count']);
- Open the file /templates/{THEME}/userinfo.tpl and add the follow tags to where you want the user stats to show:
{countTopic} - The total number of topics.
{linckTopic} - Link to the topic list (If there is topic post > 0)
{countMessage} - The number of messages (Replies).
- {countTopic} - The total number of topics.
- {linckTopic} - Link to the topic list (If there is topic post > 0)
- {countMessage} - The number of messages (Replies).
- {linckMessage} - Link to the message (replies) list (if there is replies > 0)
spamhater, sawanbanna, Evan, Gozan, drinkordie, zackbg, pakchess, igor321, DAKz, hiroshimamovies, darktopo, BLiTZ, dasolo, glimer, mariusz27275, Miskov, Rum3kk, Majer, nellyville, Marija12, Weedzy, bruno86, katheryn, mbetixz
 Related News:
Would you like to leave your comment? Please Login to your account to leave comments. Don't have an account? You can create a free account now.
|
Popular Tutorials
Documents/Guides
Install/Upgrades
Site Archives
To Report the Errors like spelling, wrong info etc..please highlight the text and press CTRL+Enter
|