MyBB Support

Protect Theme Ripping?

Submitted by Deleted_3747, , Thread ID: 16497

Thread Closed
Deleted_3747
0,004 IQ
Level:
19
Reputation:
216
Posts:
3.15K
Likes:
513
Credits:
150
07-01-2016, 07:56 AM
#1
What's up folks?

Just wondering, is there any way i can protect my forum from being theme ripped?
Regards, Gabe Fucking Lord.

RE: Protect Theme Ripping?

Aoki
retired
Level:
83
Reputation:
348
Posts:
7.89K
Likes:
2.3K
Credits:
1.7K
07-01-2016, 10:31 AM
#2
You can't really avoid it, but here are some tips.

Rename your "global.css" to something like "jsdf754nd7.css" and embed it in your headerinclude template. Make sure to use the correct path.
Code:
<link rel="stylesheet" href="jsdf754nd7.css" type="text/css" >

Minify your stylesheets. This will make it harder, unless they use unminify tools. It'll also make the size of your css file lower.
I suggest a site like: http://csscompressor.com/

Pro tip: Recode the whole MyBB theme and use your own code. Means, stop using the MyBB tables and start using divs. I'm sure they'll give up on this, because it'll really take long to rip.

RE: Protect Theme Ripping?

Deleted_3747
0,004 IQ
Level:
19
Reputation:
216
Posts:
3.15K
Likes:
513
Credits:
150
OP
07-01-2016, 10:49 AM
#3
07-01-2016, 10:31 AM
Aokey Wrote:
You can't really avoid it, but here are some tips.

Rename your "global.css" to something like "jsdf754nd7.css" and embed it in your headerinclude template. Make sure to use the correct path.
Code:
<link rel="stylesheet" href="jsdf754nd7.css" type="text/css" >

Minify your stylesheets. This will make it harder, unless they use unminify tools. It'll also make the size of your css file lower.
I suggest a site like: http://csscompressor.com/

Pro tip: Recode the whole MyBB theme and use your own code. Means, stop using the MyBB tables and start using divs. I'm sure they'll give up on this, because it'll really take long to rip.

Right thank you, will do it now!

Closing thread, thanks for your help!

Users browsing this thread: 1 Guest(s)