![]() |
How? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: How? (/Thread-How--18694) |
How? - Feat - 09-02-2013 How do people rip themes and stuff? I mean, I know how to get a userbar considering its rather obvious. But how do you get it blank/edit your in your own text? RE: How? - Sydonay - 09-04-2013 I will answer this if a staff member posts to give the "OK" to share such information. RE: How? - Harvey - 09-04-2013 (09-04-2013, 04:17 AM)Sydonay Wrote: I will answer this if a staff member posts to give the "OK" to share such information. Sure, go ahead. ![]() RE: How? - Nil - 09-04-2013 Actually some people answered this in another thread Graduating made after this. RE: How? - Sydonay - 09-04-2013 *Please note that I use Google Chrome, so the options on your browser may be slightly different* Right click forum page > View Page Source It should say towards the top: <link type="text/css" rel="stylesheet" href="http://blah.net/cache/themes/themeXX/global.css" /> For example, DZ is: <link type="text/css" rel="stylesheet" href="http://www.discussionzone.net/cache/themes/theme28/global.css" /> Click it, copy and paste. Save this under your theme as global.css. Under global.css, you should see many things similar to the following: url(../../../images/themenameishere/head_bg.png) For example, DZ is: url(../../../images/dzt/head_bg.png) This means that the theme images are under /images/dzt/ for DZ. Replace the themenameishere part with your theme folder name. A quick way to get all the images and css is to simply use HTTrack Website Copier. For some themes, a little bit of PHP template editing may be required. Simple enough? RE: How? - Sydonay - 09-06-2013 (09-06-2013, 05:58 PM)LCTG Wrote: Sydonay post is totally full. And all of you need now is Notepad++ . That is a lightweight and perfect editor because you will need use the FIND ALL & REPLACE ALL feature a lot Oh my god, I LOVE Notepad++. I DEFINITELY second this! |