Welcome to Tactical Gamer

+ Reply to Thread
Page 6 of 11 FirstFirst 1234567891011 LastLast
Results 76 to 90 of 158
Discussion: General Forums / Hardware & Software Discussion - Search Results Legend - Well, I don't know what I screwed up... I reverted back to the script posted
  1. #76

    CingularDuality's Avatar

    Join Date
    May 2003
    Location
    Dallas/Ft. Worth area of Texas, USA
    Age
    37
    Posts
    18,761

    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:


  2.  
  3. #77

    WhiskeySix's Avatar

    Join Date
    Oct 2005
    Posts
    13,482
    Blog Entries
    1

    Re: Search Results Legend

    Quote Originally Posted by CingularDuality View Post
    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.

    |TG-12th|WhiskeySix

  4.  
  5. #78

    Beatnik's Avatar

    Join Date
    Jun 2005
    Location
    Austin, TX
    Age
    36
    Posts
    4,432

    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.
    Beatnik

  6.  

     
  7. #79

    CingularDuality's Avatar

    Join Date
    May 2003
    Location
    Dallas/Ft. Worth area of Texas, USA
    Age
    37
    Posts
    18,761

    Re: Search Results Legend

    Quote Originally Posted by WhiskeySix View Post


    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!

  8.  
  9. #80

    Wyzcrak's Avatar

    Join Date
    May 2003
    Location
    Memphis, TN
    Posts
    14,267

    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.

  10.  
  11. #81

    CingularDuality's Avatar

    Join Date
    May 2003
    Location
    Dallas/Ft. Worth area of Texas, USA
    Age
    37
    Posts
    18,761

    Re: Search Results Legend

    Quote Originally Posted by WhiskeySix View Post


    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.

  12.  

     
  13. #82

    WhiskeySix's Avatar

    Join Date
    Oct 2005
    Posts
    13,482
    Blog Entries
    1

    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

    |TG-12th|WhiskeySix

  14.  
  15. #83

    WhiskeySix's Avatar

    Join Date
    Oct 2005
    Posts
    13,482
    Blog Entries
    1

    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

    |TG-12th|WhiskeySix

  16.  
  17. #84

    Pokerface's Avatar

    Join Date
    May 2003
    Location
    MD, USA
    Age
    33
    Posts
    5,914

    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);
        			}	
        		//---------------------------------------

    NS Game Officer. TF2 Admin. BF2 Admin / Scripter. PM with issues.
    Tempus: Pokerface is nailing it right on the head. Everyone who is arguing against him is simply arguing against reality.
    <anmuzi> it is not permitted to have privacy or anonymity
    <LazyEye> yeah when I play on TG the server digs though my trash

    Arm yourself with knowledge: TG NS TF2 BF2

  18.  

     
  19. #85

    WhiskeySix's Avatar

    Join Date
    Oct 2005
    Posts
    13,482
    Blog Entries
    1

    Re: Search Results Legend

    wierd... ok.. all set:

    searchresultslegend.v35.user.js

    |TG-12th|WhiskeySix

  20.  
  21. #86

    Beatnik's Avatar

    Join Date
    Jun 2005
    Location
    Austin, TX
    Age
    36
    Posts
    4,432

    Re: Search Results Legend

    Awesome. I didn't want to bitch for such a small group of people, but thanks for adjusting those!
    Beatnik

  22.  
  23. #87

    CingularDuality's Avatar

    Join Date
    May 2003
    Location
    Dallas/Ft. Worth area of Texas, USA
    Age
    37
    Posts
    18,761

    Re: Search Results Legend

    Whiskey, you rock, sir.

  24.  

     
  25. #88

    WhiskeySix's Avatar

    Join Date
    Oct 2005
    Posts
    13,482
    Blog Entries
    1

    Re: Search Results Legend

    btw, anyone know what THIS--> is?? (It's the JointOps icon)

    |TG-12th|WhiskeySix

  26.  
  27. #89

    CingularDuality's Avatar

    Join Date
    May 2003
    Location
    Dallas/Ft. Worth area of Texas, USA
    Age
    37
    Posts
    18,761

    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?

  28.  
  29. #90

    WhiskeySix's Avatar

    Join Date
    Oct 2005
    Posts
    13,482
    Blog Entries
    1

    Re: Search Results Legend

    Created riimote/console icon for Wii forum:


    searchresultslegend.v36.user.js

    |TG-12th|WhiskeySix

  30.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top