Just as a heads-up:
When I copied the code from Jim's email it didn't quite work, at some point
the longer lines were cut off and put onto the next line, which messed up
the code.

I had to move the third line and the eighth lines up.
To see a copy with correct line brakes, go
here<http://www.wikieducator.org/User:ScottGeoffrey/monobook.js>
.

Thanks Jim for the pointer, we'll see if that changes how I interact with my
user page.
My only current complaint is that the new link has been added alongside the
tabs used to access alternate views of the page and not up by the link to my
userpage. Is there some easy way to change this? I've looked into the code,
but can´t figure it out well enough to decide on what to change.

Thanks again,
Scott

On Tue, Mar 10, 2009 at 2:36 PM, Randy Fisher <[email protected]> wrote:

> Wow - luddite randy here....
>
> now, if there's a screencast of this sometime, I'd be really interested...
>
> <smile>
>
> - Randy
>
>
> On Tue, Mar 10, 2009 at 2:22 PM, Jim Tittsler <[email protected]> wrote:
>
>>
>> On Wed, Mar 11, 2009 at 03:47, valerie <[email protected]> wrote:
>> > On my User page, I have links to all my projects at the top of the
>> > page - newest, most active first. Not very pretty for anyone wanting
>> > to know more about me, but it is a huge help to me. My User page is my
>> > most personal space in WE. I claim this for my personal use.
>>
>> Don't overlook the fact that WikiEducator (and the underlying
>> MediaWiki software) is *extremely* customizeable for your personal
>> preferences.  In particular, WikiEducator is run with user custom
>> JavaScript enabled.  You can add a /User:YourUserNameHere/monobook.js
>> page (presuming you are using the default MonoBook style) that will be
>> available on every page view.
>>
>> So... If you just want a quick link to your list of projects, you
>> could add another tab to the top of each page near the watch/unwatch
>> tab by making your monobook.js look like:
>>
>> function runOnloadHook() {
>>  var watchtab = document.getElementById("ca-watch") ||
>> document.getElementById("ca-unwatch");
>>  if (watchtab) {
>>    var projecttab = document.createElement('li');
>>    projecttab.setAttribute('id', 'jtproject');
>>    projecttab.innerHTML = '<a
>> href="/User:'+wgUserName+'/Projects">Projects</a>';
>>    watchtab.parentNode.insertBefore(projecttab, null);
>>  }
>> }
>>
>> Save that, do a shift-refresh so your browser fetches a fresh copy,
>> and you will have a quick link to a User:YourUserNameHere/Projects
>> page in the tab bar of every page you visit while logged in to
>> WikiEducator.
>>
>>
>>
>
>
> --
> ________________
> Randy Fisher
> * Community Building & Organization Development
> * Change/Transition & Program/Project Support
> * Stakeholder Engagement, Collaboration & Performance
> * eLearning & eCoaching
> * Open Source & Open Education
>
> + 1 604.684.2275
> [email protected]
>
> http://www.wikieducator.org - Member, WikiEducator Community Council
> http://www.wikieducator.org/User:Randyfisher
>
> * Can You Do the Wiki-Wiki? http://www.wikieducator.org/Wiki_Wiki
>
> Skype: wikirandy
>
> "Open Education is a Sustainable & Renewable Resource.
>
> * For faster and greater ROI, please encourage Philanthropists to require
> that any content written under their grants / funding,  be released as free
> and open source content.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "WikiEducator" group.
To visit wikieducator: http://www.wikieducator.org
To visit the discussion forum: http://groups.google.com/group/wikieducator
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to