Installing Mods

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!

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..

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 :)

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.