Information regarding the Club Penguin Wiki Network

The Club Penguin Wiki Network was abandoned by its tech staff. These are recreations of the original sites. Your original CPWN account will not work here. Any issues, please contact Sky.

User talk:Juca

From Club Penguin Archives
Revision as of 16:23, 26 December 2014 by imported>Penguin-Pal

Latest comment: 26 December 2014 by Penguin-Pal in topic Hi again
Jump to navigation Jump to search

i was doing debugging, and forgot to shut the logging off. sorry --refractor 17:08, 3 June 2014 (UTC)Reply

looks like I need to do some logging and testing of my own. grumble, grumble. --refractor 10:24, 4 June 2014 (UTC)Reply

RE:Upload from current Club Penguin Times issue

Hi Juca,
Thank you for the message. It seems like the server no longer responds to the script, so i'll update the code today.
Penguin-Pal (talk) 13:10, 30 November 2014 (UTC)Reply

Hi again

Hi Juca,
I apologize for the delay again. Thanks again for updating me about the template. Try these 2 changes- i believe it should work well afterwards:

  1. Replace the current function $news.fn.create with the function that appears here.
  2. Where it says:
    console.info(obj.props, Object.keys(obj.props).length, obj.filesArr.length);
    

    Add a new line after that peice of code, and paste in it:

    $("#newsupload-progress").val(String(String(obj.filesArr.length) - Object.keys(obj.props).length) + " / " + String(obj.filesArr.length)).css("background", "linear-gradient(to right, #dfd " + String((1 - Object.keys(obj.props).length / obj.filesArr.length) * 100) + "%, #ddd " + String((1 - Object.keys(obj.props).length / obj.filesArr.length) * 100) + "%)");
    

Penguin-Pal (talk) 16:23, 26 December 2014 (UTC)Reply