On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
  My SQL Error
User Avatar Forum: Theme Support
Posted by: candlejacked - 06-23-2020, 08:26 AM - Replies (7)

Hello. I have purchased Focus Responsive as a theme for my forum. I am trying to install the recent threads plugin that was specifically specified to be used in the comments of the tutorial. After uploading the files to my root directory, I tried to install and active the plugin and I get a MySQL error: "SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybbqc_settinggroups' at line 1 Query: SELECT COUNT(*) as rows FROM mybbqc_settinggroups."

This prevents me from accessing my forums admin cp until I have to re-open the entire admin cp. I don't know if this is a compatibility issue or if the plugin suggested is no longer something I need to use. I have tried using other recent thread plugins, but I cannot figure out how to get them to show up where it needs to.

I'm using the latest firefox browser. I'm using a windows 10 PC. MyBB Version 1.8.22, PHP Version 7.2.31, SQL Engine MySQLi 10.3.23.

I have also reported the issue on mybb community forum because I'm not sure what kind of issue this is just yet. Is there any way for me to use a different recent thread plugin and still get the desired results?

Print this item

  All MyBB Themes at WallBB Updated with improvements and Fixes
User Avatar Forum: Announcements and Ask for MyBB help
Posted by: WallBB - 05-21-2020, 12:18 PM - Replies (3)

All MyBB Themes at WallBB Updated with improvements and Fixes

You can download them from your account
https://wallbb.co.uk/my-account/downloads/


Regards
WallBB

Print this item

  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