MyBB Community Forums

Full Version: Servers board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good day, I uploaded the files from upload to my webserver (correct files and folders, not my first plugin-install), now when I go to "plugins", the Servers board plugin says: "This plugin is incompatible with MyBB 1.8.10"

Can anyone help me with a workaround that error?
Servers Board isn't appearing on custom theme.

http://airborne-delta.com/
Is there a way to hide the server IP ?
Edit your template

Remove from serverboard_row

<td class="{$altbg}" align="center"><span class="smalltext">{$data['gq_ip']}</span></td>

Remove from serverboard

<td class="tcat" align="center"><span class="smalltext"><center><strong>{$lang->ip}</strong></span></td>

And change in serverboard

<td class="thead{$collapsedthead['serversboard']}" colspan="8">

To

<td class="thead{$collapsedthead['serversboard']}" colspan="7">
And change in serverboard_summation

<td class="trow1" align="center" colspan="8">

To

<td class="trow1" align="center" colspan="7">
Thanks Burnacid Smile
(2014-02-16, 04:44 PM)Supryk Wrote: [ -> ]HI


Description:
Show information about games online servers on index page and details about servers on subpage.
list of supported games
        "arma3" => "Arma 3", 
		"bf3" => "Battlefield 3", 
		"bf4" => "Battlefield 4", 
		"cod4" => "Call of Duty 4",
		"cs16" => "Counter-Strike 1.6", 
		"cscz" => "Counter-Strike Condition Zero", 
		"css" => "Counter-Strike Source", 
		"csgo" => "Counter-Strike Global Offensive", 
		"dayz" => "DayZ", 
		"dayzmod" => "DayZ Mod", 
		"gmod" => "Garry's Mod", 
		"l4d" => "Left 4 Dead", 
		"l4d2" => "Left 4 Dead 2", 
		"minecraft" => "MineCraft",
		"mta" => "Multi Theft Auto", 
		"mumble" => "Mumble",
		"samp" => "San Andreas Multi Player", 
		"rust" => "Rust", 
		"terraria" => "Terraria", 
		"tf2" => "Team Fortress 2", 
		"tfc" => "Team Fortress Classic", 
		"teamspeak3" => "TeamSpeak 3", 
		"ventrilo" => "Ventrilo",
		"wet" => "Wolfenstein Enemy Territory",
Plugin is in the package two languages Polish/Englis (English is not good. Can someone improve)

live demo polish-zone.pl/index.php

Download on Mods MyBB: http://community.mybb.com/mods.php?action=view&pid=117

Bro I have put this plugins but it comes This plugin is incompatible with MyBB 1.8.12 
Bro what Can I Do 

Can Anyone help me I have put Server board plugins in Mybb Forum I have put all files
But I can't install that plugins its comes "This Plugins is incompatible with mybb 1.8.12"
PlZ Help Me _/\_

Can Anyone help me I have put Server board plugins in Mybb Forum I have put all files 
But I can't install that plugins its comes "This Plugins is incompatible with mybb 1.8.12" 
PlZ Help Me _/\_
This get 100 times asked in this thread....
Maybe it helps if you read just the answare JUST onyl 4 posts above you? Maybe?

Asked here:
https://community.mybb.com/thread-151141...pid1269943

Answared here:
https://community.mybb.com/thread-151141...pid1269947

Looking here:
https://community.mybb.com/thread-158487...pid1098761
(2017-04-07, 11:34 AM)Riotline Wrote: [ -> ]Servers Board isn't appearing on custom theme.

http://airborne-delta.com/

did ou check in index template for the plugin variable???
{$serversboard_index}

or is the variable already there??
This is really interesting.