Login to ZARP
Username: Password: Remember me

TOPIC: [Forum Guide] Changing the forums for your liking!

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601247

DEADMONSTOR wrote:
el une spodermun wrote:
Why has this not been pinned?

It is up to the moderators not me!

If anything is needed I will try and do it :D

Give me 1b SSRP cash and we can talk
  • AceInsidious
  • AceInsidious's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Gold Badge
  • Memed
  • Posts: 7996
  • Thanks received: 3661
  • Karma: 394
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601444

AceInsidious wrote:
DEADMONSTOR wrote:
el une spodermun wrote:
Why has this not been pinned?

It is up to the moderators not me!

If anything is needed I will try and do it :D

Give me 1b SSRP cash and we can talk

I can give you one buck of SSRP cash xd
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3800
  • Karma: 80
...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601460

Changed up your default code a little bit.

Made it easier to edit a few things, such as site background.
Added cycle feature for Who's Playing, with ability to easily add/remove servers + interval timer.

and also made it simple for people to create buttons for replies with 1 line.

Enjoy

Warning: Spoiler! [ Click to expand ]



Also thx for the chrome extension, comes in useful :)
  • Anon_Gaming
  • Anon_Gaming's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • #BritishCrumpet
  • Posts: 1320
  • Thanks received: 580
  • Karma: 0
Last Edit: 6 years 10 months ago by Anon_Gaming.
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601496

i think im in love

  • RubyTheSlump
  • RubyTheSlump's Avatar
  • Offline
  • Banned
  • ZARP VIP
  • Posts: 799
  • Thanks received: 212
  • Karma: -8


SIX BODIES DROPPED & NO BODY WENT TO HEAVEN

