Jump to content

Yuu

Snow
  • Posts

    422
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Yuu

  1. Well, this is going to be a very busy week for me.

    1. Guest

      Guest

      Same here. Finance and government agencies. Fail combo.

  2. The current emoticon set is a mixture of the default IPB emoticons, and the default XenForo emoticons. I think it should be set back to the old emoticons (xF) that was on the older WF skin. And maybe add some more of the extended xF smilies into the pack too?
  3. Hello there ladies and gentlemen. Today, I bring to you my latest "project", I guess you could call it. I am currently working on converting TTG v4's custom style, into an IP.Board 3.4.x skin. The main reason for me starting this up was because I can't tell you how many times people have asked me if I could "rip" or "convert" TTG for IPB. So, whenever the next person asks me if I'm able to, I will already have the skin ready and for sale. (And yes, this might go on sale on the WF Marketplace. I'm not too sure yet.) Anyways, here are some screenshots of what I have so far. I started this all yesterday afternoon, so please bare with me. I don't have too much done, yet. I will post again when I get a few more sections of the skin done. Header (Logged in): Header (Guest): Login drop-down menu: Forums view (Unfinished): Entire board index view (Excluding footer, unfinished): Let me know what you think please. And please don't point out any errors, I know what they are and I plan on fixing them.
  4. Here you go. I already had Photoshop open anyways. Link: http://i.minus.com/izV9dMbfdoOPU.png
  5. You've made it so guests can view any forums or use the support ticket system, so we can't really see for ourselves.. But try this:
  6. ACP -> Look & Feel -> Your Skin -> Global Template -> defaultHeader. Find this: <a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'> Replace with this: <a href='#YourSiteLinkhere' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'>
  7. Replace your code with this: On the right side, there will be text that says "Toggle Message", and that's where you'll click to hide the message. Note: The message will appear unhidden every time you refresh the page with this code. You'll have to add some more code to make it stay minimized.
  8. Have you all updated your computers to Windoge 8 yet? http://windoge.com/

  9. Managed to do something a little special with the profile template... This part was actually a little fun to mess with. And, I personally really like it. Of course, it's still a work in progress, but this is what the final product will look like (for the profile page).
  10. Or, you can use this code instead. <script> <!-- var ScrollMsg= "{$header_items['title']}" var CharacterPosition=0; function StartScrolling() { document.title=ScrollMsg.substring(CharacterPosition,ScrollMsg.length)+ScrollMsg.substring(0, CharacterPosition); CharacterPosition++; if(CharacterPosition > ScrollMsg.length) CharacterPosition=0; window.setTimeout("StartScrolling()",150); } StartScrolling(); // --> </script> So instead of having to go to the skin every time you want to change it, you can just edit it in the Community Name settings.
  11. It's because you didn't follow the tutorial correctly.. Re-follow the steps and check again. It's not the post that's the problem, it's the code.
  12. Little update on some stuff. Pretty much done with all the features, I think. Just the basic, small CSS stuff to do left.
  13. Had to replace the <form action=""> part and the register button location with something else for it to actually work, but yeah, that worked. Also added this to the code ^ Final code for anyone else that finds this topic and wants it too.
  14. Anyone know where I can find this hook? If it's even a hook. Although I've seen it on a few sites before.. Already searched on WF, searched on Google, searched on the IPS Marketplace and Forums, and also searched on the InvisionFocus forums. Couldn't find it, or the name of it.
  15. Yet another skin conversion by me. This is my 4th or 5th one, I believe. This time, I decided to do the ForumKorner theme, which is basically the theme but modified, made for MyBB. The original theme has 2 versions. 1 dark, 1 light. I'm currently doing the dark version, and once that is completed I will do the light version. I'll be selling both these versions on the WF Marketplace. And I may also possibly do the AwardForums theme, if I have enough time to. Anyways, here are some screenshots of what I have so far. It's still a work in progress, so don't point out any obvious thing like the breadcrumb, anything wrong with the post-bit, etc... Just let me know what you think of it. Board Index (top): Board Index (bottom): Post-bit: So, let me know what you think of this.
  16. Or, simply press CTRL + Shift + Delete. Works on Firefox, Chrome, and Internet Explorer.
  17. My Skype is: jquery.com

  18. No need for Photoshop at all. You can use http://imgur.com/, or HTML. It's easier if you just resize though. ACP -> Look & Feel -> Your Skin -> userInfoPane. Find this: <img src='{$author['member_rank_img']}' alt='' /> Replace with: <img src='{$author['member_rank_img']}' alt='' width="SomeHeight" height="SomeHeight"/> Note: This will change the rank badges for all groups.
  19. Copy/paste your globalTemplate and boardIndexTemplate in a post (inside spoilers). Or PM me with an Admin account to your site, whichever one you prefer. I couldn't find a 3.4.x version of the skin, and the 3.3.x version I found doesn't have any copyright on the bottom part of the skin.
  20. What's the exact name of the skin you're using? And it won't be in the CSS, it'll be in the HTML. Most likely in the globalTemplate.
  21. Part 1: ACP -> Look & Feel -> Your Skin -> globalTemplate. Find this: </body> Add this code above it. Part 2: ACP -> Look & Feel -> Post Content -> BBCode Management. Click on "Add BBCode". Then set it up like this: Everything else you can leave as default.
×
×
  • Create New...