Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 51
4 members and 47 guests
bea9qgchcomberc, peardir46, ral6qkeighqenpa, whyjjinternetvi
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Switching button order
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 94
Join Date: Jan 2003
Location: Brooklyn
Switching button order - 02-19-2003, 09:47 AM

How would someone go about switching the "Submit" and "Preview" buttons order ?
  Send a message via AIM to Br00klynzzfinest  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-19-2003, 10:09 AM

On the Forum side?

That is prevolent in the MissionImpossible theme/template. The buttons are switched and I would always click the wrong one from habit..lmao..

I'll have to look. Most likely the variable is in the posting_body.tpl file

find these two lines and switch them

Code:
              <input type="submit" accesskey="s" tabindex="6" name="post"  value="{L_SUBMIT}">
              <input type="submit" tabindex="5" name="preview"  value="{L_PREVIEW}">
like this
Code:
              <input type="submit" tabindex="5" name="preview"  value="{L_PREVIEW}"> 
              <input type="submit" accesskey="s" tabindex="6" name="post"  value="{L_SUBMIT}">
mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Moderator
 
Status: Offline
Posts: 737
Join Date: Nov 2002
02-19-2003, 10:44 AM

Edit the posting_body.tpl

Make a back up first! I haven't tried it, so I don't know for sure that it will work.

Search for this line (in my temp it's line 435)
Code:
	  <td class="catBottom" colspan="2" align="center" height="22"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /><input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td>
	</tr>
Change it to this.
Code:
	  <td class="catBottom" colspan="2" align="center" height="22"> {S_HIDDEN_FORM_FIELDS)<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /><input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /></td>
	</tr>
Edit:ahhhhh Mikem, didn't see your post there, was looking for the right line
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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
Linking Order Astroman Open topics 0 07-04-2005 07:28 AM
How can I change the order of modules??? Matt22 Nuke 7.x - General 16 11-21-2004 10:46 PM
modules - order? mat Nuke 7.x - Modules 3 08-11-2004 06:07 PM
The Jedi Order {O} (JK2 Clan) Zathu_Koon Showoff 3 07-05-2003 10:00 AM
Critical Error after switching hosts rockman Purged Topics 6 05-17-2003 08:32 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31