Jump to content

Yuu

Snow
  • Posts

    422
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Yuu

  1. Username: Sanctuary First Name: Sanc (I'd prefer not to post my real name on a forum) Age: 17 Rate your English out of 10: 9 Additional languages spoken: Portuguese Software specialization: Invision Power Board, MyBB Detail your Moderator experience: I've had experience with forum moderation for quite some time now. I've been an Admin, Developer, Global/Super Moderator and many other positions on a vast number of forums these past few years, so I know how to play each and every role very well. I'm currently an Admin (Developer mainly) on a site with almost 4K members, I've been an admin on other boards with a few hundred members involved, and other small sites/projects. I've also owned a few forums with some friends here and there. Other qualifications (such as programming languages, CMS, etc): I've had over 2 years of experience with IP.Board and MyBB. I would give myself a minimum rating of 8/10 for IP.Board and a 7/10 rating with MyBB. I've also had over 2 years of experience with HTML & CSS, and a year's experience with jQuery. I've ripped, modified, and created a numerous amount of HTML/CSS templates, IP.Board skins, and MyBB themes throughout the years, I've also made a few small hooks for IPB ( others were either for myself or a paid mod for someone else). I've also made a few custom skin modifications recently, a few of which I personally haven't seen on an IP.Board skin. What can you bring to the team? My experience and knowledge with IPB and HTML/CSS can be useful around the forums for answering support questions or making tutorials. I also almost always have a good amount of free time sometime throughout the day, meaning I can check WF occasionally nearly daily, along with my moderation experience and skills to accompany my online time here. Why do you want to become a Junior Moderator? N/A
  2. Yuu

    IPB 4.0 Beta

    I agree. I installed it on my test board but I'm constantly getting errors, time outs, etc.. Gonna wait til another version of it is released to mess with it and get into it.
  3. Site template is fully complete I believe. It can be viewed here: http://sanc.pw/ Any feedback is appreciated, and thanks for all the previous feedback guys.
  4. Haven't checked this topic in a while, but thanks everyone. To anyone wondering, I won't be releasing this for free. If you really want the skin, contact me Skin is complete, the screenshots in the thread are the previews available
  5. I may be able to. I've never worked with WordPress before, but I installed it just now and it doesn't seem hard to work with. Working on getting the basic part of the design down right now but I'm probably gonna fall asleep soon, so I'll update this post tomorrow when I have it done.
  6. Took Skreamzja and laracroftonline's suggestions, stretched the blue bar across the sidebar and removed the empty top bar overall. Missing a few things (submit button, other contact methods, etc.), but here's the Contact page: Including most of my vouches from my sales thread in The Marketplace here at WF, along with some others from other clients. The design isn't final either, I'm still going to be changing things here and there.
  7. Hope this is what you wanted. Link: http://i.minus.com/i0zNXNK4tYPBN.png
  8. I was originally planning on adding more tabs at the top, but then decided against it and moved them into the sidebar. Not sure what I'm going to do with it, but I'll most likely change it soon. Update: Portfolio page completed. With the layout least, still going to add more of my work. The "Show All / IP.Board / MyBB" buttons will filter the icons, displaying the items for whichever buttons you click on. Clicking on one of the icons will take you to the skin page, w/ details about the skin on the sidebar. Clicking on the main image on that page will open up the LightBox with all the skin's screenshots.
  9. Site template is fully complete I believe. It can be viewed here: http://sanc.pw/ Any feedback is appreciated, and thanks for all the previous feedback guys. I decided to try and create myself a nice little HTML/CSS template for my personal site, considering I needed a new one. Just thought I'd post it here and get some opinions on it. Portfolio Skin page: About Me page: Those are the only 2 pages I have set up at the moment, currently working on 3 projects so I don't have much free time to myself. Let me know what you guys think.
  10. Got it, it was indeed in the profileModern template. Thanks Skreamzja. For anyone else wondering, I used this code for the profileModern template. <if test="$this->memberData['member_id'] && $member['member_id'] == 1"> Hi, I'm Sanc. </if> I added it below this: <if test="hasCustomization:|:is_array($member['customization']) AND $member['customization']['type']"> {parse template="customizeProfile" group="profile" params="$member"} </if>
  11. Well I'm not exactly trying to edit anything, but more-so trying to add something.
  12. I was wondering how it's possible to edit a single member's profile page for IPB? An example of one would be Phun's profile here on WF: http://webflake.sx/user/2-phun/ I know it wouldn't be in the ACP anywhere (someone correct me if I'm wrong though), so would it be some type of .php file in the site's files? Or would it be some type of hook/app or something? Thanks in advance for any helpful replies.
  13. ACP -> Look & Feel -> Your Skin -> CSS -> ipb_common.css Find this: pre.prettyprint, code.prettyprint { Then under it, add this: text-align: center;
  14. Find this code: <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> Remove it, and then follow the steps from the Best Answer on this topic:
  15. For the Like system, find this: <div class='ipsLikeBar right clearfix' id='{$data['domCountId']}'> Replace it with this: <div class='ipsLikeBar rep_center clearfix' id='{$data['domCountId']}'> For the Rep system, find this: <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'right'">right</if>' id='{$data['domCountId']}'> Replace it with this: <div class='rep_bar clearfix <if test="pos:|:!$data['position'] || $data['position'] == 'center'">rep_center</if>' id='{$data['domCountId']}'> Then make sure to add this to your CSS somewhere: .rep_center { text-align: center; }
  16. Whenever I gather up some more cash, I may PM you about a forum design. After I buy a few things a little later this week, I'll probably PM you about a thread design. I appreciate the response.
  17. Just tested it on my test board, running IPB 3.4.6: Not too many hooks installed on my board, seems to be working.
  18. Looks great Chance. Would look awesome on a specific type of gaming forum. If I may ask, what are you prices for designs? Forum designs, thread designs, and HTML/CSS templates is what I'm looking for specifically.
  19. http://i.icap.me/314052970564a79.png One of my favorite screenshots at this moment.
  20. There's this. A hook made by Para for WF, a former admin here.
  21. The League of Legends skin converted to IP.Board. Created this for a client. Probably not my best work, but some of you may like it! Preview: Board Index (Top) Board Index (Bottom) Topic View #1 Topic View #2 Profile View Let me know what you guys think.
  22. ACP -> Look & Feel -> Your Skin -> Other Global Templates -> repButtons Find this: <div class='ipsLikeBar right clearfix' id='{$data['domCountId']}'> Replace with this: <div class='ipsLikeBar left clearfix' id='{$data['domCountId']}'>
×
×
  • Create New...