2014-03-26, 10:04 PM
Hello,
I'm working on modifying a theme for a new forum, and am having a couple of issues.
The first problem I'm having is one that I have had before on another forum, but the way I fixed it last time isn't working this time.
The issue is that the mycode buttons aren't showing up above the text entry fields on the new post and new reply pages.
Here is a picture of what it looks like currently:
![[Image: attachment.php?attachmentid=7696&stc=1&d=1395623406]](https://camo.mybb.com/a87f39e8a9de036a0b04a1a97ec6f4fa6ddfb504/687474703a2f2f7777772e74686561646d696e7a6f6e652e636f6d2f666f72756d732f6174746163686d656e742e7068703f6174746163686d656e7469643d3736393626616d703b7374633d3126616d703b643d31333935363233343036)
I added this snippet of code, and the small boxes denoting that there are supposed to be images there went away.
Here is what this is supposed to look like on the theme I modified:
http://mods.mybb.com/uploads/previews/37...8506-8.jpg
(I would post it in image tags, but it shows up giant for some reason.)
I know that it is an issue with the jQuery. I looked at the Google Chrome Developer Console, and it told me that the jQuery isn't defined. I can't figure out how to define it though. Here is a link if you want to take a look at the code: http://forumcrossing.com (Theme isn't completely finished being modified yet.) If someone could tell me what code I need to add, and where to add it, that would be wonderful!
---
The second problem I'm having is a more general problem. I'm trying to add the {$welcome} box from the portal on the index as well. I already have a sidebar setup, but I can't figure out how to get {$welcome} box inside of it. I've tried adding {$welcome} to the sidebar area, but that doesn't do anything. I've also tried putting it inside of a box. Also didn't work. If anyone could give me some guidance on that, it would be most appreciated.
Thanks for your help!
I'm working on modifying a theme for a new forum, and am having a couple of issues.
The first problem I'm having is one that I have had before on another forum, but the way I fixed it last time isn't working this time.
The issue is that the mycode buttons aren't showing up above the text entry fields on the new post and new reply pages.
Here is a picture of what it looks like currently:
I added this snippet of code, and the small boxes denoting that there are supposed to be images there went away.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
Here is what this is supposed to look like on the theme I modified:
http://mods.mybb.com/uploads/previews/37...8506-8.jpg
(I would post it in image tags, but it shows up giant for some reason.)
I know that it is an issue with the jQuery. I looked at the Google Chrome Developer Console, and it told me that the jQuery isn't defined. I can't figure out how to define it though. Here is a link if you want to take a look at the code: http://forumcrossing.com (Theme isn't completely finished being modified yet.) If someone could tell me what code I need to add, and where to add it, that would be wonderful!
---
The second problem I'm having is a more general problem. I'm trying to add the {$welcome} box from the portal on the index as well. I already have a sidebar setup, but I can't figure out how to get {$welcome} box inside of it. I've tried adding {$welcome} to the sidebar area, but that doesn't do anything. I've also tried putting it inside of a box. Also didn't work. If anyone could give me some guidance on that, it would be most appreciated.
Thanks for your help!
