![]() |
New page code for header and footer - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: New page code for header and footer (/thread-136408.html) |
New page code for header and footer - vEconomy - 2013-03-20 I have a html/js file that i want to add header and footer to. How can I do this directly to the file? Not using the template method. RE: New page code for header and footer - Jambuster - 2013-03-20 Add what header and footer ? RE: New page code for header and footer - vEconomy - 2013-03-20 My forum header and footer. I have a page that I can't add to templates because it is over the max character limit. It is 87k characters and I can't do the template method to add a new page. So I need to add just my header and footer of my forum to this page. It is currently html/JS but I can use a online convert to convert to PHP. RE: New page code for header and footer - Jambuster - 2013-03-20 Send me the file. Attach it here if its not important. RE: New page code for header and footer - vEconomy - 2013-03-20 Actually someone named Jessie helped me. But I still have some that need work. Jam buster I will PM you the pastebin of all the code. RE: New page code for header and footer - Jambuster - 2013-03-20 He helped you with what ? No point in sending me code if I dunno what he has already helped you with. RE: New page code for header and footer - vEconomy - 2013-03-20 Well basically I can take all the JS out of the code I just sent you and then I can link to the JS. But it still has 85k characters of HTML and the max is 65k in the templates. I tried looking into changing the mysql template to longtext but i coulnd't find out how. So basically i just need to add mybb header and footer to that code i sent you. |