Go back
Link to the Sports Forum is missing

Link to the Sports Forum is missing

Help

Vote Up
Vote Down

From the quick menus at the upper bar. Is it just me (with the RHP subsite, at least)?

Vote Up
Vote Down

1 edit
Vote Up
Vote Down

Originally posted by Palynka
From the quick menus at the upper bar. Is it just me (with the RHP subsite, at least)?
If using FF and ouroboros' greasemonkey scripts, you need to add

var sportsLink = '/board/threadlist.php?forumid=259';
where the variables are initialised.

and

addMenuItem('forumsMenu', 'Developers', sportsLink, 'Sports'😉;
where the rest of the addMenuItems are called.

D

2 edits
Vote Up
Vote Down

Originally posted by Palynka
From the quick menus at the upper bar. Is it just me (with the RHP subsite, at least)?
Same here [theimmortalgame] - it was ok yesterday.
That's WITH FireFox and the greasemonkey scripts. [not edited as mentioned yet]

Vote Up
Vote Down

Originally posted by Ragnorak
If using FF and ouroboros' greasemonkey scripts, you need to add

[b]var sportsLink = '/board/threadlist.php?forumid=259';

where the variables are initialised.

and

addMenuItem('forumsMenu', 'Developers', sportsLink, 'Sports'😉;
where the rest of the addMenuItems are called.

D[/b]
I was just warning because I don't think it was deliberate to hide it. It doesn't make sense to hide it, at least.

Vote Up
Vote Down

Originally posted by Palynka
I don't think it was deliberate to hide it. It doesn't make sense to hide it, at least.
Probably not, although having said that, a link to Developers has been omitted for ever.

D

Vote Up
Vote Down

Originally posted by Ragnorak
Probably not, although having said that, a link to Developers has been omitted for ever.

D
From where? I get it both in the quick menu and on the forum page. Or is this part of one of ouroboros' scripts?

Vote Up
Vote Down

Originally posted by Nordlys
From where? I get it both in the quick menu and on the forum page. Or is this part of one of ouroboros' scripts?
Ouroboros fixed it. Its in RHP Additions.

D

Vote Up
Vote Down

It's working fine now. Thanks!