Some people have been complaining about the photo galleries in the tribes now showing up on the front pages. Whether you don't like the photos or just don't like the the album concept itself, you can hide that content yourself using user stylesheets. If you want to hide the photos, follow the directions below:
First, follow the instructions here to find out how to create a user stylesheet:
www.squarefree.com/userstyl...eets.html
and add the following css to it:
/* tribe photo album hack */
div.module_body td a img{
display:none !important;
}
#mugshot div.photo a img{
display:inline !important;
}
This'll hide the photos for the photo album. Great for using just at work, and your home machine will still show the album just fine.
First, follow the instructions here to find out how to create a user stylesheet:
www.squarefree.com/userstyl...eets.html
and add the following css to it:
/* tribe photo album hack */
div.module_body td a img{
display:none !important;
}
#mugshot div.photo a img{
display:inline !important;
}
This'll hide the photos for the photo album. Great for using just at work, and your home machine will still show the album just fine.
-
ah, 'tis a thing o' beauty!
I note that the "find your profile" link is outdated, but should point here: www.mozilla.org/support/firefox/edit
The Profile Folder
Before the configuration files are presented, you should know how to find your "profile folder", as it is commonly called. The profile folder is where Firefox saves all your settings and refers to a location on your hard drive.
On Windows XP/2000, the path is usually %AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\, where xxxxxxxx is a random string of 3 characters. Just browse to C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\ and the rest should be obvious.
On Windows 95/98/Me, the path is usually C:\WINDOWS\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\
On Linux, the path is usually ~/.mozilla/firefox/xxxxxxxx.default/
On Mac OS X, the path is usually ~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/
Firefox is capable of handling more than one user and thus, more than one profile. The path examples above refers to the default profile that is automatically created when you start Firefox for the first time. You can manage any number of profiles by using the Profile Manager.
%AppData% is a shorthand for the Application Data path on Windows 2000/XP. To use it, click Start > Run..., enter %AppData% and press Enter. You will be taken to the "real" folder, which is normally C:\Documents and Settings\[User Name]\Application Data. -
-
ah, righty o! i should email that guy and tell him to update that link.
-
-
I don't know if I should be pointing this out, but if you ad
td.them{
display:none !important;
}
to your style sheet, following the above directions, there are no more ads..... -
-
firefox's URI ID extension just made this a hell of a lot more useful, for tribe and any other site:
extensionroom.mozdev.org/more-info/uriid -
-
wow, so with this latest update, tribe has added a lot of new IDs, and the best part is that in many places there are now IDs on the <body> tags, like "pcard" in profiles and "tribecard" in tribes, for example. This means you can use a user stylesheet to do even more specific targeting of page elements now, sure to specific not only to tribe.net, but to different sections of tribe. This is great!
-
-
-
-