On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
  Portal work in progress and website upgrade
User Avatar Forum: Announcements and Ask for MyBB help
Posted by: WallBB - 05-16-2020, 10:11 AM - No Replies

1. WallBB server optimized, it has been causing some frequent downtime.
2. Peach Theme Updated.
3. Kindly ignore WallBB portal page, it is work in progress Smile

Print this item

  issue with code tags breaks responsiveness
User Avatar Forum: Theme Support
Posted by: JohnRip3r - 05-13-2020, 02:06 PM - Replies (9)

Code without breaks 

Code:
01001000011001010110110001101100011011110111100101100101011011000110110001101111011101110111010001100101011100110111010001101001011011100110011


Code with Manual breaks 

Code:
0100100001100101011011000110110001101111
0
1111
001011001010110110001101100011011110111
011
101110
100011001010111001101110100011010010110
111001100111

Strange Huh using same code on my board theme breaks

Print this item

  Little SEO tweaks to add Social Tags
User Avatar Forum: Theme Documentation
Posted by: JohnRip3r - 05-13-2020, 01:37 PM - Replies (1)

Thought  of writing this so you can do little tweaks in headerinclude  to make your forum links better for social media.


1. Making changes to theme-color

Code:
<meta name="theme-color" content="#anycolorcode">


Wallbb GoDark uses this color scheme by default #2371a2 you can change color code to any color you desire.if have default layout then stick to default color scheme

2. Adding your board name

Code:
<meta property="og:site_name" content="{$mybb->settings['bbname']}" />

3. Adding meta description

Code:
<meta property="og:description" content="your desired description for you forum. Example football fans forums" />

4. Adding OG images

Code:
<meta property="og:image" content="{$mybb->settings['bburl']}/path/to/picture.jpg" />

5. Changing title of forums

Code:
<meta property="og:title" content="coders hub" />


five simple tweaks to make your forums look better and on social media

Print this item

  Change Side Bars
User Avatar Forum: Theme Support
Posted by: vexzei - 05-03-2020, 09:06 PM - Replies (1)

i want to remove all the side bars and only have a recent posts bar there

i also want to move "online users" to the bottom left of the forum

Print this item

  Welcome Nasyr
User Avatar Forum: Announcements and Ask for MyBB help
Posted by: WallBB - 04-17-2020, 04:39 PM - Replies (1)

Hi all,
I would like to welcome Nasyr from MyBB community.
Nasyr has contributed a lot to MyBB and you can see his work here
https://community.mybb.com/mods.php?acti...&uid=77508

I have lots of appreciation for work done by Nasyr and I welcome him to WallBB. Smile

Regards
WallBB

Print this item

Heart Peach MyBB Theme - Clean and Peace
User Avatar Forum: Announcements and Ask for MyBB help
Posted by: WallBB - 04-15-2020, 02:43 PM - No Replies

Peach MyBB Theme is a theme that is just absolutely lovely and brings peaceful feelings to forums.
Completely responsive and designed for MyBB 1.8x series.

Check information on Peach theme here -
https://wallbb.co.uk/product/peach-mybb-theme/


Consists of three colors and transparent color schemes:-

  • #ea5e51
  • #eb8966
  • #ea9f78

Enjoy the new Peach MyBB Theme Heart
WallBB Designs

Print this item

Thumbs Up Orange MyBB Theme - $11 Only
User Avatar Forum: Offers and Promotions
Posted by: WallBB - 03-31-2020, 03:24 AM - No Replies

Price Drop Alert

Orange Theme is now 15$ 11$

https://wallbb.co.uk/product/orange-mybb-theme/

Print this item

  Styling myalerts header icon on godark ( tutorial )
User Avatar Forum: Theme Documentation
Posted by: JohnRip3r - 03-29-2020, 11:51 PM - Replies (1)

[Image: Zx3hq7i.jpg]

Doesn't look good 

You will have to follow this steps 


MyAlerts Templates » Edit Template: myalerts_headericon

Replace this code 

Code:
<li class="alerts {$newAlertsIndicator}">
    <a href="{$mybb->settings['bburl']}/alerts.php" class="myalerts" onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;ret_link={$myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;">{$lang->myalerts_alerts}
        ({$mybb->user['unreadAlerts']})</a>
</li>

To
Code:
<span class="alerts {$newAlertsIndicator}">
     <a href="{$mybb->settings['bburl']}/alerts.php"
        class="myalerts"
        onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;ret_link={$myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;">
       <i class="fa fa-bell"></i> {$mybb->user['unreadAlerts']}
         </a>
</span>

Booyah you have finally styled that part of header 

[Image: Z4Fq535.jpg]

Icon doesn't stand out well with other icons 

What you can do is add <li> at being of code thanks to wallbb dev it automatically styles the icon 

Code:
<span class="alerts {$newAlertsIndicator}">
     <li> <a href="{$mybb->settings['bburl']}/alerts.php"
        class="myalerts"
        onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;ret_link={$myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;">
       <i class="fa fa-bell"></i> {$mybb->user['unreadAlerts']}
         </a></li>
</span>


[Image: zG6FdAX.jpg]

Now the icon looks better then it used to be

Print this item

  Change Font style?
User Avatar Forum: Theme Support
Posted by: josephine.hansson - 03-26-2020, 09:39 AM - Replies (5)

Is it possible to change the font on the Howdy guest, Create account, Search, Forum Stats, Board Statistics etc? Need something a bit less curvy more straight if possible.


FireFox
Focus
Dell optiplex

Print this item

  Need help with header name and logo
User Avatar Forum: Theme Support
Posted by: josephine.hansson - 03-26-2020, 09:26 AM - Replies (3)

The original ones seems to have disappeared. But the logo I want to put there is not there either. I think (pretty sure in fact) I stuffed up the header template. I have copied and pasted the surrent state of it below. I have the favicon.png and logo.png images in images>focus  and I also have them in just images.





<a name="top" id="top"></a>
<div class="header">
<div class="wrapper">
<div class="logo">
<!-- If you want to use Image based logo, uncomment this              <div class="logo">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
    </div>
<div class="tophead float_right">
{$welcomeblock}
<br/>
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$remote_avatar_notice}
{$modnotice}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
    <div class="announcement_alert">
<div><strong><i class="fas fa-bullhorn float_left" aria-hidden="true" title="Announcement"></i> Welcome to the Deep Politics Forum <a href="{$mybb->settings['bburl']}/index.php" title="Announcement Link"><u></a></strong></div>
</div>
<navigation>

Print this item