hmm. i have installed the Mail Mod on my integramod portal... i had to remove some parts of the installation file... note that i replaced all instances of "subSilver" with "fisubice" to make it work with fisubice
# #-----[ OPEN ]------------------------------------------ #templates/fisubice/overall_header.tpl # #-----[ FIND ]------------------------------------------ #<a><img>{L_PROFILE}</a> # #-----[ IN-LINE FIND ]------------------------------------------ #</a> # #-----[ IN-LINE AFTER, ADD ]------------------------------------------ #<a><img>{MAILBOX}</a>
this is redundant as i could easily just use the QBAR menu system to put in the link
[hr]
now... the problems i encountered...
# #-----[ OPEN ]------------------------------------------ #templates/fisubice/profile_add_body.tpl # #-----[ FIND ]------------------------------------------ #{L_USERNAME} # #-----[ AFTER, ADD ]------------------------------------------ #/ Email # #-----[ FIND ]------------------------------------------ #{L_USERNAME} # #-----[ AFTER, ADD ]------------------------------------------ #/ Email # #-----[ FIND ]------------------------------------------ #<input type="text" class="post" style="width]------------------------------------------ # <input>
where should this go? it looks like it should go into the P.C.P, but i have no idea how to integrate it...
[hr:3s0qgl3g]
# #-----[ OPEN ]------------------------------------------ #includes/constants.php # #-----[ FIND ]------------------------------------------ #?># #-----[ BEFORE, ADD ]------------------------------------------ #// start mailmoddefine('POP3_SERVER','mailserver');define('POP3_LOGIN','mailAccount');define('POP3_PASS','maillpass');define('PAGE_MBX', -100);define('QUOTA',52428800);define('MAIL_TABLE',$table_prefix.'mail');define('MAIL_ATTACHMENTS',$table_prefix.'mail_attachs');define('MAIL_ADDRESS_BOOK',$table_prefix.'mail_adressbook');define('MAIl_ALIAS',$table_prefix.'mail_alias');define('MAIL_ANTISPAL',$table_prefix.'mail_antispam');// end mailmod
Can anybody teach me how to configure the lines of code above? my login info is below]http://www.3nrulez.com/phpBB/mbx.php[/url] (my class portal) but i always recieve a error message and i traced it back to here... i had to remove the link from my portal because my classmates would be complaining about the error message...
i have another mod that allows users to create mail accounts, but it requires cpanel... u can always try it out on my class portal...
[hr:3s0qgl3g]
lastly, pardon my bad english, as i'm just a 15 year old singaporean teenager with a passion for coding <img>