» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 63
0 members and 63 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Switching button order within the Purged Topics forums, part of the NM Staff category; How would someone go about switching the "Submit" and "Preview" buttons order ?...


Go Back   Nukemods Forum » NM Staff » Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-19-2003, 10:47 AM
Junior Member
 
Join Date: Jan 2003
Location: Brooklyn
Posts: 94
Send a message via AIM to Br00klynzzfinest
Switching button order
How would someone go about switching the "Submit" and "Preview" buttons order ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2003, 11:09 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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
  #3 (permalink)  
Old 02-19-2003, 11:44 AM
Moderator
 
Join Date: Nov 2002
Posts: 737
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 08:28 AM
How can I change the order of modules??? Matt22 Nuke 7.x - General 16 11-21-2004 11:46 PM
modules - order? mat Nuke 7.x - Modules 3 08-11-2004 07:07 PM
The Jedi Order {O} (JK2 Clan) Zathu_Koon Showoff 3 07-05-2003 11:00 AM
Critical Error after switching hosts rockman Purged Topics 6 05-17-2003 09:32 PM


All times are GMT -5. The time now is 10:14 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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