What's new

News and Announcements

Official News and Announcements from SameTeem staff. All our important news will be here.

Site updated to XenForo 2.1

Hey guys,

The site has been updated to XenForo 2.1, please report any bugs on the site here so they can be investigated and rectified.

We have begun posting the files our servers use to our resources section at https://sameteem.com/resources/ All of these files are used on our game servers, so if you want to get on our servers faster you can get the needed files from here instead of waiting on the game servers to send you the files.

We also now have a new servers page that lists all our public game servers https://sameteem.com/servers/ Anyone is welcome to join any of these servers.

SourceBans has been updated https://sameteem.com/sourcebans/ admins can now log in via Steam and it should load much faster now.

The TeamSpeak channel maker has now been moved to https://sameteem.com/teamspeak/makechannel however the old link will still redirect you, read more about free TeamSpeak channels at https://sameteem.com/threads/automatic-free-private-teamspeak-channels.14586/

You can have a look at all the new features of XenForo 2.1 here :




🤔🤔🤔🤔🤔🤔🤔🤔🤔
 
Last edited:

Small Changes

I am making small forum changes over the next few weeks, this thread will list them for reference.



-Changed CSS hierarchy for styling on BoN Staff/Moderating groups. Moderating is now "4" instead of "900" and BoN Staff is "5". This averts issues with people who have blue portraits also having blue names.
 

Updates!

Considering it's the end of the week I decided to take some time to give you guys some forum upgrades.



First on the list is syntax highlighting:

[pre="python"]

if (x > y):

print("x is greater than y")

x = x -1

else:

print("x is less than or equal to y")

[/pre]



Second is a who has been online recently tab down the bottom.



Also Admins/Moderators of forums have had their user boxes highlighted to provide faster recognition of an official answer.



Code:
[pre="language"]

... your code goes here ...

[/pre]



If you want to select specific line inside your code, please do this:



[pre="language;box:4"]

... your code goes here ...

[/pre]



For multiple lines selection:



[pre="language;box:9-14"]

... your code goes here ...

[/pre]



Multiple separate lines selection:



[pre="language;box:4,9-14"]

... your code goes here ...

[/pre]
 
Top