Reg Page:
In the folder /html/modules/NS-NewUser/ you should find a file called
user.php. Towards the bottom of this file (probably around lines 114-123) you'll see the lines that state...
."<font class="\"pn-normal\"">\n"
."- "._ASREG1."\n"
." - "._ASREG2."\n"
." - "._ASREG3."\n"
." - "._ASREG4."\n"
." - "._ASREG5."\n"
." - "._ASREG6."\n"
." - "._ASREG7."\n"
."
\n"
If you know what you're doing, this should be fairly easy to move higher up on the page. If you need help with that, just shout.
E-mail Sent:
In the folder /html/modules/NS-NewUser/ you should find a file called
user.php. Towards the bottom of this file (probably around line 293) you'll see the line that state...
$message = ""._WELCOMETO." $sitename!\n\n"._YOUUSEDEMAIL." ($email) "._TOREGISTER." $sitename. "._FOLLOWINGMEM."\n\n"._UNICKNAME." $uname\n"._UPASSWORD." $makepass";
Try changing it to something like this:
$message = ""._WELCOMETO." $sitename!\nhttp://MyWebSite.com\n\n"._YOUUSEDEMAIL." ($email) "._TOREGISTER." $sitename. "._FOLLOWINGMEM."\n\n"._UNICKNAME." $uname\n"._UPASSWORD." $makepass";
Not Logged in Voting:
Not sure. Sorry. :-S
Submit News:
"Article Text" is simple. If you go to the folder /html/modules/Submit_News/lang/eng/ you'll find a file called
global.php. Open up this file and look for two things. First is the define line for
_ARTICLETEXT (this will probably be line 30). You can change this text (the second part in single quotes, that is). Or, you can search for the define line for
_HTMLISFINE, you can also change this part to include more about "what" the article text should be.
Now the extended text box is in a different file. Navigate to the folder /html/language/eng/ and open up the file
global.php. Somewhere around line 144 you should see a define line for the bit
_EXTENDEDTEXT. Simply change the text for it there.
Top/Bottom Links:
In your theme folder (
i.e. /html/themes/PostNukeSilver/ for example) you should have two files...One called
bottom_links.php and one called
top_links.php. Just edit those two files to include/exclude/add/remove any links you want/need.
Calendar:
Notta clue.
-----------------------------------------------------------------------
Hope this helps!