ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

User avatar
dokidoki
c0d3 m0nk3y
Joined: Tue Dec 19, 2000 7:42 pm
Status: BLEEP BLOOP!
Location: doki doki space
Contact:
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by dokidoki » Mon Dec 14, 2015 11:27 am

Stick this into a Tampermonkey script to see avatars on the left side.

// ==UserScript==
// @name AMV Profile Left
// @namespace http://tampermonkey.net/
// @version 0.1
// @match http://www.animemusicvideos.org/forum/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';

$('.postprofile').css('float','left');
Image Image Image
"Comedy is a dying breed." -- kisanzi // "Comedy. Serious business." -- dokidoki

User avatar
Radical_Yue
Joined: Fri Feb 04, 2005 8:45 pm
Status: The flamer with heart of gold~<3
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by Radical_Yue » Mon Dec 14, 2015 6:36 pm

dokidoki wrote:Stick this into a Tampermonkey script to see avatars on the left side.

// ==UserScript==
// @name AMV Profile Left
// @namespace http://tampermonkey.net/
// @version 0.1
// @match http://www.animemusicvideos.org/forum/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';

$('.postprofile').css('float','left');

Youda best! |:> |:> |:> |:> |:> |:> |:> |:>

User avatar
Niotex
The Phantom Canine
Joined: Sun Jun 08, 2003 1:54 pm
Status: Simply Insane
Location: Netherlands
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by Niotex » Tue Dec 15, 2015 12:13 am

Baw no FF love Tim?
Image

User avatar
dokidoki
c0d3 m0nk3y
Joined: Tue Dec 19, 2000 7:42 pm
Status: BLEEP BLOOP!
Location: doki doki space
Contact:
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by dokidoki » Tue Dec 15, 2015 10:01 am

Put the same thing in a Greasemonkey script. :shrug:
The forum seems to be doing a replace on one of my lines... remove the space between /s:

// @match http:/ /www.animemusicvideos.org/forum/*
Image Image Image
"Comedy is a dying breed." -- kisanzi // "Comedy. Serious business." -- dokidoki

User avatar
irriadin
BUBBLES!
Joined: Tue Jun 07, 2005 11:59 pm
Status: I fight for my friends
Location: Los Angeles, California
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by irriadin » Tue Dec 15, 2015 4:04 pm

It's a pretty dumb UX decision on phpbb's part to make avatars appear on the right. I mean, maybe if we were a Japanese language board where people are accustomed to RTL reading, but yea. Were any other forum software packages considered in place of phpbb, or are we more or less tied to this forever?

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by Scintilla » Tue Dec 15, 2015 7:08 pm

I don't get why this Tampermonkey script (with @match *) will run for, say, http://www.electoral-vote.com but not for this forum...?

/me admittedly knows nothing about browser extensions.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
irriadin
BUBBLES!
Joined: Tue Jun 07, 2005 11:59 pm
Status: I fight for my friends
Location: Los Angeles, California
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by irriadin » Tue Dec 15, 2015 7:30 pm

I've heard that people have been having issues with the Greasemonkey script. If you're having difficulty with that, try using Stylish instead:
  1. Install Stylish for Firefox or Stylish for Chrome
  2. Click the Stylish icon and "write a style."
  3. CHROME USERS: Enter the following rule for animemusicvideos.org:

    Code: Select all

    .postprofile {
      float: left;
      border-width: 0px!important;
    }
    
    FIREFOX USERS: Enter the following rule for animemusicvideos.org:

    Code: Select all

    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document domain("animemusicvideos.org") {
    .postprofile {
      float: left;
      border-width: 0px!important;
    }
    }
  4. Name it, save it, done!

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by Scintilla » Tue Dec 15, 2015 8:10 pm

This one worked on the first try, thanks Irriadin!
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Rider4Z
The Machine
Joined: Sun Dec 14, 2003 3:55 am
Status: Larger than life.
Contact:
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by Rider4Z » Tue Dec 15, 2015 9:57 pm

I'm giving the new design a whirl. I like change. It keeps me on my toes.

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Re: ALERT: Site Down for Maintenance on 12/13/15 2AM EST (COMPLETED)

Post by BasharOfTheAges » Thu Jan 07, 2016 4:06 pm

Any way to get thread author to display on mobile?
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

Locked

Return to “Site Announcements”