steamcommunity.com/id/saltswitch
Value: 1258€
Games owned: 127
Games played: 83 (65%)
Hours on record: 4,167.5h [/list
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601500

FTPxPlague wrote:
i think im in love


Your welcome!
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3800
  • Karma: 80
...
Login or register to post a reply.
The following user(s) said Thank You: RubyTheSlump

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601503

Chromium, Json ? or Html, both doesn't work.
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601506

Deadmonster....
Thank you so much.

  • _Lewis
  • _Lewis's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • Scotland
  • Posts: 2404
  • Thanks received: 1074
  • Karma: 57
Ex-Bhop Head Administrator
Ex-Surf Super Administrator
Last Edit: 6 years 10 months ago by _Lewis.
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601508

Lewis1 wrote:
Deadmonster....
Thank you so much.

xdddd

What a background
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3800
  • Karma: 80
...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601509

DEADMONSTOR wrote:
Lewis1 wrote:
Deadmonster....
Thank you so much.

xdddd

What a background

The greatest
  • _Lewis
  • _Lewis's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • Scotland
  • Posts: 2404
  • Thanks received: 1074
  • Karma: 57
Ex-Bhop Head Administrator
Ex-Surf Super Administrator
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601678

[img size=400x400][/img]
Heil DeadMonster
  • FaTal x
  • FaTal x's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Posts: 195
  • Thanks received: 23
  • Karma: -5
click the picture for my steam
#BLESSED
Last Edit: 6 years 10 months ago by FaTal x.
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #601679

FaTal x wrote:
[img size=2560x1080][/img]



  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3800
  • Karma: 80
...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #603665

DEADMONSTOR wrote:

Code that looks nice
//Server list for sideBar

var servers = [
      "play.zarpgaming.com:27015",
      "play.zarpgaming.com:27025",
      "play.zarpgaming.com:27030",
      "play.zarpgaming.com:27040",
	  "play.zarpgaming.com:27035",
	  "play.zarpgaming.com:27100",
	  "usa.zarpgaming.com:27015"
];
	  
serverUpdateInterval = 10;


/*
General Site Edits
*/
var siteBackgroundIMG = 'http://htmlcolorcodes.com/assets/images/html-color-codes-color-tutorials-hero-00e10b1f.jpg';



// Create buttons for replys

var banAppealbtn = createReplyBtn("Ban Appeal Template", '[url=http://zarpgaming.com/index.php/forum/appeals/40539-punishment-appeal-template]Appeal Templates[/url]');



// Don't Edit This
document.body.style.backgroundImage = "url("+siteBackgroundIMG+")";

document.getElementsByClassName("rt-header-border")[0].style.backgroundColor = "rgba(0,0,0,0)";

 function changeWhosPlaying(){
    var randServrint = Math.floor((Math.random() * servers.length) + 1);
    var server = servers[randServrint - 1];
     console.log(server);
     document.getElementsByClassName("rt-block title4 box4 visible-desktop")[0].getElementsByClassName("module-surround")[0].getElementsByClassName("module-content")[0].getElementsByClassName("customtitle4 box4 visible-desktop")[0].getElementsByClassName("visible-large")[0].getElementsByTagName("iframe")[0].src='http://cache.www.gametracker.com/components/html0/?host='+server+'&bgColor=1F2642&fontColor=8790AE&titleBgColor=11172D&titleColor=FFFFFF&borderColor=333333&linkColor=FF9900&borderLinkColor=999999&showMap=0&showCurrPlayers=0&topPlayersHeight=100&showTopPlayers=1&showBlogs=0&width=250';
 }
 

function createReplyBtn(Title, Text){
	var btn = document.createElement("INPUT");
	var t = document.createTextNode("CLICK ME");
	btn.appendChild(t);
	btn.className = "kbutton";
	btn.type = "Button";
	btn.value = Title;
	btn.onclick = function(){ document.getElementById("kbbcode-message").value = Text };
	document.getElementById("kpost-buttons").getElementById("kpost-buttons").appendChild(btn)
	
	return btn;
}

setInterval(function(){ changeWhosPlaying();}, serverUpdateInterval *1000);

Hahhahaha wouldn't say it ex actually looks nice, Just simply made it a bit simpler/easier to do them tasks xD.

Also if it wasn't apprent by how much i shout at xnator, I really hate duplicate code xD, which is the main reason i edited yours up a bit
  • Anon_Gaming
  • Anon_Gaming's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • #BritishCrumpet
  • Posts: 1320
  • Thanks received: 580
  • Karma: 0
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 10 months ago #603704

Warning: Spoiler! [ Click to expand ]



Updated the whos playing, given it a nice fade transition for you
  • Anon_Gaming
  • Anon_Gaming's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • #BritishCrumpet
  • Posts: 1320
  • Thanks received: 580
  • Karma: 0
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 8 months ago #649676

BUMP so others can see this
  • Windows
  • Windows's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Life isn’t a destination, it’s hell
  • Posts: 3989
  • Thanks received: 963
  • Karma: -5
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 8 months ago #649705

This really should be pinned
  • el une spodermun
  • el une spodermun's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP
  • ex retard
  • Posts: 5119
  • Thanks received: 1318
  • Karma: 19
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 8 months ago #660300

This thread should get pinned
  • el une spodermun
  • el une spodermun's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP
  • ex retard
  • Posts: 5119
  • Thanks received: 1318
  • Karma: 19
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 2 months ago #843486

Bump | Updated

Reworking this
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3800
  • Karma: 80
...
Last Edit: 6 years 2 months ago by DEADMONSTOR.
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 6 years 2 months ago #843494

Thanks a lot!!
  • L3mon
  • L3mon's Avatar
  • Offline
  • Senior Boarder
  • washed
  • Posts: 609
  • Thanks received: 203
  • Karma: 0
Login or register to post a reply.

[Forum Guide] Changing the background! 6 years 2 months ago #843501

Neat here's mine.
  • Patriot
  • Patriot's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Freedom is the sovereign right of every American.
  • Posts: 1844
  • Thanks received: 283
  • Karma: 4
Login or register to post a reply.

[Forum Guide] Changing the background! 5 years 10 months ago #935047




Hopefully I will have my plugin done soon lmao
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3800
  • Karma: 80
...
Last Edit: 5 years 10 months ago by DEADMONSTOR.
Login or register to post a reply.
Time to create page: 0.179 seconds

190 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
8/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
0/32
online
Connect to server View Gametracker Surf
3/32
online
Connect to server View Gametracker Prop Hunt
0/42
online
Connect to server View Gametracker Sandbox
0/0
offline
Connect to server Discord
179/782
online
Top