vrflyer wrote: Anything for the ADV PM System MOD?
woocha wrote: privmsg.php
The MOD install instructions say:
#-----[ FIND ]------------------------------------------
#
'INBOX' => $inbox_url,
#
#-----[ AFTER, ADD ]------------------------------------------
#
but there are three string, of code that read: 'INBOX' => $inbox_url,
which one do I modify
thank you
sean
Code: Select all
make_jumpbox('viewforum.'.$phpEx);
$template->assign_vars(array(
'INBOX_IMG' => $inbox_img,
'SENTBOX_IMG' => $sentbox_img,
'OUTBOX_IMG' => $outbox_img,
'SAVEBOX_IMG' => $savebox_img,
'INBOX' => $inbox_url,