jQuery code - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: jQuery code (/thread-170596.html) |
jQuery code - hellokaty - 2015-05-12 Forum: madmachine.icyboards.net Version: 1.8 Hi! At the moment I'm trying to do my first custom skin (yay!). But I have a problem with this couple of codes (in headerinclude): If I delete it, when I send a quick reply, page doesn't refresh and my post doesn't show up unless I manually refresh.If I keep it, mycode buttons don't show up in any editor >.< What should I do? Maybe there's another code that prevents both problems? Thanks in advance! EDIT: I deleted the code above, since it's really not needed. I solved the problem, wasn't even related to jQuery... Something about the changes I've made in the templates. God I'm such a mess Thanks tho! RE: jQuery code - Jack.D - 2015-05-12 Have you removed or edited any of the core jQuery and CSS files required by MyBB? RE: jQuery code - subzr1 - 2015-05-12 im no master in jquery but reading some stuff here on forums you dont need to use the: mybb 1.8 already as jquery includedjust remove it and try it, if it doesnt work try moving some lines of js in the headerinclude up or down it worked for me in past RE: jQuery code - hellokaty - 2015-05-12 (2015-05-12, 06:15 PM)Jack.D Wrote: Have you removed or edited any of the core jQuery and CSS files required by MyBB? I didn't touch any jQuery on purpose but it's quite possible that I deleted something by mistake. As for CSS files, yes. I don't know what do you mean by "core files" though. (2015-05-12, 08:15 PM)subzr1 Wrote: im no master in jquery but reading some stuff here on forums you dont need to use the: I tried, but the same thing happened again :( "- when I send a quick reply, the page doesn't refresh and my message doesn't show up unless I manually refresh. " My bad, the problem was in the postbit templates... Solved! |