 |
|
11-01-2006, 12:15 AM
|
#76 (permalink)
|
Join Date: May 2003
Location: Dallas/Ft. Worth area of Texas, USA
Age: 34
Posts: 18,033
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Well, I don't know what I screwed up... I reverted back to the script posted in Wyz's original post because I'd rather have some missing icons than not have the checkered border for threads that I've posted in and threads that are closed. Now I get what appears to be just a raised border on threads that I've posted in:
|
|
|
11-01-2006, 12:34 AM
|
#77 (permalink)
|
|
OFP Officer
OFP Admin 
Join Date: Oct 2005
Posts: 10,299
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Quote:
Originally Posted by CingularDuality
Well, I don't know what I screwed up... I reverted back to the script posted in Wyz's original post because I'd rather have some missing icons than not have the checkered border for threads that I've posted in and threads that are closed. Now I get what appears to be just a raised border on threads that I've posted in:

|
yeah, I changed the dotted lines to raised boarders... asthetic descision... For locked/closed threads, the background should appear all red. Apparently it's broken in the latest - I'll take a look.
If you'd rather have the dotted lines, I'll put them back in instead of the ridged border.
|
|
|
11-01-2006, 12:40 AM
|
#78 (permalink)
|
Join Date: Jun 2005
Location: Austin, TX
Age: 34
Posts: 4,338
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
I like the raised border.
Could you take a look at the BF2 Admin logo? It comes across messed up in mine.
BTW - Thanks for all these aesthetic tweaks. I love this script.
__________________
-F- Beatnik
|
|
|
11-01-2006, 12:55 AM
|
#79 (permalink)
|
Join Date: May 2003
Location: Dallas/Ft. Worth area of Texas, USA
Age: 34
Posts: 18,033
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Quote:
Originally Posted by WhiskeySix
yeah, I changed the dotted lines to raised boarders... asthetic descision... For locked/closed threads, the background should appear all red. Apparently it's broken in the latest - I'll take a look.
If you'd rather have the dotted lines, I'll put them back in instead of the ridged border.
|
I could get used to that, and once I do, it does look smoother!
|
|
|
11-01-2006, 01:54 AM
|
#80 (permalink)
|
Join Date: May 2003
Location: Memphis, TN
Posts: 14,224
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
I really don't like the raised border, but I told myself as soon as I saw it that I just had better get used to it.
I'm terribly busy lately, and I love that someone else is maintaining this, and I say beggars can't be choosers.
__________________
Steam Community? Add me. | Join #tacticalgamer | Search Results Legend | New Posts Forum Filter | Postbox Toggle | Live Thread Review | One Line Results | Free Remote, Encrypted Backup
Darkilla: In short, NS is pretty much really fast chess. With guns. Apophis: I haven't seen anyone say that SM's are better than non-SMs. Nordbomber: This is THE first server I've seen where either side can comeback from out of seemingly nowhere with the right teamwork. en4rcment: I have NEVER experienced the type of gameplay that I have found here. Nightly I am amazed at the personalities and gaming talent. Zephyr: Apophis is clearly a highly sophisticated self-aware AI construct that runs on a highly modified toaster oven in Wyzcrak's basement.
|
|
|
11-01-2006, 10:03 AM
|
#81 (permalink)
|
Join Date: May 2003
Location: Dallas/Ft. Worth area of Texas, USA
Age: 34
Posts: 18,033
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Quote:
Originally Posted by WhiskeySix
yeah, I changed the dotted lines to raised boarders... asthetic descision... For locked/closed threads, the background should appear all red. Apparently it's broken in the latest - I'll take a look.
If you'd rather have the dotted lines, I'll put them back in instead of the ridged border.
|
The raised border doesn't pick up the color if it's an admin thread, FYI.
|
|
|
11-01-2006, 06:06 PM
|
#82 (permalink)
|
|
OFP Officer
OFP Admin 
Join Date: Oct 2005
Posts: 10,299
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Thanks for the help guys... How's this for threads in which you've posted:
Also, please let me know if this doesn't fix the bug(s) you were seeing for threads in the admin/official forums.
Update: searchresultslegend.v31.user.js
|
|
|
11-14-2006, 06:38 PM
|
#83 (permalink)
|
|
OFP Officer
OFP Admin 
Join Date: Oct 2005
Posts: 10,299
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Version 34 with some new and some cleaned-up icons...
(all 19x19px - much easier on the eye IMO)
 - Project Reality Mod
 - PS2/PS3
 - DarkFall
 - COD2
 - Quake Wars
 - Counter Strike
 - Joint Operations
 - Armed Assault
 - EVE
 - Dystopia
 - World of Warcraft
