Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-08-2007, 02:53 PM   #1 (permalink)
Active Forumer
 
atsw's Avatar
 
Join Date: Apr 2005

Posts: 598
Rep Power: 4 atsw is on a distinguished road
fTrader: (0)
fBuck$: 4,823
Bank: 0
Total fBuck$: 4,823

My Forumer
My Country:
Cool 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&amp;act=Msg" name='jump' method="post">
  <b>{ibf.lang.goto_folder}: </b>&nbsp; $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!!!
Attached Images
File Type: jpg drop-down.jpg (12.6 KB, 35 views)
atsw is offline   Reply With Quote
Old 11-09-2007, 04:20 AM   #2 (permalink)
Active Forumer
 
LizAlmond1's Avatar
 
Join Date: Oct 2006

Posts: 281
Rep Power: 2 LizAlmond1 is on a distinguished road
fTrader: (0)
fBuck$: 740
Bank: 788
Total fBuck$: 1,528

My Forumer
My Country:
Talking Re: Temporary fix for missing drop down menu in PM box

Yeah thank-you Atsw it worked.
LizAlmond1 is offline   Reply With Quote
Old 11-09-2007, 04:25 AM   #3 (permalink)
Active Forumer
 
atsw's Avatar
 
Join Date: Apr 2005

Posts: 598
Rep Power: 4 atsw is on a distinguished road
fTrader: (0)
fBuck$: 4,823
Bank: 0
Total fBuck$: 4,823

My Forumer
My Country:
Default Re: Temporary fix for missing drop down menu in PM box

Good, glad I helped
atsw is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
drop down menu enteens IPB Skinning Help 1 04-27-2007 11:41 AM
drop down menu Homer Simpson IPB General Support 1 03-09-2005 02:18 PM
Drop Down Menu Faq Cougar IPB General Support 11 06-02-2004 09:38 AM
Is There A Way To Add A Drop Box In The Menu Bar? 5point7liter IPB Skinning Help 7 05-30-2004 06:42 AM
Is There A Way To Add A Drop Box In The Menu Bar? imported_poirot IPB General Support 0 12-31-1969 06:00 PM