MyBB Support

Protect Theme Ripping?

Submitted by Deleted_3747, , Thread ID: 16497

Thread Closed

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.

Users browsing this thread: 1 Guest(s)