How can I do this....

There are two ways of doing this, one is easier for the other, but if you change the easier one it changes not only the viewtopic one but a few others and it doesn't look right so ill tell you both and the one i recommend:

First way (easy way, not recommended by me):

Open language/en/mods/points.php

Find:

Code:
'POINTS_CASH_ON_HAND'				=> 'Cash on hand',

Replace with:

Code:
'POINTS_CASH_ON_HAND'				=> 'Cash',




The other way, the way i recommend:


Open language/en/mods/points.php

Find:

Code:
'POINTS_CASH_ON_HAND'				=> 'Cash on hand',

Add After:

Code:
'POINTS_VIEWTOPIC'				=> 'Cash',

Open styles/prosilver/template/viewtopic_body.html or styles/subsilver2/template/viewtopic_body.html

Find:

Code:
L_POINTS_CASH_ON_HAND

Replace with:

Code:
L_POINTS_VIEWTOPIC

Hope it helps you, if it did a rep would be nice, better then FP cash for me 😉.

Enjoy.
 
I did the last way...

Now I am getting this 🙁

{ POINTS_VIEWTOPIC }:
 
Did you add L_POINTS_VIEWTOPIC between the {} example:

{L_POINTS_VIEWTOPIC}
 
Code:
<!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!--
 
You added the language/en/mods/points edit correctly yes?

Also purge your cache.
 
No, I did not do the

'POINTS_CASH_ON_HAND' => 'Cash on hand',
to
'POINTS_VIEWTOPIC' => 'Cash',

As they is no thing as

'POINTS_CASH_ON_HAND' => 'Cash on hand', in the points.php
 
There should be, ive done a fresh one and that's what it is.

Also it has to be there as that's what the viewtopic_body links to.
 
Points

