Installing Mods

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
Sujan0075
BBCoder II
BBCoder II
Posts: 5
Joined: 28 Apr 2010, 20:29

Installing Mods

Post by Sujan0075 »

can any one teach me how to install mods to forum..i mean step by step uploading in which folder of c panel... then what should be done in admin panel..
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Installing Mods

Post by Fire-Fox »

Hey!

In the install.xml file that is incluede in the mod there is a guide on what to do and where to upload the file :)

This is a example:
Open: index.php

Find

Code: Select all

$total_users	= $config['num_users'];
Add After

Code: Select all

$total_files   	= $config['num_files'];
$start_date     = date("d M Y, H:i:s", $config['board_startdate'] );
$boarddays 		= ceil((time() - $config['board_startdate']) / 86400);
This is how you do it :)
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 815
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Installing Mods

Post by Steve »

Sujan0075 » 29 Apr 2010, 07:22 wrote:can any one teach me how to install mods to forum..i mean step by step uploading in which folder of c panel... then what should be done in admin panel..

Start by reading this topic: viewtopic.php?f=10&t=53
also have a look through this forum : Tutorials

if you get stuck post in the correct topic, or post back here if not releated to the tutorials forum.
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
Locked