Community Central
Community Central
Forums: Index Support Requests Adding front page portals..
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 85 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.


does anyone know where i can find out how to create a portal like the pages on this site?

http://deusex.wikia.com/wiki/Deus_Ex_Wiki

http://backyardmonsters.wikia.com/wiki/Backyard_Monsters_Wiki

i cant think of how its done :o —This unsigned comment is by Vanit2010 (talkcontribs) . Please sign your posts with ~~~~!

All you have to do is add a picture of the page your linking it too (optional but makes it look more interesting) then give a link on the bottom. TheBen10Mazter (Talk -Blog -Contribs) 15:19, July 21, 2011 (UTC)
I believe he's talking about the dynamic part (when you click it changes). That is done through some custom Javascript. You will need the code from c:backyardmonsters:MediaWiki:Common.js and put it in your own Common.js. Then you need to alter your portal. I haven't looked into it myself yet, so I can't help you with that. I know you need code from both c:backyardmonsters:Backyard_Monsters_Wiki and c:backyardmonsters:Template:Portal/Component/Slider though. - Tjcool007 (Talk) 15:26, July 21, 2011 (UTC)
Yeah its hard to figure it all out haha—This unsigned comment is by Vanit2010 (talkcontribs) . Please sign your posts with ~~~~!
You will also need to define the custom ids and classes used by that template code with CSS in MediaWiki:Common.css. TK999 15:35, July 21, 2011 (UTC)
(edit conflict)

And Wikia.css if you don't import Common.css in that one. - Tjcool007 (Talk) 15:39, July 21, 2011 (UTC)

Both the wikis above also load the JQuery UI script library JS from w:c:dragonage:MediaWiki:Jquery-ui.min.js as part of the Portal slider JS. It's rather complicated unless you are comfortable copying templates and their dependencies and editing them to do what you want. -- Fandyllic (talk · contr) 21 Jul 2011 8:37 AM Pacific
okay all :D thanks for the help ill see if i can do this with all the info giving ill keep you updated.. :D —This unsigned comment is by Vanit2010 (talkcontribs) . Please sign your posts with ~~~~!
seems its working so far. only problem is the twitter part.. no idea how that is done. Just got to change some things on it now :) —This unsigned comment is by Vanit2010 (talkcontribs) . Please sign your posts with ~~~~!

(Reset indent) The Twitter widget is added through Verbatim tags. Place the raw HTML code for the twitter widget on MediaWiki:TwitterWidget, then you can embed it with <verbatim>TwitterWidget</verbatim>. You can basically embed any kind of HTML with the verbatim tags. - Tjcool007 (Talk) 16:59, July 21, 2011 (UTC)

wow.. thats cool.. Does that mean theres one for facebook too? —This unsigned comment is by Vanit2010 (talkcontribs) . Please sign your posts with ~~~~!
Yes, wikia used to have on the main page ([1]), the code is still on MediaWiki:FacebookWidget, but you'll probably want to change the account name etc. - Tjcool007 (Talk) 17:07, July 21, 2011 (UTC)
okay :) Thanks all for the help :) Only problem i have now is i cant find the JQuery-ui.min.js from the Deus site. Dont think they have one —This unsigned comment is by Vanit2010 (wallcontribs). Please sign your comments by adding "~~~~" in the source editor.
Solved now thank you :) —This unsigned comment is by Vanit2010 (wallcontribs). Please sign your comments by adding "~~~~" in the source editor.