| View previous topic :: View next topic |
| Author |
Message |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Sat Oct 11, 2008 11:26 pm Post subject: GLB Favorites and Forum toolbar Combo |
|
|
this is a mix of SNAITF's forum favs and Serenity's Forum toolbar with some mods.
Favorites for any GLB page with forum drop down box.
ok so this is what I have done. I have changed this code to incorporate the forum favorites and serenity's forum drop down box. You now can add most any page to your "Favorites" Let me know if you have issues.
Again not all of this is my code it is an incorporation/ modification of code.
http://userscripts.org/scripts/show/34682
|
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Sun Oct 12, 2008 5:42 pm Post subject: |
|
|
Modified again to now make forum fav buttons in the toolbar and have editable titles.
Click to see full size image |
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Tue Oct 21, 2008 7:56 pm Post subject: |
|
|
Updated now to add external links and sorting. to access the addition of external links press CTRL + M
to Sort the favorite links press CTRL + SHIFT + M
let me know if you have any issues.
http://userscripts.org/scripts/show/34682 |
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Wed Oct 22, 2008 7:51 am Post subject: |
|
|
updated to use Y instead of M due to conflicts with other apps
so external links are CTRL + Y
sorting is now CTRL + SHIFT + Y |
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Wed Oct 22, 2008 8:10 am Post subject: |
|
|
updated to now allow for showing of favs only. Also updated to allow for deleting of favs from sort window. If no favs are established will show forums until a fav is added regardless of settings.
var showforum = 0;
will display only favs
var showforum = 1;
will display favs and forums |
|
| Back to top |
|
 |
robelder
Joined: 15 Jul 2008 Posts: 45
|
Posted: Wed Oct 22, 2008 9:17 am Post subject: |
|
|
Ok, I got the control-y and control-shift-y to work, the only issue I have found is that you cannot add a link outside of the website. I would like to add GLB radio and maybe other things in the future.
Also, aesthetically I recommend all of the text to be unbolded and possibly putting in divisions between the major sections of the forum like recruiting/general/private forums/team forums.
Thanks for all you have done. This is transforming into a way cool script and keeps getting better and better. |
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Wed Oct 22, 2008 9:22 am Post subject: |
|
|
| ok so for external links you should be able to hit CTRL + Y then it will prompt you for a website put in http://www.glbradio.com or whatever the website is then it will prompt for a title put in glb radio or whatever you desire the title to show as. |
|
| Back to top |
|
 |
robelder
Joined: 15 Jul 2008 Posts: 45
|
Posted: Wed Oct 22, 2008 10:14 am Post subject: |
|
|
Yeah it does that, but it does not save to my list. I recently turned off the Main Forum and I'm only showing favorites. The popup menus seem to do be working but once saved, the link does not display in the list. It only does it on pages linking outside of GLB. I does work on random pages inside the site.
A couple of bugs I see:
- The size of the control-shift-Y box needs to be able to resized as you stretch the size of the window.
- Also on the same screen the down button doesn't display properly
- And when an item is moved to the bottom of the list it becomes undefined and no longer works.
I figured out how to change the font to be unbolded which I think looks pretty nice, but one more suggestion on this and I'll be good is just being able to add and move up and down a divider to separate what you personally deem as categories. It isn't a big deal but would be nice.
Still not sure about why the saving links aren't working for me though. |
|
| Back to top |
|
 |
robelder
Joined: 15 Jul 2008 Posts: 45
|
Posted: Wed Oct 22, 2008 10:30 am Post subject: |
|
|
| Ok, I got the outside links to appear which makes no sense why it started working. I tried various test and got it to apear on the edit list page at the bottom but was still invisible on the actual drop down menu. Then I moved it higher up the list and it started appearing and all the subsequent ones appear now as well. I sound like a loon, but that is what happened. The other bugs are still happening. |
|
| Back to top |
|
 |
ddcunderground Developer

Joined: 25 Jun 2008 Posts: 205
|
Posted: Wed Oct 22, 2008 11:59 am Post subject: |
|
|
yeah not really sure about the links I would suggest if you tried using it before my last update try adding the lines
GM_setValue("favoriteAddresses", "");
GM_setValue("favoriteTitles", "");
at the bottom right before it calls get forum
*****THIS WILL ERASE ALL OF YOUR FAVS****
reload the page make sure you have the latest script. I was seeing a similar issue on one of my earlier versions.
After you refresh the page the go back into the script and take out those 2 lines then add your favs again. I have made a recent change. so redownloading the script should resolve this issue after you erase the favs.
|
|
| Back to top |
|
 |
|