Community Central
Community Central
Forums: Index Support Requests "Read the Chat Rules" Text?
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 4261 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.


I'm wondering how to put words near the chat..? Sorry, I don't know how to word it. I've seen lots of Wikis where the Chat sidebar on the side of pages says "Read the chat rules, etc.". How would I do that on my Wiki?

- User:Richie Cordelia

If you're referring to the text in the right Chat box where it says "Community Central" here, it was most likely done with JavaScript.
If you want to change it for your wiki, you will have to edit the MediaWiki:Wikia.js page which requires admin rights. If you are an admin, you can place the following code onto the page:
$(document).ready(function() {
    $('p.chat-name').html('Read the Chat rules<a href="FullURLToPageHere">here</a>.');
});
Replace where it says FullURLToPageHere with the full URL of the page with the chat rules.
--Destruction Matter (talk) 21:59, August 17, 2012 (UTC)