MyBB Central

Full Version: My Bank problem ...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
well i have recently installed the MYPS plugin ...

i wanted to install the my Bank one ... since the link didnt appear on the navigation along with search,help, members etc ...

i have to add a link to the plugin manually ... i woz hoping to get sum assistance with this ...

i want to add the My bank link where ... the links to USER CP - ADMIN CP ... appear on the Welcome block. most probably after the Private messages link. soo can i please have sum help with editing this template ...

My current Memberblock Template looks like this \/

Code:
    <span style="float:right;">{$lang->welcome_current_time}</span>
        {$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />
                <span class="links">
                    <a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>
                </span>
                <a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}

can anyone help me with this?

thanks,

Zee
That's pretty easy. Just add the following after what you've posted above:

Code:
| <a href="{$mybb->settings['bburl']}/mybank.php">My Bank</a>
Thanks ... i'm kindda new to this but hopefully i plan to learn more ^^
THanks, that should help me too.
Reference URL's