more wikis
 
[LordTBT]

LordTBT 491 edits since October 13, 2005

491

Wikia - creating communities

Contents

[edit] The Daily Edit delivery

The Daily Edit

Volume 1, Issue 1 May 2007 About The Daily Edit

News and notes In the news
Features and admins Technology report
ComTeam interview Featured Wikia Design

Archives | Newsroom | Tip Line | Free delivery! | Your Wiki | Credits | Subscribe by email RSS Shortcut : WC:EDIT

You are receiving this delivery because you are subscribed to it. If you have received this by mistake, please remove your user name from the list. --Leonbot | talk 20:07, 25 May 2007 (UTC)

[edit] The Daily Edit delivery

The Daily Edit

Volume 1, Issue 2 June 2007 About The Daily Edit

In the news Features and admins
Technology report User on User

Archives | Newsroom | Tip Line | Free delivery! | Your Wiki | Credits | Subscribe by email RSS
Shortcut : WC:EDIT


You are receiving this delivery because you are subscribed to it. If you have received this by mistake, please remove your user name from the list. --Leonbot | talk 22:05, 29 June 2007 (UTC)

[edit] The Daily Edit delivery

The Daily Edit

Volume 1, Issue 3 July 2007 About The Daily Edit

News and notes In the news
Features and admins User on User Technology report
Founder interview Featured Wikia Design

Archives | Newsroom | Tip Line | Free delivery! | Your Wiki | Credits | Subscribe by email RSS
Shortcut : WC:EDIT

You are receiving this delivery because you are subscribed to it. If you have received this by mistake, please remove your user name from the list. --Leonbot | talk 20:04, 31 July 2007 (UTC)

[edit] Re: Quicktime

Ok. Note that you must delete the last line (which says "Autoload") because is what the previous one does. The addOnloadHook will execute the function when the entire page is loaded, The last line doesn't and if the page is not loaded yet it could not find the elements to parse. In addition, I noticed a space is missing between WIDTH="{width} AND "HEIGHT="{height}" in my code, and also in your code. Maybe the autoplay could be disabled setting AUTOPLAY="false" in the two locations of the code where is placed.

You can insert an image or whatever you want inside the div. Just preserve a link to the movie If there were more than one link, the first one will be used as the movie src, and you can hide it if you want, placing it inside a <span style="display:none;">. All inside the div will get replaced by the movie when get loaded. It may be useful for browsers without JavaScript or without the plug-in. Also, you can replace {width} and {height} in the code to avoid showing the square div until the movie loads.

I just got inspired. Enjoy it ;) --Ciencia Al Poder (talk) -WikiDex 18:27, 2 December 2007 (UTC)

I have no idea why it overlaps some lines on the bottom :( And... I updated the code to be more standards-compliant. The embed tag doesn't exists on XHTML. And you must delete the bottom line parseQTMovies(); you have in your code, because it makes the script to attempt to execute it twice. If you copy the actual code you won't need to modify it to work (except for the overlap issue which I can't figure out what's the problem). If you know about JavaScript you can take a look to [1] to try other implementation. --Ciencia Al Poder (talk) -WikiDex 20:15, 3 December 2007 (UTC)

[edit] Re: JS Advice

Hi,

Could you give me an example of usage (in your wiki, or just a wiki code inside a <pre> tag)? I'll take a look, but I can't do it now because I'm very busy. You'd need to wait until weekend. Sorry --Ciencia Al Poder (talk) -WikiDex 20:27, 25 February 2009 (UTC)

I've done it. User:Ciencia Al Poder/Embed DocStoc.js It works same as the QuickTime embed I've done before, but usingthe syntax you provided, with a little fix: as before, inside the div must be a link (not only the [_ds_286641]). I recommend you to search the doc and click the "embed" link they provide in their page, and then use the "full screen link" as the link. And add as a parameter to that link the mem_id. Oh, and if the doc overlaps content at the bottom, then you need to specify a higher height in the div, because it seems like the height is ignored by the flash plug-in. If you need more help, ping me. --Ciencia Al Poder (talk) -WikiDex 18:29, 28 February 2009 (UTC)

[edit] Re: JS Advice again

Your code is incomplete. It's missing function definitions (such as what's CavalryLogger). It seems a complex application. Have you tried to ask wikia first if they could do/install an extension for that, as they did with other requests? --Ciencia Al Poder (talk) -WikiDex 19:24, September 17, 2009 (UTC)

[edit] Re: JS Advice again

Your code is incomplete. It's missing function definitions (such as what's CavalryLogger). It seems a complex application. Have you tried to ask wikia first if they could do/install an extension for that, as they did with other requests? --Ciencia Al Poder (talk) -WikiDex 19:26, September 17, 2009 (UTC)

[edit] myhome tabs

by default the tabs use .color1 coloring, and the selected one gets an additional .selected class too. as for the text, remember that the text in the tabs isnt text, but links, so you need to apply color: styles using a 2nd rule, like .color1 a { color:foo } --Uberfuzzy@Wikia 11:51, September 23, 2009 (UTC)

[edit] fBox widget

Use this code instead. The other code now won't work since the changes in JS framework used by Wikia,

http://wikia.pastebin.com/f6e038da0

But the widget isn't wide enough to show the contents properly. --Ciencia Al Poder (talk) -WikiDex 09:53, November 15, 2009 (UTC)

Ok, then use this code instead: http://wikia.pastebin.com/f485bb26
You'll need to put a <div id="redwallfbox"></div> in a page to see it. The width and height of the iframe are hardcoded in the JS code, so if you want to change them, you'll need to change it in the JS code and that would affect all places where the iframe is used. --Ciencia Al Poder (talk) -WikiDex 10:18, November 15, 2009 (UTC)