11-08-2007, 02:53 PM
|
#1 (permalink)
|
| Active Forumer
Join Date: Apr 2005
Posts: 598
Rep Power: 4  fBuck$: 4,823 Bank: 0 Total fBuck$: 4,823 My Forumer
My Country:
| Temporary fix for missing drop down menu in PM box Hi guys, I managed to fix the missing drop down menu in the PM section, please before applying that fix make sure you backup the section you edit.
To fix do this:
Go to Admin CP -> HTML templates -> Manage HTML -> Messenger Sections (skin_msg.php) -> Msg List: Inbox Header (function inbox_table_header) -> click "edit single"
Make a backup of the code before applying the new one...
Find this code: Code: <form action="{ibf.script_url}CODE=01&act=Msg" name='jump' method="post">
<b>{ibf.lang.goto_folder}: </b> $vdi_html <input type='submit' name='submit' value='{ibf.lang.goto_submit}' class='forminput' />
</form> And replace it with this code: Code: <form ACTION=URI>
<select name=dropdown
onchange="location.href=(form.dropdown.options[form.dropdown.selectedIndex].value)">
<option value="#">Go to:</option>
<option value="/index.php?act=Msg&CODE=01">Inbox</option>
<option value="/index.php?act=Msg&CODE=01&VID=sent">Sent</option>
</select>
</form> This will add a new drop down that looks like this:
To solve the missing link in the side menu, read this post by Alex-r PM section error
Always back-up!!! |
| |
| |