PDA

View Full Version : Auto select on submit site page?


killaklown
10-11-2005, 12:54 AM
How would i have one of the options selected already when you go to the submit site page? (like have the regular link box checked automaticly)

hosted
10-11-2005, 12:17 PM
You would need to open up the submit.tpl file and take a peek

For example - normal links selected, find this chunk of code

Content visible to registered users only.

Then to have it already selected as default change it to

Content visible to registered users only.

Simply by putting the word checked as indicated above, when someone goes to the submit page, the normal option will now be selected for them.

killaklown
10-12-2005, 02:00 AM
thanks, i knew it was in there but didnt know what to change.