MyBB Community Forums

Full Version: Blue Lust
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
(2011-08-03, 10:42 PM)morpia Wrote: [ -> ]
(2011-08-03, 10:39 PM)lucasbytegenius Wrote: [ -> ]
(2011-08-03, 10:23 PM)morpia Wrote: [ -> ]I tried using this plugin as well, http://mods.mybb.com/view/pl9-forum-icons.

It installed and activated fine and I followed the installation instructions correctly, however, the actual forum icon image does not appear.

When I switched back to the default theme, it DID appear. Therefore, the problem exists in this theme. =\
Therefore, go get support for the plugin in the appropriate place. I never got that plugin to work either.

It's not the plugin. I tried the plugin and it works fine with the default theme, but not Blue Lust.
In addition, the rich text editor does not appear when creating a new thread, reply, etc.
Probably because the plugin was designed with the default theme in mind, a lot are.
lucasbytegenius is right. The theme is different from the default, thus why the plugin isn't able to find a very specific bit of code and modify it for the plugin to work. The editor not showing up, however, is Jason's fault. It's a conflict between jQuery and the MyBB JavaScript files which you can easily fix.
Unless you're using CloudFlare, then you need to disable RocketLoader and clear the cache.
I'm not being unsupportive and you guys need me to update this every 10 seconds. Its kind of hard to update your themes when you are busy with clients and your job all week. If you guys are so smart and you know how to fix all the bugs and you are too lazy to wait then do it your damn self. You were given hands for a reason. So stop whining to me because the update is finished and it will be released once I reopen synthd in a few days.
Why'd you post this thread in the first place if you knew you were releasing a half-assed theme?
(2011-08-04, 06:41 PM)Jason L. Wrote: [ -> ]I'm not being unsupportive and you guys need me to update this every 10 seconds. Its kind of hard to update your themes when you are busy with clients and your job all week. If you guys are so smart and you know how to fix all the bugs and you are too lazy to wait then do it your damn self. You were given hands for a reason. So stop whining to me because the update is finished and it will be released once I reopen synthd in a few days.

Great way to represent Dynaxel.
(2011-08-04, 09:13 PM)morpia Wrote: [ -> ]
(2011-08-04, 06:41 PM)Jason L. Wrote: [ -> ]I'm not being unsupportive and you guys need me to update this every 10 seconds. Its kind of hard to update your themes when you are busy with clients and your job all week. If you guys are so smart and you know how to fix all the bugs and you are too lazy to wait then do it your damn self. You were given hands for a reason. So stop whining to me because the update is finished and it will be released once I reopen synthd in a few days.

Great way to represent Dynaxel.

And what is that supposed to mean?
my forum got an error after install this theme Sad
when i want to post a new reply.. the form is not complete Sad
the smiley is cropped ... and i can't click [Get More]
the last.. MyShoutbox plugin didn't work on this theme..

thanks
(2011-08-06, 02:33 PM)tukangbolos Wrote: [ -> ]my forum got an error after install this theme Sad
when i want to post a new reply.. the form is not complete Sad
the smiley is cropped ... and i can't click [Get More]
the last.. MyShoutbox plugin didn't work on this theme..

thanks

Go to: Home » Template Sets » Blue Lust Templates » headerinclude
Original
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> 
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>

Delete
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> 
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>

and edit
<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>

Actually, you shouldn't delete jQuery. It is used by the theme for some fancy effects. Instead:

1. Go to Admin CP > Templates & Style > Templates > Blue Lust Templates > Ungrouped Templates > headerinclude.

2. Find:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> 
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>

3. Replace with:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14