Jump to content
xisto Community
HoRuS

Integramod 1.3.2c Tutorial

Recommended Posts

Hi,

Here's a tutorial how to install IntegraMod 1.3.2c

(Also view this topic)

 

The system requirements are a s followed:

1) A database source, which is MySQL3 or MySQL4 compliant. If you also have editing features like PHPMyAdmin - this may be helpful but not essential.

2) A host server with PHP Scripting 4.x Please note IntegraMOD does not currently run on PHP5 enabled hosts

3) A server space of at least 50Mb and you may wish to consider more if you plan significant uploading, styles and on-site storage of users files.

 

IntegraMod can be downloaded from here

Follow this instructions for a fresh install very accurate:

 

1)Upload all the files from the directory integramod (retaining the directory structure) to any directory on your webserver (e.g. /forums/)

 

2)Change the permissions of the following directories and files:

- album_mod/upload directory (777)

- album_mod/upload/cache directory (777)

- cache directory (777)

- cache/attach_config.php (666)

- files directory (777)

- images/avatars directory (777)

- includes/def_themes.php (666)

- includes/def_tree.php (666)

- includes/def_words.php (666)

- includes/def_icons.php (666)

- includes/def_qbar.php (666)

- includes/cache_tpls directory (777)

- language/lang_english/lang_contact_faq.php (666)

- language/lang_english/lang_faq.php (666)

- language/lang_english/lang_faq_attach.php (666)

- language/lang_english/lang_prillian_faq.php (666)

- language/lang_english/lang_extend_xxxxxx.php (666) if you are planning to update the language files through the ACP

- modules directory (777)

- modules/cache directory (777)

- modules/cache/explain directory (777)

- profilcp/def/def_userxxxxxx.php (666) if you are planning to update user fields through the ACP

- templates/fisubice/sub_templates.cfg (666)

- var_cache directory (777)

- config.php (666)

 

3)Using your web browser, visit the location where you uploaded the files with the addition of "install/install.php" (without the quotes) e.g. http://forums.xisto.com/no_longer_exists/

 

4)Fill out the necessary information in the installation page and submit the page (be sure that the information you specified are correct - wrong information can result to your forum not accessible or nothing is displayed when it is accessed).

 

5)Before finishing the installation, delete the directory "install". Do not just rename this directory. It is mandatory that this directory be deleted.

Change the permissions on config.php to be writeable only by yourself (664).

 

6)Click Finish Installation. You will be redirected to the Forum ACP.

 

7)Using your web browser, visit the location where you uploaded the files with the addition of "prill_install/im_install.php" (without the quotes) e.g. http://forums.xisto.com/no_longer_exists/ Follow the steps in installing the new prillian messenger.

 

8)After installing prillian, delete the directory "prill_install". Do not just rename this directory. It is mandatory that this directory be deleted.

 

Important!

Settings to do after installation:

 

1)eXtreme Styles :: Configuration --- set Default template directory to fisubice and set Add tpl filenames in html to No.

 

2)eXtreme Styles :: Styles Management => Set default style --- switch all users to use an IntegraMOD 1.3.x compatible style. It is recommended to uninstall all those styles that are NOT IntegraMOD 1.3.x compatible.

 

3)eXtreme Styles :: Styles Management => Manage Cache --- click clear cache for all templates

 

4)General Admin :: Rating System --- Set rating system active to Yes. If you do not want to have the rating system active in your forum, just leave it to no. If you do NOT enable it, remove the link from the board navigation block through General Admin :: Qbar

 

5)IM Portal :: Blocks Management --- you must disable the cache for the following blocks: Board Navigation, Recent Topics, Links

 

6)IM Portal :: Delete Cache Files --- this will delete the cache files for the blocks

 

7)Links :: Configuration --- do not forget to update the values for your own forum

 

8)News Admin :: Configuration --- set News Mod Base URL to the exact URL of your portal.php (e.g. http://forums.xisto.com/no_longer_exists/)

 

9)News Admin :: Configuration --- set News Mod Index File to portal.php

 

10)Pseudocron :: Cron Configuration --- set Enable Pseudocron to Yes to enable the sending of digests

 

I am always willing to ad more if needed since there are SO many features and different things and you can find "real" support and many more on the IntegraMod Forums.

 

Peace :D

Share this post


Link to post
Share on other sites

Nice work

i like the tut

anyway can u pot some php stuff

thnks

49903[/snapback]


What do you mean exactly?

php is a world on it's own heheh.

 

I DO have a small tutorial on how to get rid of the "complete banner mod" in the header of the themes + to align your header images:

 

-Open the overall_header.tpl stored in the root/templates/yourtheme directory,

-Find this line: (usually found between lines 95 and 115)

 

<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td><table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0"><tr> <td><a href="{U_PORTAL}"><img src="templates/yourtheme/images/yourimage.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="yourimageswidth" height="yourimagesheight" /></a></td><!-- Start add - Complete banner MOD --><td width="100%" colspan="3"><div align="right">{BANNER_0_IMG}</div></td><!-- End add - Complete banner MOD --><td align="center" width="100%">     </td></tr></table>

-To delete the banner mod from your header delete these lines:

 

<!-- Start add - Complete banner MOD --><td width="100%" colspan="3"><div align="right">{BANNER_0_IMG}</div></td><!-- End add - Complete banner MOD -->

-To align your header to the center delete these lines:

 

<tr><td><table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0"><tr>

-And replace this:

 

<td><a href="{U_PORTAL}"><img src="templates/yourtheme/images/yourimage.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="yourimageswidth" height="yourimagesheight" /></a></td>

-With this:

 

<td align="center"><a href="{U_PORTAL}"><img src="templates/yourtheme/images/yourimage.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="yourimageswidth" height="yourimagesheight" /></a></td>

If there would be any issue, I would like to hear and discuss it

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.