MyBB Support

Small little problem! PLS HELP!

Submitted by Brent, , Thread ID: 7968

Thread Closed
Brent
Novice
Level:
0
Reputation:
3
Posts:
26
Likes:
0
Credits:
6
16-07-2015, 05:22 PM
This post was last modified: 17-07-2015, 12:40 PM by Brent
#1
It appears that Jquery's associated popups and effects aren't working on my forum.


IF MY ISSUE IS 100% SOLVED I WILL OFFER A PAYMENT! Smile


Example:
When I choose "Edit Post" the drop down menu that allows me to select "quick edit" or "full edit" does not appear.
I've recently changed from 1.6 > 1.8 so I'm guessing there may just need to be an adjustment in headerinculde or something similar.

Something in here maybe? I don't know what I should change??
Code:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript">

If anyone can help me with this it would be greatly appreciated.
Send me a PM or message me on skype: brentsticles

Bump... Bump... Bump...

RE: Small little problem! PLS HELP!

subzr
urrah
Level:
0
Reputation:
15
Posts:
171
Likes:
9
Credits:
5
19-07-2015, 11:04 AM
This post was last modified: 19-07-2015, 11:06 AM by subzr
#2
post here your headerinclude template

u most probably are using a 1.6 theme
see diferende of a 1.8 js on headerinclude:
Code:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1804"></script>
You need help on mybb???
ill help you.Post on support forums and give a live url for your forum!!

RE: Small little problem! PLS HELP!

ZentaHost
Novice
Level:
0
Reputation:
0
Posts:
32
Likes:
1
Credits:
37
20-07-2015, 03:26 AM
#3
19-07-2015, 11:04 AM
subzr Wrote:
post here your headerinclude template

u most probably are using a 1.6 theme
see diferende of a 1.8 js on headerinclude:
Code:
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1804"></script>


What he said here is true. You may just be using a 1.6 theme while you're running 1.8.

Users browsing this thread: 1 Guest(s)