Jul 25, 2008

Integramod 1.3.2c - Tutorial

Free Web Hosting, No Ads > CONTRIBUTE > Tutorials

free web hosting

Integramod 1.3.2c - Tutorial

HoRuS
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://www.mysite.com/forums/install/install.php

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://www.mysite.com/forums/prill_install/im_install.php 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://www.mysite.com/forum/portal.php)

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

 

 

 


Reply

mahesh2k
Nice work
i like the tut
anyway can u pot some php stuff
thnks

Reply

HoRuS
QUOTE(mahesh2k @ Feb 13 2005, 04:32 PM)
Nice work
i like the tut
anyway can u pot some php stuff
thnks
*



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)

CODE
<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%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr>
</table>


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

CODE
<!-- 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:

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


-And replace this:

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

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

 

 

 


Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : integramod 2c


    Looking for integramod, 1, 3, 2c

Searching Video's for integramod, 1, 3, 2c
advertisement



Integramod 1.3.2c - Tutorial



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE