I have a suggestion (or request) to add a menu item on the main page.
On the main page, http://www.radioreference.com, on the left side, under "Menu," I would like to suggest that "User CP" (User Control Panel - http://mail.radioreference.com/forums/usercp.php - also called "Forums Profile") be added to the links. I am not sure under what category this would be, but I think "General" would be most appropriate.
As it is now, to get to the User CP from the main page, you first have to click the "Forums" link and then click "User CP" link to get to the User Control Panel.
I ask this because normally, the first place I want to go to after going to the main page is to the User CP. Maybe not everyone does this, but it gives me the information I want, such as who has responded to the forum threads I am following, any new Private Messages, etc.
Of course, this is only possible if you have your computer set to automatically log you into RR, as I do; else you would have to first log in before you could access any RR user links requiring membership login.
Respectfully submitted.
For information only, I think the HTML code to be added to make this possible would be:
Edit: Added: * or possibly with a "?" at the end of the usercp.php string, e.g. "usercp.php?" - I'm not sure.
On the main page, http://www.radioreference.com, on the left side, under "Menu," I would like to suggest that "User CP" (User Control Panel - http://mail.radioreference.com/forums/usercp.php - also called "Forums Profile") be added to the links. I am not sure under what category this would be, but I think "General" would be most appropriate.
As it is now, to get to the User CP from the main page, you first have to click the "Forums" link and then click "User CP" link to get to the User Control Panel.
I ask this because normally, the first place I want to go to after going to the main page is to the User CP. Maybe not everyone does this, but it gives me the information I want, such as who has responded to the forum threads I am following, any new Private Messages, etc.
Of course, this is only possible if you have your computer set to automatically log you into RR, as I do; else you would have to first log in before you could access any RR user links requiring membership login.
Respectfully submitted.
For information only, I think the HTML code to be added to make this possible would be:
HTML:
<TR onMouseOver="this.style.background='#C0C0C0'" onMouseOut="this.style.background='#ffffff'" style="cursor:pointer;cursor:hand" onclick="window.location.href='usercp.php'"><TD><img src=images/oarrow.gif BORDER=0> <a href="usercp.php">UserCP</a></TD></TR>
Last edited: