Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Not sure if this script is just for visuals or not, but I saw rapid implementation so make suggestions. Any way you could implement a feature to display all photos in an album (or a view all photos of John Smith) on one page. The other script they have for this doesnt fully work/disables the ability to enlarge images using Inyoufac3book. Thanks. Sorry if this is not what you were asking for. |
|
|
thx dude :) |
|
|
Hey Praveen-
|
|
|
there seems to be a change in the facebook site which makes the searchbar overstep the sidebar boundary. small fix is changing:
|
|
|
Bookie-
I guess, in reality, this is possible, but its a lot more work than its worth, seeing as how it would entail only a couple lines of code server-side. |
|
|
Any way to get the group members to be listed either in alphabetical order, or by join date ? |
|
|
Also, folks should update to the current version, I changed it, but I dont remember if I posted a 'changelog' anywhere about it... sorry! |
|
|
JC - Have you still been seeing that bug? For me, everything is working as it should, in both scripts.
|
|
|
It doesn't? works fine for me....you dont wanna have both scripts active at once tho, or it wont work |
|
|
Yeah, as Tristan said it would only work if everyone was using GM on facebook. They wouldn't be able to see it because of facebook server. It's similar to the smiley facebook script. Tristan, they have made some recent changes. The banner does not extend to the corner anymore on version 2. Yours is fine. |
|
|
The only thing I could manage is a script that transforms image URLs in the comment into an actual image. The thing is, the majority of folk arent going to be using that GM script, so they would be left with only a URL.
|
|
|
great work guys =) well done! was wondering if anyone would be able to come up with something that allows you to post a photo on a comment in fb ?...just a thought :) |
|
|
I have tried to edit that script before. It doesn't fit well because it colors the entire facebook layout w. one solid color. I prefer to replace what is necessary. The entire page doesn't need to be colored because that dosen't look good on facebook. Facbook css is very detailed. They have a lot to edit i;e the nav, the status, the font for the links, all the hover properties, etc... I have manipulated their script before, but it was simple. Tristan add me on facebook and read my notes. My name is Jeremy Darko and my networks are Tampa, Bay FL and Hillsborough. |
|
|
Jeremy, you might try looking through the older scripts for Facebook, for example:
Good luck! |
|
|
I'll do my best. I will use firebug to help me out w. the CSS. I hope that your script doesn't conflict w. any changes. I'll try to edit your script tonight. Alternatively, I will have to make another rollover. I'll update you when I'm done. |
|
|
Hey Jeremy; if you click "view source" you can see a complete version of the source. Alternatively, you can right click greasemonkey > Manage scripts, then highlight the facebook script and click edit. Then you can make any changes you wish. I believe youll have to add a lot to it to get a uniform color change though, but its definitely doable.
|
|
|
The floating doesn't bother me as far as the profile pic is concerned. I only want a script to add color to facebook. The banner has got to go. Can you post an editable script so that I can customize the color of the new facebook layout. |
|
|
Fixed another bug; Secure pages werent getting their fixes applied. This is fixed now. |
|
|
The screenshot is too big and is ruining my window. maybe shrink it and link it to the full size one? |
|
|
Bugfixes added. Thanks to Alan and TC!
|
|
|
also, in addition to my previous comment... i found a small bug on the pages that say "You must log in to see this page"... this will fix it '.under_login_tour {' +
|
|
|
looks like Alan is right... the bottom padding for #publicity is 4px right now, but should be about 16px. '#publicity {' +
also it seems Facebook fixed their menu dividers, so they no longer need to be hidden. '.menu_divider {' +
|
|
|
I dont think it needs to be increased; I am running an ad-block extension that nukes it, so that is most likely the reason things look funky :) |
|
|
I think the bottom padding on #publicity may now need to be increased.... if that screen capture above is correct |