Login to ZARP
Username: Password: Remember me

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

[Forum Guide] Changing the forums for your liking! 7 years 3 days ago #541553

S_T_E_W_I_E wrote:


Ty

Whatever floats your boat!
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 7 years 3 days ago #541554

DEADMONSTOR wrote:
S_T_E_W_I_E wrote:


Ty

Whatever floats your boat!

I had to change it due to being worried that I was gona be shot :(

Warning this one is not for the faint of heart
Warning: Spoiler! [ Click to expand ]
  • Indiana Jones
  • Indiana Jones's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • aghaha yaaaaah
  • Posts: 10514
  • Thanks received: 4053
  • Karma: -291
Login or register to post a reply.
The following user(s) said Thank You: SwiiFTz, el une spodermun

[Forum Guide] Changing the background! 7 years 3 days ago #541599

I used to do a lot of javascript,CSS and HTML I remember when I did this kind of stuff for my website the background was a lot of the same pictures when I wanted the one big picture, It's been a while since I coded a website but do you know how to fix that? (I assume you do)

I'm a big Rick and Morty fan so,
  • Nate
  • Nate's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Bigwhal Gaming
  • Posts: 3810
  • Thanks received: 501
  • Karma: -15
Former Bhop Admin
Former SSRP Admin
Former TTT Admin
Former Surf Admin
Former Deathrun Admin
Former Prophunt Mod
Former Murder Admin
Last Edit: 7 years 3 days ago by Nate.
Login or register to post a reply.

[Forum Guide] Changing the background! 7 years 3 days ago #541689

Bigwhal wrote:
I used to do a lot of javascript,CSS and HTML I remember when I did this kind of stuff for my website the background was a lot of the same pictures when I wanted the one big picture, It's been a while since I coded a website but do you know how to fix that? (I assume you do)

I'm a big Rick and Morty fan so,


background-repeat: no-repeat;
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.

[Forum Guide] Changing the background! 7 years 3 days ago #541719

Bigwhal wrote:
I used to do a lot of javascript,CSS and HTML I remember when I did this kind of stuff for my website the background was a lot of the same pictures when I wanted the one big picture, It's been a while since I coded a website but do you know how to fix that? (I assume you do)
if you want to learn more, take a look at this website
www.w3schools.com/
You can view tutorials and test out code on the website, they always explain different attributes and how they funtion
Example
div {
    width: 100px;
    height: 100px;
    background: red;
    -webkit-transition: width 2s;
    transition: width 2s;
}

div:hover {
    width: 300px;
}
here we have given a div a transition attribute and created a square with the size 100x100px and giving it the css transition effect to expand the square, div:hover binds for both mouseenter and mouseleave events and will expand the square with 300 px on the width
  • 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 background! 6 years 11 months ago #564309

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

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

i got excited but then I saw google chrome :/
  • pigskin
  • pigskin's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • uwu
  • Posts: 4807
  • Thanks received: 1440
  • Karma: -12
falling for the pink pill :OMEGALUL:
Login or register to post a reply.

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

  • Studio Banter
  • Studio Banter's Avatar
  • Offline
  • Marvelous Boarder
  • ZARP VIP
  • ❤️
  • Posts: 14007
  • Thanks received: 5848
  • Karma: -60
Login or register to post a reply.
The following user(s) said Thank You: DEADMONSTOR

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

the one and only G wrote:
i got excited but then I saw google chrome :/

What browser would you like me try and get this working on?
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.

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

DEADMONSTOR wrote:
the one and only G wrote:
i got excited but then I saw google chrome :/

What browser would you like me try and get this working on?
Firefox if possible
  • pigskin
  • pigskin's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • uwu
  • Posts: 4807
  • Thanks received: 1440
  • Karma: -12
falling for the pink pill :OMEGALUL:
Login or register to post a reply.

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

the one and only G wrote:
DEADMONSTOR wrote:
the one and only G wrote:
i got excited but then I saw google chrome :/

What browser would you like me try and get this working on?
Firefox if possible

Use this extension addons.mozilla.org/en-US/firefox/addon/jsinjector/

All other stuff should work the same I'll make a guide for it tomorrow
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.

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

DEADMONSTOR wrote:
the one and only G wrote:
DEADMONSTOR wrote:
the one and only G wrote:
i got excited but then I saw google chrome :/

What browser would you like me try and get this working on?
Firefox if possible

Use this extension addons.mozilla.org/en-US/firefox/addon/jsinjector/

All other stuff should work the same I'll make a guide for it tomorrow
It worked but I can only get it for one page
  • pigskin
  • pigskin's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • uwu
  • Posts: 4807
  • Thanks received: 1440
  • Karma: -12
falling for the pink pill :OMEGALUL:
Login or register to post a reply.

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

the one and only G wrote:
DEADMONSTOR wrote:
the one and only G wrote:
DEADMONSTOR wrote:
the one and only G wrote:
i got excited but then I saw google chrome :/

What browser would you like me try and get this working on?
Firefox if possible

Use this extension addons.mozilla.org/en-US/firefox/addon/jsinjector/

All other stuff should work the same I'll make a guide for it tomorrow
It worked but I can only get it for one page

Try doing it for zarpgaming.com

Or zarpgaming.com/*
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.

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

DEADMONSTOR wrote:
the one and only G wrote:
DEADMONSTOR wrote:
the one and only G wrote:
DEADMONSTOR wrote:
the one and only G wrote:
i got excited but then I saw google chrome :/

What browser would you like me try and get this working on?
Firefox if possible

Use this extension addons.mozilla.org/en-US/firefox/addon/jsinjector/

All other stuff should work the same I'll make a guide for it tomorrow
It worked but I can only get it for one page

Try doing it for zarpgaming.com

Or zarpgaming.com/*
Yep, it worked thanks!
  • pigskin
  • pigskin's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • uwu
  • Posts: 4807
  • Thanks received: 1440
  • Karma: -12
falling for the pink pill :OMEGALUL:
Login or register to post a reply.

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

Is there a way to add extra buttons on the sidebar?
  • Jeppe
  • Jeppe's Avatar
  • Offline
  • Banned
  • ZARP VIP Gold Badge
  • Martyr!
  • Posts: 3200
  • Thanks received: 1154
  • Karma: 16
Studio Banter wrote:
Mage you will always be remembered as the first person to write a fuck you list on Zarp and a bonus for not getting it deleted.
Login or register to post a reply.

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

Such a great guy(de).

I want you to bear my children.
  • BremFM
  • BremFM's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP
  • Posts: 573
  • Thanks received: 93
  • Karma: -9
Login or register to post a reply.

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


Thank you for the extra help on steam also!
  • MichaeI
  • MichaeI's Avatar
  • Offline
  • Mythical Boarder
  • ZARP VIP Golden Blue Badge
  • CBR500R
  • Posts: 5164
  • Thanks received: 1063
  • Karma: -7
Login or register to post a reply.

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

BUMP, Some new people have joined the community
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.

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

Why has this not been 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 10 months ago #601225

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
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9276
  • Thanks received: 3799
  • Karma: 80
...
Login or register to post a reply.
Time to create page: 0.198 seconds

200 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
10/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/42
online
Connect to server Discord
187/790
online
Top