I am having trouble doing this code can someone please help me these are the instrcutions:
#-----[ OPEN ]------------------------------------------
#
includes/functions_post.php
#
#-----[ FIND ]------------------------------------------
#
$message = $lang['Stored']
#
#-----[ IN-LINE FIND ]------------------------------------------
#
$lang['Stored']
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
. '<br />' . $cash_message
#
and here is the code where it is suppose to go so where abouts do i put it
#-----[ OPEN ]------------------------------------------
#
includes/functions_post.php
#
#-----[ FIND ]------------------------------------------
#
$message = $lang['Stored']
#
#-----[ IN-LINE FIND ]------------------------------------------
#
$lang['Stored']
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
. '<br />' . $cash_message
#
and here is the code where it is suppose to go so where abouts do i put it
| Code: |
|
$message = $lang['Stored'] . '<br /><br />' . sprintf($lang['Click_view_message'], '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_forum'], '<a href="' . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id") . '">', '</a>'); |
