Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

 
AprilAnney Profile
Live feed
Blog
Friends
Miscellaneous info

Registered user

Registered: 03-2003
Location: Out of my mind
Posts: 12
Karma: 0 (+0/-0)
Reply | Quote
links at the bottom of the page


Hey Thor, I was wondering if it was at all possible to have the links that are at the top left (the board name, the forum name, and then the topic name) also on the bottom. When I'm done reading through all the posts, I have to scroll back up to the top to click on the forum name and my lazy ass would like to know if it is possible for the links to just be at the bottom of the page so that I wouldn't have to scroll all the way back up to the top.... emoticon

Also, another thing...would it be at all possible to be able to have smilies inserted wherever the cursor is in the message, instead at the end of the message?

Just suggestions...I don't know if they're possible, but if you can do them, you rock my world emoticon

---
It is better to waste one's youth than to do nothing with it at all.
~George Courteline
5/9/2003, 8:08 am Link to post Email AprilAnney   PM AprilAnney AIM MSN
 
BlindSpy Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 03-2003
Location: Ohio
Posts: 78
Karma: 0 (+0/-0)
Reply | Quote
Re: links at the bottom of the page


quote:

AprilAnney wrote:

Also, another thing...would it be at all possible to be able to have smilies inserted wherever the cursor is in the message, instead at the end of the message?



yes this is a good idea...not only with smiles tho... with all the tags (e.g. i and b)

---
- <A HREF = "http://www.tagnetwork.tk">Tango Assault Group</a> -
5/10/2003, 4:47 am Link to post Email BlindSpy   PM BlindSpy
 
Thor Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator
Runboard developer

Registered: 01-2003
Location: RB machine room
Posts: 4995
Karma: 232 (+275/-43)
Reply | Quote
Re: links at the bottom of the page


I'm not sure how to do it... Any javascript experts tell me how to get get and set cursor position in a textbox?
5/11/2003, 7:57 pm Link to post Email Thor   PM Thor ICQ Yahoo Blog
 
Izzey Profile
Live feed
Blog
Friends
Miscellaneous info

Heavy poster

Registered: 04-2003
Location: Lancashire, UK
Posts: 498
Karma: 1 (+7/-6)
Reply | Quote
Re: links at the bottom of the page


Take a look at this script. It should work, but only with IE browsers. As I don't have Netscape, I can't test what happens with netscape. You would either get a message, or it would just place it at the end. It wouldn't be difficult to include a browser check in the script though.


<HTML>
     <HEAD>
     <SCRIPT>
     function storeCaret (textEl) {
       if (textEl.createTextRange)
         textEl.caretPos = document.selection.createRange().duplicate();
     }
     function insertAtCaret (textEl, text) {
       if (textEl.createTextRange && textEl.caretPos) {
         var caretPos = textEl.caretPos;
         caretPos.text =
           caretPos.text.charAt(caretPos.text.length - 1) == ' ' ?
           text + ' ' : text;
       }
       else
         textEl.value = text;
     }
     </SCRIPT>
     </HEAD>
     <BODY>
     <FORM NAME="aForm">
     <TEXTAREA NAME="aTextArea" ROWS="5" COLS="80" WRAP="soft"
           ONSELECT="storeCaret(this);"
           ONCLICK="storeCaret(this);"
           ONKEYUP="storeCaret(this);"
     >
     This should insert things into a text box where you want.
     I think it only works for IE.
     I assume Netscape and others will just insert it at the end.
     </TEXTAREA>
     <BR>
     <INPUT TYPE="text" NAME="aText" SIZE="80" VALUE="This can obviously be anything">
     <BR>
     <INPUT TYPE="button" VALUE="insert at caret"
           ONCLICK="insertAtCaret(this.form.aTextArea,
     this.form.aText.value);"
     >
     </FORM>
</BODY>
</HTML>


Good luck!
5/12/2003, 12:50 pm Link to post Email Izzey   PM Izzey Blog
 
Iansgirl Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 03-2003
Location: Mi Vida Loca
Posts: 1794
Karma: 26 (+41/-15)
Reply | Quote
Re: links at the bottom of the page


Okay I am a big Dork and I thought Thor wrote thie above message with the code, so I figured I had to put that in to get thelinks at the bottem also, Well I realized Izzey wrote it and now I can not erase it out of my Bottom HTML browsaer thing. It will not let me submit changes after I erase the code. Please help my Thor.emoticon

http://com1.akheva.com/bthegathering

---



5/12/2003, 3:55 pm Link to post PM Iansgirl AIM MSN Yahoo Blog
 
Izzey Profile
Live feed
Blog
Friends
Miscellaneous info

Heavy poster

Registered: 04-2003
Location: Lancashire, UK
Posts: 498
Karma: 1 (+7/-6)
Reply | Quote
Re: links at the bottom of the page


Ooops. emoticon
5/13/2003, 8:41 am Link to post Email Izzey   PM Izzey Blog
 
Iansgirl Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 03-2003
Location: Mi Vida Loca
Posts: 1794
Karma: 26 (+41/-15)
Reply | Quote
Re: links at the bottom of the page


LMAO Yeah I am an idiot. Now I have what ever that code did at the bottom of my page. I love your facial expression.

---



5/13/2003, 4:06 pm Link to post PM Iansgirl AIM MSN Yahoo Blog
 


Add a reply



You are not logged in (login)