|
Post by sumika on Apr 23, 2011 21:18:04 GMT -5
Yes... Please make me a mod on the chatbox too, so i dont have to deal with those people..
|
|
ensane
Forum Regular
Posts: 379
|
Post by ensane on Apr 23, 2011 21:37:08 GMT -5
Lol, I don't wanna be dealt with... be a nice mod?
|
|
|
Post by sumika on Apr 23, 2011 22:46:51 GMT -5
Not you. XD Some random people joining just to spam the noise.
|
|
|
Post by DGN on Apr 24, 2011 16:30:04 GMT -5
Hey werekill. I found a way to add a friends list. :3 All you have to do is type a code in the global footer under Headers and Footers in the admin page. The code is this: </div>
<script type="text/javascript"> <!-- /* Friends List in Profile by Todge Copyright © 2010 Please keep this header intact */
// Alter profile form to include friends list..
if(document.modifyForm) { // Split signature into 2..
var sigcell = document.modifyForm.signature.parentNode.parentNode; var sig = document.modifyForm.signature;
sigcell.nextSibling.firstChild.innerHTML = sigcell.nextSibling.firstChild.innerHTML.replace('400','200'); document.modifyForm.sigLength.value = document.modifyForm.sigLength.value - 200; document.modifyForm.signature.onkeyup = function(event){ if (this.value.length > 200) { this.value = this.value.substring(0, 200); } document.modifyForm.sigLength.value = 200 - this.value.length; } document.modifyForm.signature.onchange = function(event){ if (this.value.length > 200) { this.value = this.value.substring(0, 200); } document.modifyForm.sigLength.value = 200 - this.value.length; }
// Create and add Friends option into profile..
var friends = document.modifyForm.signature.cloneNode(true); friends.name = 'friends'; friends.rows = 10; friends.onkeyup = function(event){ if (this.value.length > 200) { this.value = this.value.substring(0, 200); } document.modifyForm.friendsLength.value = 200 - this.value.length; } friends.onchange = function(event){ if (this.value.length > 200) { this.value = this.value.substring(0, 200); } document.modifyForm.friendsLength.value = 200 - this.value.length; }
var tr=document.createElement('tr'); var td1=document.createElement('td'); with(td1){vAlign="top"; innerHTML="<font size='2'>Friends:</font>";} var td2=document.createElement('td'); td2.appendChild(friends); var td3=document.createElement('td');
var td3code = '<font size="-2">You can add a list of your friends here. Put each friend on a new line in this format.. <b>USERNAME=DISPLAY NAME</b><br>'; td3code += 'If the display rname is the same as the username, use an asterisk (*) to save space. You can use a maximum of 199 characters for your list of friends.<br>'; td3code += 'Characters left: <input name="friendsLength" size="3" value="199" disabled="1" type="text"></font>'; with(td3){vAlign="top"; innerHTML=td3code;} tr.appendChild(td1); tr.appendChild(td2); tr.appendChild(td3); sigcell.parentNode.parentNode.insertBefore(tr,sigcell.parentNode.nextSibling);
sig.value = sig.value.split('ƒ')[0]; if(friends.value.match(/ƒ/)) { friends.value = friends.value.split(/ƒ/)[1]; } else { friends.value = ''; }
// Add friends list to signature when submitting form..
function addFriends() { sig.onchange = function(){} sig.value += 'ƒ'+friends.value; return; }
if(window.addEventListener) { document.modifyForm.addEventListener('submit', addFriends, false); } else if(window.attachEvent) { document.modifyForm.attachEvent('onsubmit', addFriends); } else { document.modifyForm.onsubmit = addFriends(); }}
// Add friends to profile...
if(pb_action == 'viewprofile') { var sig = document.getElementsByTagName('div'); for(s=0; s<sig.length; s++) { if(sig.className == 'user_signature' && sig.innerHTML.match(/ƒ/)) { var friends = sig.firstChild.innerHTML.split('ƒ')[1]; sig.firstChild.innerHTML = sig.firstChild.innerHTML.split('ƒ')[0];
var tr = document.createElement('tr'); var td = document.createElement('td'); with(td){colSpan="2"; innerHTML='<font size="2"><b>Friends</b><hr size="1"></font>';} tr.appendChild(td); sig.parentNode.parentNode.parentNode.appendChild(tr);
var tr = document.createElement('tr'); var td1 = document.createElement('td'); var td2 = document.createElement('td');
friends = friends.replace(/=/g,'">'); friends = friends.replace(/<br>/ig,'</a><br><a href="/index.cgi?action=viewprofile&user='); friends = '<a href="/index.cgi?action=viewprofile&user='+friends+'</a>';
td2.innerHTML = '<font size="2">'+friends+'</font>'; tr.appendChild(td1); tr.appendChild(td2); sig.parentNode.parentNode.parentNode.appendChild(tr); break; }}}
// Remove friends from posted signatures..
if(location.href.match(/tion=display/)) { var sig=document.getElementsByTagName('div'); for(s=0; s<sig.length; s++) { if(sig.className == 'user_signature') { sig.innerHTML = sig.innerHTML.split('ƒ')[0]; }}} // --> </script> Unfortunately, it doesn't send a friend request, but only lists their usernames.
|
|
|
Post by El Maiz on Apr 24, 2011 16:48:20 GMT -5
I am almost positive that will not work.
This forum doesn't take HTML.
|
|
|
Post by DGN on Apr 24, 2011 16:51:21 GMT -5
Ha. It will. testnoonecares.proboards.comI made this. go to Soul Evans(me, lo)account. Its says a list of friends, and the only other member, NEWB(also me, lo) is listed.
|
|
|
Post by Werekill on Apr 24, 2011 17:59:16 GMT -5
Really? I could have sworn that was the crappy code that put the list in your sig; is it?
|
|
|
Post by DGN on Apr 24, 2011 18:03:39 GMT -5
In your sig? No. I tested it out on that test forum I made, it just included a box underneath the sig section that says to type in a code I believe was username=their name, then it puts it under your profile. If you mean when you make a post, it didn't show it there either.
|
|
|
Post by plasmis on Apr 24, 2011 21:01:11 GMT -5
Good job on the code. By the way, why don't you try adding an actual signature underneath to see if the friends list pop up underneath it? It's just a way to assure that the code is perfect.
|
|
|
Post by DGN on Apr 24, 2011 21:59:32 GMT -5
Oh, I didn't make it lo I just googled it. XD It was on a proboards support forum.
|
|
|
Post by Werekill on Apr 25, 2011 20:05:09 GMT -5
In your sig? No. I tested it out on that test forum I made, it just included a box underneath the sig section that says to type in a code I believe was username=their name, then it puts it under your profile. If you mean when you make a post, it didn't show it there either. Huh. The one I tried to do put it in the sig. I'll try this one out sometime. Time to make Sumika a mod again!
|
|
|
Post by sumika on Apr 25, 2011 21:04:50 GMT -5
WEEEEEEEEEEEEEEEEEEEREKIIIIIIIIIIIIIIIIIIIIIIIIIIIILL!
I'll get you for this. >_______>
Thanks for my spot back though. :3
|
|
|
Post by Werekill on Apr 26, 2011 11:16:29 GMT -5
What did I do? :3
|
|
|
Post by sumika on Apr 26, 2011 16:50:52 GMT -5
You know what you did. >:U
|
|
|
Post by Werekill on Apr 26, 2011 19:50:59 GMT -5
I have no idea... :3
|
|
|
Post by sumika on Apr 26, 2011 20:06:46 GMT -5
FFFFFFFf-
Anyway. Next time you're in chat. You need to make me a user so I can actually post links, and possibly make me a mod. >_>
|
|
|
Post by helpmeplease on May 2, 2011 15:35:34 GMT -5
I extracted the fighter and stages files. Now what??? Please help, thank you.
|
|
ensane
Forum Regular
Posts: 379
|
Post by ensane on May 29, 2011 12:51:22 GMT -5
I'm just wondering: wouldn't the individual character boards be easier to look through in alphabetical order. Even organized by series, it's still hard to find a specific character.
|
|
Chaotic Chao
Forum Regular
Speed Highway is the best stage in history.
Posts: 242
|
Post by Chaotic Chao on Jun 5, 2011 22:00:27 GMT -5
I'm not sure if this is technically a glitch or not, but I think it might have something to do with maintenance. I made a forum account here, like, a year ago under the name Chaotic Chao. I had forgotten, so I made this new one. Both accounts are activated and completely useable. I'm not sure why two accounts can use the same email address, but apparently they can.
If you need proof, I'll get "Chaotic Chao" to post here. EDIT: I'd be completely fine of Chaotic Chao get banned or removed. I'm using this one anyway (As long as it does nothing to this account).
|
|
|
Post by DGN on Jun 5, 2011 22:10:54 GMT -5
I don't think it's much of a glitch; I think the same thing goes for motionsforum. It shouldn't be much of a problem.
|
|