Installing Mods
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!
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!
Installing Mods
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
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
Add After
This is how you do it
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'];
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);
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Installing Mods
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.