Skip to main content
Robert at ID-Tasker
Legend
April 9, 2009
Question

How to make posts wider - solved :)

  • April 9, 2009
  • 3 replies
  • 1860 views

hi

below is contents of GreaseMonkey http://www.greasespot.net/ script which will hide sidebar - ACTIONS and MORE LIKE THIS - and make posts wider

// ==UserScript==
// @8967549          Make Posts on forums.adobe.com Wider
// @description   (c) www.adobescripts.com
// @include       *forums.adobe.com*
// ==/UserScript==

var tabDoc = content.document;

tabDoc.getElementById('jive-body-sidebarcol-container').style.width = 0;
tabDoc.getElementById('jive-body-maincol').style.width = '95%';

    This topic has been closed for replies.

    3 replies

    SuperMacGuy
    Known Participant
    April 10, 2009

    Hrm. Would be nice if there was a fix for Safari. Or a way to make a pref on the forum to just do this.

    April 10, 2009

    I think it's wonderful that you guys are all coming up with these fixes, but the point of most of our complaints is that you shouldn't *have* to come up with hacks!

    Why can't Adobe/Jive just get it right on their own??

    Inspiring
    April 10, 2009

    Coming up with scripts or style sheets which work with a specific browser is great.  I applaud your efforts.

    However, what is really needed is for the Jive Wizards to come up with a solution which works for everyone.

    April 9, 2009

    D'oh! Phos beat me to it.

    Interesting to see someone else's solution though. Totally different stylesheet variables we're tweaking!

    Phos_four_dots
    Inspiring
    April 9, 2009

    Heya, Robert...  Keep up the good work, on behalf of those of us who are as dense as lead when it comes to coding that stuff.  You may want to visit the thread linked just below. Another member—Eric @ MCA— has knocked up a few things that make visits here a little nicer. He has a sidebar eradicator script as well, and his includes a link at the top of the column which will Show/Hide the right hand sidebar at will.  http://forums.adobe.com/thread/415447?tstart=0