searchresultslegend.v34.user.js
|
|
|
11-14-2006, 06:59 PM
|
#84 (permalink)
|
|
NS Officer
Join Date: May 2003
Location: MD, USA
Age: 31
Posts: 5,889
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
I keep having to go in and do edits because the admin side of the battlefield group is odd. Could you change the BF series to the following?
Code:
//--- BATTLEFIELD SERIES---------------------------------------
else if (forumNameCell.innerHTML.indexOf("2142 - After Action Reports") != -1) {
formatIconCell(leftMostCell, base64_2142_aar);
}
else if (forumNameCell.innerHTML.indexOf("2142") != -1) {
formatIconCell(leftMostCell, base64_2142);
}
else if (forumNameCell.innerHTML.indexOf("Point of Existence") != -1) {
formatIconCell(leftMostCell, base64_poe2);
}
else if (forumNameCell.innerHTML.indexOf("Tactical Mod") != -1) {
formatIconCell(leftMostCell, base64_tacmod);
}
else if (forumNameCell.innerHTML.indexOf("Irregulars") != -1) {
formatIconCell(leftMostCell, base64_irr);
}
else if (forumNameCell.innerHTML.indexOf("Project Reality Mod") != -1) {
formatIconCell(leftMostCell, base64_pr2);
}
else if (forumNameCell.innerHTML.indexOf("Battlefield 2 - After Action Report") != -1) {
formatIconCell(leftMostCell, base64_aar );
}
else if (forumNameCell.innerHTML.indexOf("Battlefield") != -1) {
formatIconCell(leftMostCell, base64_bf2);
}
else if (forumNameCell.innerHTML.indexOf("BF2") != -1) {
formatIconCell(leftMostCell, base64_bf2);
}
//---------------------------------------
|
|
|
11-14-2006, 07:04 PM
|
#85 (permalink)
|
|
OFP Officer
OFP Admin 
Join Date: Oct 2005
Posts: 10,299
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
|
|
|
11-14-2006, 08:09 PM
|
#86 (permalink)
|
Join Date: Jun 2005
Location: Austin, TX
Age: 34
Posts: 4,338
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Awesome. I didn't want to bitch for such a small group of people, but thanks for adjusting those!
__________________
-F- Beatnik
|
|
|
11-15-2006, 05:11 AM
|
#87 (permalink)
|
Join Date: May 2003
Location: Dallas/Ft. Worth area of Texas, USA
Age: 34
Posts: 18,033
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Whiskey, you rock, sir.
|
|
|
11-15-2006, 09:13 AM
|
#88 (permalink)
|
|
OFP Officer
OFP Admin 
Join Date: Oct 2005
Posts: 10,299
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
btw, anyone know what THIS-->  is?? (It's the JointOps icon)
|
|
|
11-15-2006, 01:29 PM
|
#89 (permalink)
|
Join Date: May 2003
Location: Dallas/Ft. Worth area of Texas, USA
Age: 34
Posts: 18,033
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
I have no idea what that is, but it's the windows icon for the game... I think it might be part of a flag from one of the bases in-game?
|
|
|
02-06-2007, 04:36 AM
|
#90 (permalink)
|
|
OFP Officer
OFP Admin 
Join Date: Oct 2005
Posts: 10,299
Tournaments Joined: 0 Tournaments Won: 0
|
Re: Search Results Legend
Created riimote/console icon for Wii forum:
searchresultslegend.v36.user.js
|
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|