MyBB Community Forums

Full Version: MyBBPro
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 15 16 17 18 19 20
some icons and characters are appearing as ? and chinese symbols. how can this be resolved?
Do you have a screenshot?
(2014-12-13, 07:16 PM)DroidVengeance Wrote: [ -> ]Do you have a screenshot?

why do all top menu items have this magnifying glass as images? see attachment below
(2014-12-13, 11:49 PM)Hovatek Wrote: [ -> ]
(2014-12-13, 07:16 PM)DroidVengeance Wrote: [ -> ]Do you have a screenshot?

why do all top menu items have this magnifying glass as images? see attachment below

Is this the MyBBPro Theme?
(2014-12-13, 11:51 PM)DroidVengeance Wrote: [ -> ]Is this the MyBBPro Theme?

yeah
Looks like a great theme to use for my site. kik sexting
Clicking on the avatar at the top when logged in using operamini has no effect. in facts, its not clickable. the href tweak worked for the right menu but not the left avatar menu. any work around?
(2014-12-14, 12:54 AM)Hovatek Wrote: [ -> ]
(2014-12-13, 11:51 PM)DroidVengeance Wrote: [ -> ]Is this the MyBBPro Theme?

yeah
but your sceenshot is different... :-\
can you import MyBBPro and test it again?
I love the theme.

I noticed today that when I try to use the checkbox for moderation, it isn't working. IE when I click on "move thread" it says I didn't select anything.

Jquery conflict, I was stupid and put the no conflict code for the nivo slider between <head> tags instead of under the slider <div> OOPS!

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script type="text/javascript" src="/inc/3rdparty/nivo/jquery.nivo.slider.js"></script>

 <script type="text/javascript">
 jQuery.noConflict();
 jQuery(document).ready(function($){

$(window).load(function() {
        $('#slider').nivoSlider();
    });

 });
 </script>
(2014-12-14, 10:21 AM)Hovatek Wrote: [ -> ]Clicking on the avatar at the top when logged in using operamini has no effect. in facts, its not clickable. the href tweak worked for the right menu but not the left avatar menu. any work around?

i've been able to fix this. all you need to do is place this code at the top of the header_welcomeblock_member template

<style type="text/css">
.mH {color:#000000; cursor:pointer;}
 </style>

then replace the user greeting line with

 <span class=mH onclick=toggleMenu('menu1')>  Hi, {$mybb->user['username']} ▼</span>  
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20