OKay, es geht wieder alles soweit ich es seh
Hab die Original functions_post genommen und damit das hier gemacht, damit gings dann:
#
#-----[ FIND ]------------------------------------------
//-- add
global $config;
$message = $lang['Stored'] . '<br /><br />' . sprintf($lang['Click_view_message'], '<a href="' . $config->url('viewtopic', array(POST_POST_URL => $post_id), true, $post_id) . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_forum'], '<a href="' . $config->url('index', array(POST_FORUM_URL => $forum_id), true) . '">', '</a>');
//-- fin mod : categories hierarchy --------------------------------------------
#
#-----[ IN-LINE FIND ]------------------------------------------
#
$lang['Stored']
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
. '<br />' . $cash_message
Danke euch beiden!
*edit*
Hm, leider klappts doch noch nich alles. Es wird kein Posting vergütet..
hab das hier gefunden:
Users aren't earning any cash!
This can be one of several problems.
Make sure the currency is enabled
Make sure the earnings per post/reply/char are not set to 0
Make sure that you have that currency enabled in Cash Forums Settings, for the forum in question.
Make sure you made the proper changes to includes/functions_post.php
die ersten drei hab ich kontrolliert, das vierte versteh ich nicht so, oder fehlt da jetzt doch noch was in der functions_post?