![]() |
My changes on MyBB - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: My changes on MyBB (/thread-86373.html) |
My changes on MyBB - x-f - 2011-01-16 Hello, i did some changes on our installation. Maybe someone is interested. Quote:Remove <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><img...><!-- End task image code --> and replace it with a cronjob with wget (urlcron). Quote:Load CSS in front of JS. CSS build the page, in mean time JS can load. Quote:Combined prototype.js general.js popup-menu.js (i my case thx.js and shoutbox.js). One compressed file is less traffic and requests and more speed. Quote:Remove ?ver=1600 because some older browser not able to cache files with ?….. If a update happen -> Change the Name of the File Quote:Compress CSS (MyBB has a great tool for editing css) -> less traffic more speed. Quote:Active theards -> Add full a-tag title to links for mouseoverI think i forget some changes, if i remember i will add it. Problems left: -> & in Posts not & Edit 2 -> Maybe use CSS sprites and not 20 files ,) -> Search for a username with autcomplete -> if i have to user abcd and abckj and i want abckj -> if i write abcd will be selected and i have abcdkj -> Active threads dont use mod rewirte html urls -> 2 urls 1 site. -> if i use html url make 301 redirect if it not a html url -> Combine js automatically -> Post Icon with withe background -> Postbar for title by default is blue, looks bad Edit 1 -> Switch from table to container ->Dropdown in breadcrumb menu has page as GET param, in normal forum list it is in html url regards x-f PS: In FF is your RSS broken http://community.mybb.com/syndication.php Edit1: -> Change withe background from Icons. Before: After: SQL:
Files: ![]() Don`t forget to update in cache-manager Edit2: Problem in some Posts with & no replace to & class.phraser.php Line 206 + $message = str_replace("&","&",str_replace("&","&",$message)); RE: My changes on MyBB - TheGodFather - 2011-01-17 thanks for the suggestions. RE: My changes on MyBB - Yaldaram - 2011-01-17 Thanks for posting ![]() |