Ultra-MGoBoard 3.0

Submitted by BlockM on

After the new changes to the board I had to make some adjustments to the Ultra-MGoBoard code. Things are back up and running for the new commenting style, so check it out at https://chrome.google.com/webstore/detail/plgbhpppodkjceilgjeepcjbjdamknld or if you lose track of this post, the link is always in my signature.

Another new addition is the "Highlight User" button that appears under the "Hide User" button I implemented last time I updated. This will cause all posts by that user to be shown in yellow with blue text just like your own personal posts are now. To remove highlighting you'll have to go to the extension's options page and delete the user from the list.

You can still highlight with custom colors if you go to the options page and choose them manually.

As always, let me know if you have any suggestions.

JeepinBen

April 28th, 2011 at 2:29 PM ^

I had version 2.0.2 installed, and when I clicked your link it just took me to that page and says "installed"

I had to delete the previous extension, then your link took me to 3.0

Love the extension, thanks for the update!

Salinger

April 28th, 2011 at 3:29 PM ^

if there is a reason why I can't see the newly added vote up/down box that was at the bottom of all posts?  For some reason, I seem to have lost that function.  I am using Chrome, not IE.

erik_t

April 28th, 2011 at 4:17 PM ^

I was generally sans internet for a number of days - any sort of previous post regarding feature set etc? Other than a general /. feel I don't know what is going on.

bluebyyou

April 28th, 2011 at 4:46 PM ^

I thought I knew my way around computers, but maybe not so much.

I installed the app but where in heavens name do all of the options show up?

Sorry, but thank you in advance for your help.

BlockM

April 28th, 2011 at 4:52 PM ^

If you're in chrome on OS X, on the Window menu go to Extensions, this will open up a tab with all of your installed extensions. Ultra-MGoBoard will show up with an options link, clicking that will bring up a tab w/ options on it.

On PC I'm assuming there's a Window menu, but I don't have a PC to check it out on right now.

Will Vereene

April 29th, 2011 at 9:44 AM ^

Chrome                       PC                         Mac                 Safari

    v                                v                            v                      v

Mac + Safari make a nicer couple.

mjv

May 20th, 2011 at 12:22 PM ^

It there a method to make the page better fill the screen?  I remember using some script and a plug-in in Firefox that allowed for the blue alleys on either side of the content to be smaller and the content to be wider.   can this be accomplished in Chrome?  

OMG Shirtless

May 20th, 2011 at 12:26 PM ^

Here's a version of the code:

 

#banner, #container, #headercontainer, #header-region-container, #footer-region-container, #suckerfish-container {
width: 1300px !important ;}
 
#page-right, #round-right {width: 1299px !important;}
#page-left, #round-right {width:1299px !important;}
#sidebar-left {width 380px !important;}
 
#sidebar-right {width: 210px !important;}
#sidebar-outside {width: 0px !important;}
#inside-content { width: 1299px !important; } body { font-family : Liberation Sans, sans-serif !important; font-size : 16px !important; } .indented{ margin-left:50px !important; } .title{ font-family : Georgia, serif !important; font-size : 20px !important; } 
 
#mainContent {width: 900px !important;padding-left: 0px !important;
padding-right: 0px !important;}
#round-container {width: 1300px !important;}