MyBB Community Forums

Full Version: Problem with images & BB Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Sup guys. 

Never had this problem before but i've finished the design and everything of my forum, the images for things like 'post reply' etc do not show... I have no idea how to fix it.

Also, I'm having a problem with BB Code. Instead of it showing as a bar it shows as clickable text which makes the actual textbox vanish.

Any idea guys?

Any help would be appreciated, thank you in advance.
What's your forum URL?
Your whole jscripts is missing. If you are using 1.8 download the most recent release and upload the jscripts folder to the root of your MyBB installation.
(2015-02-19, 01:28 AM)Ben C Wrote: [ -> ]Your whole jscripts is missing. If you are using 1.8 download the most recent release and upload the jscripts folder to the root of your MyBB installation.

I checked and it looks like it's there? D:
Are all of the files in there?

Your site shows this:

http://gyazo.com/e85e2c096f18f6219ae5d955d1872f21
1.6 theme see headerinclude

<script type="text/javascript" src="http://columbinetalk.host-ed.me/forum/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://columbinetalk.host-ed.me/forum/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://columbinetalk.host-ed.me/forum/jscripts/popup_menu.js?ver=1400"></script>
I deleted the whole folder and then uploaded a fresh and still the same.

I swapped back to the default theme and everything works. So I'm assuming it's the custom theme I'm using?
Remove:

<script type="text/javascript" src="http://columbinetalk.host-ed.me/forum/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="http://columbinetalk.host-ed.me/forum/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="http://columbinetalk.host-ed.me/forum/jscripts/popup_menu.js?ver=1400"></script>

From your headerinclude template.
If he is using a 1.6 theme then quite a lot needs to be done. There will be issues with reports,reputation, inline moderation, postbit delete, edit....the list goes on.

Better off getting a 1.8 theme or start with MyBB default as the base.
Pages: 1 2