![]() |
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
Latest comment: 26 December 2014 by Penguin-Pal in topic Hi again
i was doing debugging, and forgot to shut the logging off. sorry --refractor 17:08, 3 June 2014 (UTC)
- looks like I need to do some logging and testing of my own. grumble, grumble. --refractor 10:24, 4 June 2014 (UTC)
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)
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:
- Replace the current function
$news.fn.create
with the function that appears here. - 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) + "%)");