Login to ZARP


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

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

S_T_E_W_I_E wrote:


Ty

Whatever floats your boat!
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 7 years 10 months 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 ]
  • Hungry Santa
  • Hungry Santa's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • Gib me dat shit for free
  • Posts: 10756
  • Thanks received: 4156
  • Karma: -318
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 10 months 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: 500
  • 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 10 months ago by Nate.
Login or register to post a reply.

[Forum Guide] Changing the background! 7 years 10 months 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: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

[Forum Guide] Changing the background! 7 years 10 months 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! 7 years 9 months ago #564309

Bump hehe
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 7 years 9 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! 7 years 9 months ago #564311

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

[Forum Guide] Changing the forums for your liking! 7 years 9 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: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 7 years 9 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! 7 years 9 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: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 7 years 9 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! 7 years 9 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: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 7 years 9 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! 7 years 9 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! 7 years 9 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! 7 years 9 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: 1060
  • Karma: -7
Login or register to post a reply.

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

BUMP, Some new people have joined the community
  • DEADMONSTOR
  • DEADMONSTOR's Avatar
  • Offline
  • Former Owner
  • ZARP VIP
  • Posts: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

[Forum Guide] Changing the forums for your liking! 7 years 8 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! 7 years 8 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: 9277
  • Thanks received: 3799
  • Karma: 80

...
Login or register to post a reply.

Time to create page: 0.336 seconds

129 PLAYERS ONLINE

Connect to server DarkRP 1
3/127
Online
Connect to server Deathrun
0/40
Online
Connect to server TTT
0/47
Online
Connect to server Bhop
0/32
Online
Connect to server Surf
1/32
Online
Connect to server Prop Hunt
0/42
Online
Connect to server Sandbox
0/42
Online
Connect to server Discord
125/979
Online
Top