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
(2015-11-18, 05:13 AM)DriftingSteps Wrote: [ -> ]Hey there.
I like your theme, has almost everything that I'm looking for.

But why is everything bold? Almost all sections has an extra <strong> tag enveloping the sections, making everything bold, as you can see here - http://i.imgur.com/YVC3qpW.png
I tried editing the 'postbit template', but it has no sign of <strong> tag, except for in the username.
Additionally, the board stats has unnecessary anchor links that lead to a member's profile, which is really abnormal. See this -
http://i.imgur.com/SOiszNl.png

How do I remove this? It's messing up with the text styling in the threads and I would very much love to get right of the unnecessary <strong> tags.

It's not this theme issue!

I think that there is something wrong with your "Username Style"s (AdminCP -> Users & Groups -> Groups -> select a group -> Username Style).
hello i want to deaktivate the wrapper mode in mobile version. how to do?

and is it possible to have the topic and last post only in the mobile version?
hi all, in header_welcomeblock_guest line 3 -> <img src="images/defaultavatar.png" alt="Guest" class="avatar" />
but in mybb's images folder the file as default_avatar.png

is that en error? do i have to fix it?

it seems the issue is fixed in all.js

why u don't fix the filename into the template?

$(document).ready(function()
{
$(".expcolimage .expander").each(function()
{
if($(this).data('src'))
{
$(this).addClass($(this).data('src').replace('.png', ''));
}
});

$('.avatar').error(function()
{
$(this).unbind("error").attr('src', 'images/MyBBPro/default_avatar.png');
});
And the write modus is like desktop, how to change to mobile?
I replaced the navbar with bootstraps navbar. i took the old navigation bar option out of the template. there is no more top bars. it was horrible specially on mobile devices.

The I am using now from bootstrap website works perfect on all devices.

I will have to say some of this theme is poorly coded and is not mostly mobile friendly. it uses bootstrap but not to its full extent. which is horrible.

Bootstrap can do allot of things when its learned properly.

maybe if the author of this theme is ok with my redesign i may release it. but that will depend on how i feel as well and also if the author of the theme is cool with that.

(2015-11-27, 10:14 AM)fdb Wrote: [ -> ]hi all, in header_welcomeblock_guest line 3 -> <img src="images/defaultavatar.png" alt="Guest" class="avatar" />
but in mybb's images folder the file as default_avatar.png

is that en error? do i have to fix it?

it seems  the issue is fixed in all.js

why u don't fix the filename into the template?

$(document).ready(function()
{
$(".expcolimage .expander").each(function()
{
if($(this).data('src'))
{
$(this).addClass($(this).data('src').replace('.png', ''));
}
});

$('.avatar').error(function()
{
$(this).unbind("error").attr('src', 'images/MyBBPro/default_avatar.png');
});

you could just take the line for the image and paste it into the actual guestblock section. it will fix that as well as any seo issues.

I removed the main navbar on my site tho. as i figured it would look better.

bootstrap is a wonderful framework. its just needs to be learned and used properly to get the fullness of it.

Hey there.
I like your theme, has almost everything that I'm looking for.

But why is everything bold? Almost all sections has an extra <strong> tag enveloping the sections, making everything bold, as you can see here - http://i.imgur.com/YVC3qpW.png
I tried editing the 'postbit template', but it has no sign of <strong> tag, except for in the username.
Additionally, the board stats has unnecessary anchor links that lead to a member's profile, which is really abnormal. See this -
http://i.imgur.com/SOiszNl.png

How do I remove this? It's messing up with the text styling in the threads and I would very much love to get right of the unnecessary <strong> tags.

------

it has to be your site. as it does not show any of that with mine. i would check ur username styles first. that is the usual cause.

you can see what i did to my site in the attachment

Man, why did you try the vbulletin admin panel style for the user control panel and modcp and private messages. Thats bad coding standards and style. its a killer for mobile devices.

as I stated you use bootstrap but don't even use it the way it was built for.
Hello,

I've seen that on mobile with resolutions under 1024 (ie 480 x 800) we have the undesidered padding on right.

I already tried to add this code:


@media(min-width:768px)
{
.forumbit-row {
padding-right: 260px;
}
}

in global.css but it doesn't solve.
Can somebody tell me how to prevent to show this margin only on low resolutions?

Thank you
Does this theme work for the latest version?
(2016-01-04, 09:51 PM)Stormyy Wrote: [ -> ]Does this theme work for the latest version?

yes it works, I'm using here: forum.freezone.it
hi sir
i want show number of thread and replies for each forum on the index page
in the yellow section of this picture
http://dzbac.net/up/uploads/dzbac-com-ne...235821.png

also sir how can i edit forumbit_depth2_forum to show icons ! when i update to 1.8 and i enabled my icon plugin , icons dont appear , i try to add the code manualty to template but it look so bad
can you help me to add it ?

there is another problem sir Smile
the message when it shown on the index : there is no title of the pm , its show the number of the pm , and the link dont work , id of pm is remplaced with the url of the forum
(2016-01-07, 10:25 PM)www.dzbac.com Wrote: [ -> ]hi sir
i want show number of thread and replies for each forum on the index page
in the yellow section of this picture
http://dzbac.net/up/uploads/dzbac-com-ne...235821.png
change forumbit_depth2_forum template to this code:
<div class="forumbit-row">
  <td class="{$bgcolor}"><img src="{$theme['imgdir']}/{$lightbulb['folder']}1.png" style="position:absolute;right:10px"  alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
  <div class="forumbit-content">
    <strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>    
<span class="{$bgcolor}" style="white-space: nowrap; font-family: B Yekan; width: 168px; float: left; position: absolute; left: 260px; height: 80px; bottom: -1px; text-align: center;">Posts : {$threads}{$unapproved['unapproved_threads']}<br/> Threads : {$posts}{$unapproved['unapproved_posts']}</span>  

  <div class="forumbit-lastpost hidden-xs">{$lastpost}</div>
</div>
the code copied from http://my-bb.ir/Thread-آموزش-زیبا-سازی-ت...لب-MyBBPro

(2016-01-07, 10:25 PM)www.dzbac.com Wrote: [ -> ]also sir how can i edit forumbit_depth2_forum to show icons ! when i update to 1.8 and i enabled my icon plugin , icons dont appear , i try to add the code manualty to template but it look so bad
can you help me to add it ?
in forumbit_depth2_forum template, find:
 <span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span>
Replace:
  <span class="forum_status ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}">{$PLUGIN_VARIABLE}</span>
{$PLUGIN_VARIABLE} is the forum icon plugin variable.
(2016-01-07, 10:25 PM)www.dzbac.com Wrote: [ -> ]there is another problem sir Smile
the message when it shown on the index : there is no title of the pm , its show the number of the pm , and the link dont work , id of pm is remplaced with the url of the forum
I don't understand what you said... :-\
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20