Community Central
Community Central
Forums: Index Community Central Forum "Added by" on photos
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4811 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


Hello!

I am brand new to Wikia and am just learning, so I apologize if this is a dumb question.

I want to add some images to my Wikia, but the "Added by StirFryKitty" under the photo doesn't stay aligned with the photo really well. I would really like to get rid of the "Added by" portion, but I haven't figured out how to do that.

The Wikia I'm working on is this one: http://stacking.wikia.com/wiki/Stacking_Wiki

All help is appreciated!

StirFryKitty

You can't remove it from individual photos, but you can remove it wiki-wide or only in your view. See Forum:"Added by...".  Monchoman45  Talk  Contribs  Skystone  18:28,2/12/2011 
Thanks for the info. Here's the second dumb questions. How do I find my MediaWiki:Wikia.css page? --StirFryKitty
That's the page title - you can search MediaWiki:Wikia.css and it'll take you right to it.  Monchoman45  Talk  Contribs  Skystone  18:41,2/12/2011 
Or w:c:stacking:MediaWiki:Wikia.css. -- Fandyllic (talk · contr) 12 Feb 2011 11:34 AM Pacific
Actually it is possible to remove from individual pictures. You just need some slightly different code in your css:
.nocredit .picture-attribution { 
    display:none; 
}
If you do it like this, you can wrap <span class="nocredit"> ... <span> around the images to hide the "Added by" line on. - Tjcool007 (Talk / Contribs) 09:25, February 16, 2011 (UTC)