Free voice thread.. say anything you want.

Discussion in 'Site Help and Suggestions' started by ASSEMbler, May 5, 2006.

  1. GaijinPunch

    GaijinPunch Lemon Party Organizer and Promoter

    Joined:
    Mar 14, 2004
    Messages:
    10,978
    Likes Received:
    32
    It has been talked about and bitched about since the change happened. I have no clue why anyone would change it now and not months ago as it is about a 30 second fix (just edit the css sheet), but hey, what do I know.
     
  2. n-y-n

    n-y-n Guest

    New colours look okay, jus too bad the icons (well okay SOME of them) have white background too, and the border of this fancy text input widget-thingie is still standard gray too :)

    All in all it looks good, just takes getting used to
     
  3. Mr. Casual

    Mr. Casual Champion of the Forum

    Joined:
    Jul 6, 2004
    Messages:
    5,493
    Likes Received:
    4
    I just recently figured out how to make my own custom theme in Firefox, so everything's all good here. I forced the browser to show everything I visit with a black background and white text, btw.

    Funny thing happened to Firefox for me the other day though. I close a window on some flash painting program, my computer instantly restarts and FireFox has erased all my bookmarks and add-ons when it is back on. I was not a happy camper. The fact that 2.0 won't work for some themes, sucks, too. (I prefer BlackJapan because its minimal and I love the icons.)
     
  4. dickibow

    dickibow Intrepid Member

    Joined:
    Feb 25, 2005
    Messages:
    622
    Likes Received:
    0
    I think we should start a new Ebay thread - it is over 50 pages and nearly at 1000 posts......
     
  5. Mark30001

    Mark30001 Guest

    Is it possible for only moderators to see partially-deleted posts/threads? I tend to delete and repost a lot at times to prevent doubleposting (ex: My 'WTB: Sonic Adventure proto' thread).
     
  6. Barc0de

    Barc0de gigalo mascarading as a simple gamer

    Joined:
    Oct 29, 2005
    Messages:
    11,225
    Likes Received:
    9
    is it possible to get a picture of Yakumo breaking a SEGA saturn? (A cold day in hell if ever!)
     
  7. retro

    retro Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    10,332
    Likes Received:
    311
    Mark30001: Use the edit button.... and edit your original post! Personally I do so by making the edit at the end, and clearly define this with....

    *EDIT*

    Ahh, I forgot to say something!

    ;-)

    Barc0de, perhaps he won't break one deliberately per se, but he does tend to arse around with paint jobs and trying to put the guts of different systems in them ;-) hehehe

    Talking of which........

    There seems to be a lot of talk on modding consoles, repairs etc. How about a forum for mods and such techy stuff?
     
  8. Barc0de

    Barc0de gigalo mascarading as a simple gamer

    Joined:
    Oct 29, 2005
    Messages:
    11,225
    Likes Received:
    9
    I m not sure if a forum on mods would be an ideal thing, mostly due to the stigma attached to the word mod. We wouldn't want joe public, in search of installing his new mod chip to play pirates, to barge in here with high hopes. We ve got enough legal greys as it is!

    Now if we named it "The Enhancements and Improvements" forum, it would sound more classy and less associated with piracy in my view (and ears :p )
     
    Last edited: Feb 15, 2007
  9. Mark30001

    Mark30001 Guest

    Yeah I know it exists, but heck, take a look at the RULES forum section:
    http://www.assemblergames.com/forums/forumdisplay.php?f=41
     
  10. Alchy

    Alchy Illustrious Member

    Joined:
    Apr 6, 2004
    Messages:
    6,250
    Likes Received:
    17
    Someone sort out the underlining links issue. PLEASE.
     
  11. Mark30001

    Mark30001 Guest

    All one needs to do is open the 'black' CSS template file and change this:

    Code:
    a:link
    {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:visited
    {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:hover, a:active
    {
        color: #FFFFFF;
        text-decoration: underline;
    }
    to

    Code:
    a:link
    {
        color: #FFFFFF;
        text-decoration: underline;
    }
    a:visited
    {
        color: #FFFFFF;
        text-decoration: underline;
    }
    a:hover, a:active
    {
        color: #FFFFFF;
        text-decoration: underline;
    }
    
    And open both the 'hazylazyblue' & 'hazylazyblue100%' CSS template files and change this:

    Code:
    a:link
    {
        color: #000000;
        text-decoration: none;
    }
    a:visited
    {
        color: #000000;
        text-decoration: none;
    }
    a:hover, a:active
    {
        color: #0000FF;
        text-decoration: underline;
    
    to

    Code:
    a:link
    {
        color: #000000;
        text-decoration: underline;
    }
    a:visited
    {
        color: #000000;
        text-decoration: underline;
    }
    a:hover, a:active
    {
        color: #0000FF;
        text-decoration: underline;
    
     
  12. retro

    retro Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    10,332
    Likes Received:
    311
    What underlining links issue? STANDARD forum behaviour is for links to be underlined WHEN HOVERED OVER.

    If you want your links to show differently, post them in underline tags, e.g.

    (u)(url=www.assemblergames.com)a link(/url)(/u)

    Obviously, use square brackets!

    With common sense, you can show where links are in your thread anyway. I want you to see a website. click here.
     
  13. retro

    retro Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    10,332
    Likes Received:
    311
    Different issue (they were removed by mods for being spam). And that unsightly look is exactly why we should use edit instead of deleting our posts - to stop the forums filling up like that!
     
  14. mairsil

    mairsil Officer at Arms

    Joined:
    Apr 20, 2005
    Messages:
    3,370
    Likes Received:
    55
    That varies from board software to board software. The issue is more that it is not standard web design and can make it difficult to spot links, especially if you are looking back through posts when you think you remember seeing a link to something.
     
  15. Alchy

    Alchy Illustrious Member

    Joined:
    Apr 6, 2004
    Messages:
    6,250
    Likes Received:
    17
    I don't mean to be rude, but that's complete nonsense. Standard forum behaviour is for links to be underlined. Standard website behaviour is to identify the link in some way - be it by making link text bold, underlined, or a different colour (typically blue). This forum doesn't do any of these and it's a pain. It's also a 3-second fix, as Mark has demonstrated.

    C'mon Assem! Make it happen.
     
  16. Paulo

    Paulo PoeticHalo

    Joined:
    Mar 13, 2004
    Messages:
    5,418
    Likes Received:
    6
    What you can see deleted posts? I thought only moderators could...
     
  17. Mark30001

    Mark30001 Guest

    Nope, lol. We've been seeing them since the forums were upgraded. It's most likely a 'permissions' option in the vBulletin admin panel.
     
    Last edited by a moderator: Feb 24, 2007
  18. Taemos

    Taemos Officer at Arms

    Joined:
    Mar 14, 2004
    Messages:
    3,047
    Likes Received:
    7
    I have PM'ed Dot50Cal with a more personal message. However, he suggested I post here, so I will.

    I am not at all pleased with his posting or moderating. Many of his posts seem arrogant and egotistical, and apparently others have felt the same.

    This is not just based on the recently closed "Weed...Now Smokeless" thread, although it is an interesting example. While I do not agree with Tachikoma's post, he had the decency to leave the thread open. Dot50Cal chimed in with the next post. Saying things like "this thread is going places" and locking it when there was no conflict says a lot about the type of moderator he is.

    I respect moderators and the work they do when it is done in a respectful manner. However, this was clearly a case of "I don't like what this thread is saying and I am going to close it," without giving anyone a chance for a calm rebuttal. Closing threads when there is a conflict is understandable and respectable. Closing threads when something is said that you do not agree with is an abuse of power.

    I have spoken with other people (including a few former members) that agree, however I will not state their names here. If they want, they will let their opinions be known.
     
    Last edited: Mar 3, 2007
  19. Dot50Cal

    Dot50Cal Moderator

    Joined:
    Sep 1, 2005
    Messages:
    1,697
    Likes Received:
    1
    As tachi already said this topic was discussed on the Legalize It thread and that ended on a rather sour note. Being a fellow moderator who agreed that this topic was not going to good places I went ahead and locked it as a precaution.

    The thread was already degenerating into a pro drug vs anti drug skirmish which we've already had on this board. I'm sure you know no good comes from these topics, just like political chat. Everyone has their own viewpoints and noones going to budge on them.

    Anyway since your calling my moderation into question we almost never get to use it. 99% of the time its spent deleting spam or informing people who make sale threads of the rules. Very rarely do we ever have to close a topic such as this so I dont know why you would call into question my moderating history.
     
  20. Mark30001

    Mark30001 Guest

Share This Page