Code:
<?php
/**
*
* points [English]
*
* version $Id: points.php 437 2009-07-14 08:59:44Z femu $
* copyright (c) 2009 wuerzi & femu
* license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if ( empty($lang) || !is_array($lang) )
{
	$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » „ “ — …
//

$lang = array_merge($lang, array(
	'BANK_ACCOUNT_OPENING'				=> 'Open An Account',
	'BANK_ACTIONS'						=> 'Actions',
	'BANK_BACK_TO_BANK'					=> 'Click %shere%s to return to the bank',
	'BANK_BACK_TO_INDEX'				=> 'Click %shere%s to return to the index',
	'BANK_BALANCE'						=> 'Balance',
	'BANK_BUTTON_DEPOSIT'				=> 'Deposit',
	'BANK_BUTTON_WITHDRAW'				=> 'Withdraw',
	'BANK_COST'							=> 'Account costs per period',
	'BANK_DEPOSIT_SMALL_AMOUNT'			=> 'The smallest amount you can deposit is %s %s.',
	'BANK_DEPOSIT_WITHDRAW'				=> 'Deposit & Withdraw',
	'BANK_DESCRIPTION'					=> 'Your are here in our bank. We only count low costs for a payout, but we also pay money with a defined interest rate. If you open an account, you can save your money from being robbed. So it\'s worth to think about it.<br /><br />',
	'BANK_DISABLED'						=> 'Bank is disabled',
	'BANK_ERROR_DEPOSIT'				=> 'You have specified an incorrect or an invalid deposit amount',
	'BANK_ERROR_NOT_ENOUGH_DEPOSIT'		=> 'You do not own enough %1$s to deposit this amount',
	'BANK_ERROR_NOT_ENOUGH_WITHDRAW'	=> 'Your account does not show enough %1$s to withdraw this amount',
	'BANK_ERROR_PAYOUTTIME_SHORT'		=> 'You must specify a higher payout time than Zero in the bank configuration',
	'BANK_ERROR_WITHDRAW'				=> 'You have specified an incorrect or an invalid withdrawal amount',
	'BANK_FROM_ACCOUNT'					=> 'from your bank account',
	'BANK_HAVE_DEPOSIT'					=> 'You have deposited',
	'BANK_HAVE_WITHDRAW'				=> 'You have withdrawn',
	'BANK_HOLDING'						=> 'Total Holdings',
	'BANK_INFO'							=> 'Bank Information',
	'BANK_INTEREST_PERIOD'				=> 'Period for payout of interests',
	'BANK_INTEREST_RATE'				=> 'Interest Rate',
	'BANK_LEAVE_WITH'					=> 'Leaving you with',
	'BANK_MAX_HOLD'						=> 'Max. value for interests',
	'BANK_MIN_DEPO'						=> 'Minimum Deposit',
	'BANK_MIN_WITH'						=> 'Minimum Withdrawal',
	'BANK_NEW_BALANCE'					=> 'Your new balance is',
	'BANK_NOW_HAVE'						=> 'You now have',
	'BANK_NO_ACCOUNT'					=> 'User doesn\'t have an account at %1$s',
	'BANK_ON_HAND'						=> 'on hand',
	'BANK_OPEN_ACCOUNT'					=> 'Click %sHere%s to open an account',
	'BANK_RICHEST_USER'					=> 'The richest Banker',
	'BANK_START_BALANCE'				=> 'Your starting balance is 0.',
	'BANK_TITLE_MAIN'					=> 'Bank',
	'BANK_TOTAL_ACCOUNTS'				=> 'Total Opened Accounts',
	'BANK_TO_ACCOUNT'					=> 'into your bank account',
	'BANK_USER_NO_ACCOUNT'				=> 'You don\'t have an account with the %1$s yet.',
	'BANK_WELCOME_BANK'					=> 'Welcome to the',
	'BANK_WITHDRAW_RATE'				=> 'Withdraw Rate',
	'BANK_WITHDRAW_SMALL_AMOUNT'		=> 'The smallest amount you can withdraw is %s %s.',
	'BANK_YOUR_ACCOUNT'					=> 'You can now deposit and withdraw to and from your account',

	'EDIT_BANK_MODIFY'					=> 'Bank Administration',
	'EDIT_NO_ID_SPECIFIED'				=> 'You have not specified a username',
	'EDIT_POINTS_ADMIN'					=> 'Points Admin',
	'EDIT_POINTS_MODIFY'				=> '%s Administration',
	'EDIT_POINTS_SET'					=> 'The user\'s %1$s have been updated.<br /><br />',
	'EDIT_P_BANK_TITLE'					=> 'This is where you can modify a user\'s bank %s.',
	'EDIT_P_POINTS_TITLE'				=> 'This is where you can modify a user\'s %s.',
	'EDIT_P_RETURN_INDEX'				=> 'Click %1$shere%2$s to return to the index.',
	'EDIT_P_RETURN_POST'				=> 'Click %1$shere%2$s to return to the post you where viewing.',
	'EDIT_SET_AMOUNT'					=> 'New Amount',
	'EDIT_USER_NOT_EXIST'				=> 'This user doesn\'t exist.',

	'INFO_GENERAL_INFORMATIONS'			=> 'General Information',
	'INFO_ATTACH'						=> 'Points per attachment in a new post',
	'INFO_ADD_ATTACH'					=> 'Points for each new attachment',
	'INFO_NO_COST'						=> 'Currently you don\'t have to pay for this',
	'INFO_NO_POINTS'					=> 'Currently you won\'t receive points for this',
	'INFO_POLL'							=> 'Points for new polls',
	'INFO_POLL_OPTION'					=> 'Points per option in a new poll',
	'INFO_TOPIC_WORD'					=> 'Points per word in a new topic',
	'INFO_TOPIC_CHARACTER'				=> 'Points per character in a new topic',
	'INFO_POST_WORD'					=> 'Points per word in a new post',
	'INFO_POST_CHARACTER'				=> 'Points per character in a new post',
	'INFO_COST_DL_ATTACH'				=> 'Costs per download of an attachment',
	'INFO_COST_WARNING'					=> 'Costs per warning',
	'INFO_REG_BONUS'					=> 'Points bonus with registration',

	'LOGS_COMMENT'						=> 'Comment',
	'LOGS_DATE'							=> 'Date',
	'LOGS_DESCRIPTION'					=> 'Here you will see your logs.<br />You will see a list of all transfers you have sent or which you received.<br />If you are looking for a certain transfer, just use the sort option.<br /><br />',
	'LOGS_REASON_NOLOGS'				=> 'There are no logs available.',
	'LOGS_RECV'							=> 'Received',
	'LOGS_SENT'							=> 'Sent',
	'LOGS_SORT_COMMENT'					=> 'Comment',
	'LOGS_SORT_DATE'					=> 'Date',
	'LOGS_SORT_FROMNAME'				=> 'From',
	'LOGS_SORT_TONAME'					=> 'Sent to',
	'LOGS_SORT_TYPE'					=> 'Type',
	'LOGS_TITLE'						=> '%1$s Logs',
	'LOGS_TO'							=> 'To',
	'LOGS_TYPE'							=> 'Type',
	'LOGS_WHO'							=> 'Who',
	'LOTTERY_ACTIONS'					=> 'Actions',
	'LOTTERY_BACK'						=> 'Back to main lottery page',
	'LOTTERY_DATE'						=> 'Date',
	'LOTTERY_DESCRIPTION'				=> 'The value of your brought tickets will go the Jackpot. The Jackpot already holds %1$s %2$s per round. The more players the round has, the higher the Jackpot gets of course. After the draw period a winner (or even none) is selected by random. If no one wins, the Jackpot will grow even more. So good luck!<br /><br />',
	'LOTTERY_DISABLED'					=> 'The lottery is disabled.',
	'LOTTERY_HISTORY'					=> 'HISTORY',
	'LOTTERY_INFO'						=> 'Lottery Information',
	'LOTTERY_INVALID_INPUT'				=> 'You need to enter a valid number to purchase tickets.',
	'LOTTERY_JACKPOT'					=> 'Jackpot',
	'LOTTERY_LACK_FUNDS'				=> 'You lack the funds to make that purchase!',
	'LOTTERY_LAST_WINNER'				=> 'The last winner was',
	'LOTTERY_MAX_TICKETS'				=> 'Max. number of tickets per round and player',
	'LOTTERY_MAX_TICKETS_LEFT'			=> 'You only have left <strong>%1$s</strong> tickets, which can buy in this round!',
	'LOTTERY_MAX_TICKETS_REACH'			=> 'You are not allowed to buy more than <strong>%1$s</strong> tickets per round!',
	'LOTTERY_NEVER_WON'					=> 'You have never won the lottery!',
	'LOTTERY_NEXT_DRAWING'				=> 'Next draw will be on',
	'LOTTERY_NO_WINNER'					=> 'No winner this time',
	'LOTTERY_NO_WINNERS'				=> 'No one has won a lottery yet.',
	'LOTTERY_PLAYERS'					=> 'Number of players up to now',
	'LOTTERY_PM_BODY'					=> 'Congratulations! You have won %1$s in our Lottery! %2$s',
	'LOTTERY_PM_CASH_ENABLED'			=> 'Your winnings have been deposited into your account, enjoy it!<br /><br /><i>The Lottery Management</i>',
	'LOTTERY_PM_SUBJECT'				=> 'You won the lottery!',
	'LOTTERY_PURCHASE_TICKET'			=> 'Buy Ticket',
	'LOTTERY_PURCHASE_TICKETS'			=> 'Buy Tickets',
	'LOTTERY_TICKETS'					=> 'Sold tickets up to now',
	'LOTTERY_TICKET_COST'				=> 'Ticket Cost',
	'LOTTERY_TICKET_PURCHASED'			=> 'Your ticket purchase is complete!',
	'LOTTERY_TITLE_DESCRIPTION'			=> 'What are the rules to play?',
	'LOTTERY_TITLE_MAIN'				=> 'Lottery',
	'LOTTERY_TOTAL_WINNERS'				=> 'Total Winners',
	'LOTTERY_VIEWER_TICKETS'			=> 'Tickets you own',
	'LOTTERY_VIEW_HISTORY'				=> 'View past winners',
	'LOTTERY_VIEW_SELF_HISTORY'			=> 'View your win history',
	'LOTTERY_WINNINGS'					=> 'Amount Won',

	'MAIN_BANK_HAVE'					=> 'On your bank account you additionally have %1$s %2$s.',
	'MAIN_HELLO_USERNAME'				=> 'Hello %1$s !',
	'MAIN_LOTTERY_TICKETS'				=> 'You currently own %1$s tickets.',
	'MAIN_ON_HAND'						=> 'You currently have %1$s %2$s on hand.',
	'MAIN_USERNAME_LOCKED'				=> 'This user is locked and cannot use the points system.',

	'POINTS'							=> 'Points',
	'POINTS_ATTACHMENT_MINI_POSTS'		=> 'You need more %1$s in order to download this attachments!',
	'POINTS_BANK'						=> 'Bank',
	'POINTS_BPOINTS_TOTAL'				=> 'Total in Bank: %1$s %2$s',
	'POINTS_BOT_GUEST'					=> '<strong>If you would have registered with us, you would be able to use this function!</strong>',
	'POINTS_BUPOINTS_TOTAL'				=> 'Bank Accounts : %1$s',
	'POINTS_CASH_ON_HAND'				=> 'Cash on hand',
	'POINTS_COPYRIGHT'					=> 'Ultimate Points by <a href="http://die-muellers.org" onclick="window.open(this.href); return false">femu</a> &amp; <a href="http://www.spieleresidenz.de" onclick="window.open(this.href); return false">Wuerzi</a> v',
	'POINTS_DESCRIPTION'				=> 'Description',
	'POINTS_DISABLED'					=> 'Ultimate Points is currently disabled.',
	'POINTS_DONATE'						=> '[Donate]',
	'POINTS_EXPLAIN'					=> 'Ultimate Points',
	'POINTS_INFO'						=> 'Information',
	'POINTS_INFO_DESCRIPTION'			=> 'Here you will find additional information for our %1$s policy.<br /><br />In addition to these values, you might receive additional %1$s in certain topics.<br /><br />Please be aware, that - if you edit a post - you might receive or loose %1$s, depending on the settings for the forum',
	'POINTS_LOCKED'						=> 'Locked',
	'POINTS_LOGS'						=> 'Logs',
	'POINTS_LOG_MULTI'					=> '%d entries',
	'POINTS_LOG_SINGLE'					=> '1 entry',
	'POINTS_LOG_TOTAL'					=> 'Total',
	'POINTS_LOTTERY'					=> 'Lottery',
	'POINTS_LOTTERY_TIME'				=> 'Next draw: %1$s',
	'POINTS_MODIFY'						=> '[Modify]',
	'POINTS_MOST_RICH_CASH_USERS'		=> 'Users with most cash',
	'POINTS_MOST_RICH_USERS'			=> 'Most rich user',
	'POINTS_MOST_RICH_USERS_DISABLED'	=> 'The display is disabled by the Admin',
	'POINTS_NO_USER'					=> 'This username is invalid',
	'POINTS_NUMBER_FORMAT_EXPLAIN'		=> 'Hint: Always enter values without the thousands separator and decimals with a point, i.e. 1000.50',
	'POINTS_OPTIONS'					=> 'Options',
	'POINTS_OVERVIEW'					=> 'Overview',
	'POINTS_RECEIVED_EDIT_MESSAGE'		=> 'You received <strong>%1$s %2$s</strong> for the edit of the post',
	'POINTS_RECEIVED_POST_MESSAGE'		=> 'You received <strong>%1$s %2$s</strong> for your new topic',
	'POINTS_RECEIVED_REPLY_MESSAGE'		=> 'You received <strong>%1$s %2$s</strong> for your post',
	'POINTS_RETURN_INDEX'				=> 'Click here to return to the index',
	'POINTS_ROBBERY'					=> 'Robbery',
	'POINTS_SEPARATOR_DECIMAL'			=> '.',
	'POINTS_SEPARATOR_THOUSANDS'		=> ',',
	'POINTS_STATISTICS'					=> 'Points Statistics',
	'POINTS_TITLE_MAIN'					=> '%1$s Control Panel',
	'POINTS_TOTAL'						=> 'Total Cash on Hand: %1$s %2$s',
	'POINTS_TRANSFER'					=> 'Transfer',
	'POINTS_VIEWING'					=> 'Browsing points console',

	'ROBBERY_AMOUNTLOSE'				=> 'If you get caught, you will loose additionally <strong> %s percent</strong> of the value you wanted to steal!<br /><br />',
	'ROBBERY_BAD'						=> 'Sorry ... your robbery has failed!',
	'ROBBERY_CHANCE'					=> 'Here you can try to rob another user. But you only can try to rob <strong>%1$s percent</strong> of his current cash amount!<br /><br />Like in real life, crime isn\'t really successful. Your chance to be successful with your robbery is <strong> %2$s percent</strong>.',
	'ROBBERY_DISABLED'					=> 'The robbery system is disabled',
	'ROBBERY_MAX_ROB'					=> 'You cannot rob more than <strong>%1$s percent</strong> of the users cash amount at once!',
	'ROBBERY_NO_ID_SPECIFIED'			=> 'You have not specified a username',
	'ROBBERY_PM_BAD_BODY'				=> ' %1$s has tried to rob %2$s %3$s from you!',
	'ROBBERY_PM_BAD_SUBJECT'			=> 'Somebody tried to rob you',
	'ROBBERY_PM_SUCCESFUL_BODY'			=> 'You have lost %2$s %3$s ... </br> %1$s has robbed you! I am really sorry!',
	'ROBBERY_PM_SUCCESFUL_SUBJECT'		=> 'You have lost some %1$s!!!',
	'ROBBERY_SELF'						=> 'You can\'t rob yourself.',
	'ROBBERY_SET_AMOUNTR'				=> 'The amount you like to steal',
	'ROBBERY_SET_USERNAMER'				=> 'Name of user to be robbed',
	'ROBBERY_START'						=> 'Start Robbery',
	'ROBBERY_SUCCESFUL'					=> 'You have successfully made a great robbery!',
	'ROBBERY_TOO_SMALL_AMOUNT'			=> 'You need to rob a little more!<br />The entered value is too small ...',
	'ROBBERY_TO_MUCH'					=> 'You are trying to rob too many points, if you fail you will not be able to pay the damage ...',
	'ROBBERY_TO_MUCH_FROM_USER'			=> 'You are trying to rob more, than the user has.',

	'TIME_DAY'							=> 'day',
	'TIME_DAYS'							=> 'days',
	'TIME_HOUR'							=> 'hour',
	'TIME_HOURS'						=> 'hours',
	'TIME_MINUTE'						=> 'min',
	'TIME_MINUTES'						=> 'mins',
	'TIME_MONTH'						=> 'month',
	'TIME_MONTHS'						=> 'months',
	'TIME_SECOND'						=> 'sec',
	'TIME_SECONDS'						=> 'secs',
	'TIME_WEEK'							=> 'week',
	'TIME_WEEKS'						=> 'weeks',
	'TIME_YEAR'							=> 'year',
	'TIME_YEARS'						=> 'years',
	'TRANSFER_AMOUNT'					=> 'Amount to transfer',
	'TRANSFER_COMMENT'					=> 'Comment',
	'TRANSFER_DESCRIPTION'				=> 'Here you can transfer a few %1$s. Simply add the name and the amount of points and click send. The transfer will be logged in your log files.',
	'TRANSFER_NO_USER_RETURN'			=> '<strong>The selected username is invalid!</strong>',
	'TRANSFER_PM_BODY'					=> 'You received a donation of %1$s %2$s with following comment: <br /><i>%3$s</i>',
	'TRANSFER_PM_SUBJECT'				=> 'You have receive a donation!',
	'TRANSFER_REASON_MINPOINTS'			=> 'You do not have enough %1$s to transfer.',
	'TRANSFER_REASON_TRANSFER'			=> 'The Admin has disabled transferring',
	'TRANSFER_REASON_TRANSUCC'			=> 'You successfully transferred <strong>%1$s %2$s</strong> to <strong>%3$s</strong>!',
	'TRANSFER_REASON_UNDERZERO'			=> 'You cannot transfer under 0.00 %1$s.',
	'TRANSFER_REASON_YOURSELF'			=> 'You cannot transfer %1$s to yourself!',
	'TRANSFER_SET_USERNAME'				=> '<b>Name of the user you want to make a present:</b>',
	'TRANSFER_TITLE'					=> '%1$s Transfer',
	'TRANSFER_TO_NAME'					=> 'You want to transfer some <strong>%2$s</strong> to <strong>%1$s</strong>',

	'UP_INSERT_FIRST_FILL'				=> 'The tables were filled successfully with some basic datas.',
	'UP_REMOVE_CONFIG_ENTRIES'			=> 'The entries in the config table were removed successfully',
	'UP_REMOVE_FORUM_ENTRIES'			=> 'The entries in the forums table were removed successfully',
	'UP_ULTIMATE_POINTS_NAME'			=> 'Ultimate Points',
	'UP_ULTIMATE_POINTS_NAME_EXPLAIN'	=> 'With this mod you will give your users the possibility to collect and spend points. Click on the below actions to perform, what you like to do. Enabling <strong>Display Full Results</strong> is recommended.<br /><br />Have fun!',
	'UP_UPDATE_SUCCESFUL'				=> 'The tables were updated successfully',
));

?>

viewtopic

Code:
<!-- INCLUDE overall_header.html -->

    <!-- IF S_FORUM_RULES -->
       <div class="forumrules">
          <!-- IF U_FORUM_RULES -->
             <h3>{L_FORUM_RULES}</h3><br />
             <a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>
          <!-- ELSE -->
             <h3>{L_FORUM_RULES}</h3><br />

             {FORUM_RULES}
          <!-- ENDIF -->
       </div>

       <br clear="all" />
    <!-- ENDIF -->

    <div id="pageheader">

    <!-- IF MODERATORS -->
       <p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->: {MODERATORS}</p>

    <!-- ENDIF -->
    <!-- IF U_MCP -->
       <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
    <!-- ENDIF -->
    </div>

    <br clear="all" /><br />

    <div id="pagecontent">

       <table width="100%" cellspacing="1">

       <tr>
          <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
          <!-- IF not S_IS_BOT -->
             <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
             <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
          <!-- ENDIF -->
          </td>
          <!-- IF TOTAL_POSTS -->

             <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
             <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
             <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
          <!-- ENDIF -->
       </tr>
       </table>

       <table class="tablebg" width="100%" cellspacing="1">

       <tr>
          <td class="row1">
             <table width="100%" cellspacing="0">
             <tr>
                <td nowrap="nowrap">&nbsp;
                <!-- IF not S_IS_BOT -->
                   <!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->

                   <!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
                   <!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
                   <!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->
                   <!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->

                <!-- ENDIF -->
                </td>
                <td class="nav" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</td>
             </tr>
             </table>

          </td>
       </tr>
    <!-- IF S_HAS_POLL -->
       <tr>
          <td class="row2" colspan="2" align="center"><br clear="all" />

             <form method="post" action="{S_POLL_ACTION}">

             <table cellspacing="0" cellpadding="4" border="0" align="center">
             <tr>

                <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>
             </tr>
             <tr>
                <td align="{S_CONTENT_FLOW_BEGIN}">
                   <table cellspacing="0" cellpadding="2" border="0">
                <!-- BEGIN poll_option -->
                   <tr>
                   <!-- IF S_CAN_VOTE -->

                      <td>
                         <!-- IF S_IS_MULTI_CHOICE -->
                            <input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
                         <!-- ELSE -->
                            <input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />
                         <!-- ENDIF -->
                      </td>

                   <!-- ENDIF -->
                      <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
                      <!-- IF S_DISPLAY_RESULTS -->
                         <td dir="ltr">{POLL_LEFT_CAP_IMG}{poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
                         <td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>
                         <td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>
                         <!-- IF poll_option.POLL_OPTION_VOTED -->

                            <td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>
                         <!-- ENDIF -->
                      <!-- ENDIF -->
                   </tr>
                <!-- END poll_option -->
                   </table>
                </td>
             </tr>

          <!-- IF S_CAN_VOTE -->
             <tr>
                <td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>
             </tr>
          <!-- ENDIF -->
          <!-- IF S_DISPLAY_RESULTS -->
             <tr>
                <td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></td>

             </tr>
          <!-- ELSE -->
             <tr>
                <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>
             </tr>
          <!-- ENDIF -->
             </table>
             {S_HIDDEN_FIELDS}
             
             </form>

             
          </td>
       </tr>
    <!-- ENDIF -->
       </table>

    <br />

    <!-- BEGIN postrow -->
    <div class="catmain">
    <div class="cat_left"></div>
    <div class="cat_text">
       <!-- IF postrow.POST_ICON_IMG -->
       <img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" align="left" style="margin-right:10px" alt="" title="" />

       <!-- ENDIF -->
       {postrow.POST_SUBJECT}
    </div>
    <div class="cat_right"></div>
    </div>

       <table class="tablebg" width="100%" cellspacing="1">
       <!-- IF postrow.S_FIRST_ROW -->
          <tr>
             <th>{L_AUTHOR}</th>

             <th>{L_MESSAGE}</th>
          </tr>
       <!-- ENDIF -->
       <!-- IF postrow.S_POSTER_IS_ADMIN --><tr class="cbgm_admin"><!-- ELSEIF postrow.S_POSTER_IS_MOD --><tr class="cbgm_mod"><!-- ELSE --><!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --><!-- ENDIF -->

       <!-- IF postrow.S_IGNORE_POST -->
             <td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
       <!-- ELSE -->

             <td align="center" valign="middle">
                <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
                         <!-- IF S_QR_ACTIVE -->
                <!-- IF S_QR_COLOR_NICK -->
                   <!-- IF postrow.POST_AUTHOR_COLOUR -->   
                   <a href="#" onclick="insert_text('[b][color={postrow.POST_AUTHOR_COLOUR}]{postrow.POST_AUTHOR}[/color][/b], ', true, false); return false;"><span style="color: {postrow.POST_AUTHOR_COLOUR};" class="username-coloured">{postrow.POST_AUTHOR}</span></a>
                   <!-- ELSE -->
                   <a href="#" onclick="insert_text('[b]{postrow.POST_AUTHOR}[/b], ', true, false); return false;"><span style="color: {postrow.POST_AUTHOR_COLOUR};" class="username-coloured">{postrow.POST_AUTHOR}</span></a>               
                   <!-- ENDIF -->
                <!-- ELSE -->
                   <a href="#" onclick="insert_text('[b]{postrow.POST_AUTHOR}[/b], ', true, false); return false;"><span style="color: {postrow.POST_AUTHOR_COLOUR};" class="username-coloured">{postrow.POST_AUTHOR}</span></a>         
                <!-- ENDIF -->
             <!-- ELSE -->
                {postrow.POST_AUTHOR_FULL}         
             <!-- ENDIF -->
             </td>
             <td width="100%" height="25">
                <table width="100%" cellspacing="0">
                <tr>

                   <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
                </tr>
                </table>
             </td>
          </tr>
         
          <!-- IF postrow.S_POSTER_IS_ADMIN --><tr class="cbgm_admin"><!-- ELSEIF postrow.S_POSTER_IS_MOD --><tr class="cbgm_mod"><!-- ELSE --><!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --><!-- ENDIF -->

             <td valign="top" class="profile">
                <table cellspacing="4" align="center" width="150">
             <!-- IF postrow.RANK_TITLE -->

                <tr>
                   <td class="postdetails"><center>{postrow.RANK_TITLE}</center></td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_IMG -->
                <tr>
                   <td><center>{postrow.RANK_IMG}</center></td>
                </tr>

             <!-- ENDIF -->
             <!-- IF postrow.POSTER_AVATAR -->
                <tr>
                   <td><center>{postrow.POSTER_AVATAR}</center></td>
                </tr>
             <!-- ENDIF -->
                      <!-- IF postrow.MEMBERSHIP_STARS -->
                <tr>
                   <td><center>{postrow.MEMBERSHIP_STARS}</center></td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.ONLINE_IMG -->
                <tr>
                   <td><center>{postrow.ONLINE_IMG}</center></td>
                </tr>
             <!-- ENDIF -->
                </table>

                    <span class="postdetails">

                       

                   <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
                   <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
                                              <!-- Begin Ultimate Points -->
                   <!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.POSTER_POINTS} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><!-- IF not postrow.S_IS_OWN_POST and S_USER_LOGGED_IN --><br /><a href="{postrow.U_POINTS_DONATE}">{postrow.L_DONATE}</a><!-- ELSE --><br /><!-- ENDIF --><a href="{postrow.U_POINTS_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF -->
                   <!-- IF USE_BANK --><!-- IF postrow.BANK_ACCOUNT --><br /><strong>{L_BANK_TITLE_MAIN}:</strong><!-- IF postrow.POSTER_BANK_LOCK --> {L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.BANK_GOLD} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><br /><a href="{postrow.U_BANK_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF --><!-- ENDIF --><!-- ENDIF --><!-- ENDIF -->         
                                              <!-- End Ultimate Points -->
                   <!-- IF postrow.POSTER_MOOD --><br /><center> {postrow.POSTER_MOOD} </center><!-- ENDIF -->               


                       <!-- IF postrow.S_PROFILE_FIELD1 -->

                          <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                          <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
                       <!-- ENDIF -->

                       <!-- BEGIN custom_fields -->
                          <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
                       <!-- END custom_fields -->
                    </span>
             
             </td>
             <td valign="top">
                <table width="100%" cellspacing="5">
                <tr>
                   <td>
                   <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                      <table width="100%" cellspacing="0">
                      <tr>

                         <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
                      </tr>
                      </table>

                      <br clear="all" />
                   <!-- ENDIF -->

                      <div class="postbody">{postrow.MESSAGE}</div>

                   <!-- IF postrow.S_HAS_ATTACHMENTS -->
                      <br clear="all" /><br />

                      <table class="tablebg" width="100%" cellspacing="1">
                      <tr>
                         <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>

                      </tr>
                      <!-- BEGIN attachment -->
                         <tr>
                            <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
                         </tr>
                      <!-- END attachment -->
                      </table>
                   <!-- ENDIF -->

                   <!-- IF postrow.S_DISPLAY_NOTICE -->
                      <span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
                   <!-- ENDIF -->
                   <!-- IF postrow.SIGNATURE -->
                      <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
                   <!-- ENDIF -->

                   <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                      <!-- IF postrow.EDIT_REASON -->
                         <br /><br />
                         <table class="tablebg" width="100%" cellspacing="1">
                         <tr>
                            <td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
                         </tr>
                         <tr>

                            <td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
                         </tr>
                         </table>
                      <!-- ELSE -->
                         <br /><br />
                         <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
                      <!-- ENDIF -->
                   <!-- ENDIF -->

                   <!-- IF postrow.BUMPED_MESSAGE -->
                      <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
                   <!-- ENDIF -->

                   <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->

                      <table width="100%" cellspacing="0">
                      <tr valign="middle">
                         <td class="gensmall" align="{S_CONTENT_FLOW_END}">

                         <!-- IF not S_IS_BOT -->
                            <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
                         <!-- ENDIF -->

                         </td>
                      </tr>
                      </table>
                   </td>
                </tr>
                </table>
             </td>
          </tr>

          <!-- IF postrow.S_POSTER_IS_ADMIN --><tr class="cbgm_admin"><!-- ELSEIF postrow.S_POSTER_IS_MOD --><tr class="cbgm_mod"><!-- ELSE --><!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --><!-- ENDIF -->

             <td class="profile row1"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
             <td class="row1"><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>

          <!-- ENDIF -->
            </tr>
       </table>
    <!-- bottom table setup -->
    <div class="catbtm"><img src="{T_THEME_PATH}/images/clear.gif" width="1" height="5" alt="" /></div>
    <!-- End bottom table setup -->
       <br />
    <!-- END postrow -->

       <table width="100%" cellspacing="1" class="tablebg">
       <tr align="center">

          <td class="row2"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
       </tr>
       </table>

       <table width="100%" cellspacing="1">
       <tr>

          <td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
          <!-- IF not S_IS_BOT -->
             <!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
             <!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
          <!-- ENDIF -->
          </td>
          <!-- IF TOTAL_POSTS -->
             <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
             <!-- IF postrow.MEMBERSHIP_STARS -->
                <dd>&nbsp;</dd>
                <dd>{postrow.MEMBERSHIP_STARS}</dd>
             <!-- ENDIF -->
             <td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
             <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
          <!-- ENDIF -->
       </tr>
       </table>

    </div>

    <div id="pagefooter"></div>

    <br clear="all" />

    <!-- INCLUDE breadcrumbs.html -->

    <!-- IF S_DISPLAY_ONLINE_LIST -->
       <br clear="all" />

    <div class="catmain">
    <div class="cat_left"></div>
    <div class="cat_text">{L_WHO_IS_ONLINE}</div>
    <div class="cat_right"></div>
    </div>
       <table class="tablebg" width="100%" cellspacing="1">
       <tr>

          <td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>
       </tr>
       </table>
    <!-- ENDIF -->

    <br clear="all" />

    <table width="100%" cellspacing="1">
    <tr>
       <td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="btnlite" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td>

       <td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>
    </tr>
    </table>

    <br clear="all" />

    <table width="100%" cellspacing="0">
    <tr>
       <td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
    <!-- INCLUDE quickreply_body.html -->
       <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
    </tr>
    </table>

    <!-- INCLUDE overall_footer.html -->
 
Ok in language/en/mods/points.php find:

'POINTS_VIEWING' => 'Browsing points console',

Add after:

'POINTS_VIEWTOPIC' => 'Cash',

Upload and purge.
 
It's there but your using a crap ass editior. Just search for "Browsing points console".

That will solve your issue..

Im off as it's really early here so good luck with it and just follow what i said, use a better editior then notepad or wordpad and you'll get through it like a breeze.

Also if i helped you, you can hit that nice green circular button with a in the middle to the left <---.
 
Thank you that worked.
last thing..

any way to do it from

Cash:
468.31

to

Cash: 468.31
 
In viewtopic_body.html find:

Code:
<!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.POSTER_POINTS}

Replace with:

Code:
<!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE -->{postrow.POSTER_POINTS}
 
I can't see that, only thing I can see close to that is

Code:
<!-- Begin Ultimate Points -->
                   <!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.POSTER_POINTS} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><!-- IF not postrow.S_IS_OWN_POST and S_USER_LOGGED_IN --><br /><a href="{postrow.U_POINTS_DONATE}">{postrow.L_DONATE}</a><!-- ELSE --><br /><!-- ENDIF --><a href="{postrow.U_POINTS_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF -->
                   <!-- IF USE_BANK --><!-- IF postrow.BANK_ACCOUNT --><br /><strong>{L_BANK_TITLE_MAIN}:</strong><!-- IF postrow.POSTER_BANK_LOCK --> {L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.BANK_GOLD} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><br /><a href="{postrow.U_BANK_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF --><!-- ENDIF --><!-- ENDIF --><!-- ENDIF -->         
                                              <!-- End Ultimate Points -->
                   <!-- IF postrow.POSTER_MOOD --><br /><center> {postrow.POSTER_MOOD} </center><!-- ENDIF -->
 
Try:
Code:
    <!-- Begin Ultimate Points -->
                       <!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE -->{postrow.POSTER_POINTS} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><!-- IF not postrow.S_IS_OWN_POST and S_USER_LOGGED_IN --><br /><a href="{postrow.U_POINTS_DONATE}">{postrow.L_DONATE}</a><!-- ELSE --><br /><!-- ENDIF --><a href="{postrow.U_POINTS_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF -->
                       <!-- IF USE_BANK --><!-- IF postrow.BANK_ACCOUNT --><br /><strong>{L_BANK_TITLE_MAIN}:</strong><!-- IF postrow.POSTER_BANK_LOCK --> {L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.BANK_GOLD} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF --><br /><a href="{postrow.U_BANK_MODIFY}">{postrow.L_MOD_USER_POINTS}</a><!-- ENDIF --><!-- ENDIF --><!-- ENDIF --><!-- ENDIF -->         
                                                  <!-- End Ultimate Points -->
                       <!-- IF postrow.POSTER_MOOD --><br /><center> {postrow.POSTER_MOOD} </center><!-- ENDIF -->
 
The reason why the points on displaying on a new line is because
there a "<br />" in that line of code.

This is what you should have... find the "<br />" and remove it.

Code:
<!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE --><br />{postrow.POSTER_POINTS}

So it should look like this:

Code:
<!-- IF USE_POINTS --><br /><strong>{L_POINTS_VIEWTOPIC}:</strong> <!-- IF postrow.POSTER_LOCK -->{L_POINTS_LOCKED}<!-- ELSE -->{postrow.POSTER_POINTS}
 
Back
Top Bottom