Jump to content

Yuu

Snow
  • Posts

    422
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Yuu

  1. ACP > Look & Feel > Your Skin > Board Index > boardIndexTemplate. Find these codes and delete them: <p class='desc'>{$forum_data['description']}</p><p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p>Now find this: <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a></h4> Replace it with this: <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}' data-tooltip='{$forum_data['description']}'>{$forum_data['name']}</a></h4>Find this: <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars($__data[1]) )"}'>{$__data[1]}</a><if test="isNotLast:|: empty($__data[4] )">,</if>Replace it with this: <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars($__data[1]) )"}'>{$__data[1]}</a><if test="isNotLast:|: empty($__data[4] )" data-tooltip='{$forum_data['description']}'>,</if>
  2. What size was the old image and what size is the new image? You could try to just re-size the image with PhotoShop or something.
  3. FTP > public_html > style_images > YOUR SKIN. Check and see if there's a file called icon_inbox.png and icon_notify.png inside the folder. If there is, re-cache your skin by going to ACP > Look & Feel > Look & Feel > Template Tools. If there isn't, you'll need to upload 2 images named icon_inbox.png and icon_notify.png inside the folder.
  4. The bit for the Ajax Thanks on the User Info Pane isn't in that template. ACP > Look & Feel > Your Skin > Topic View > ajaxThankedCount.Find this: <if test="ajaxThanksEnabled:|:$this->settings['en30_ajaxthanks']"> <li class="post_count desc lighter"> {$author['thanked']} {$this->lang->words['en30_thanks']} </li> </if>You can chose to delete it, or replace it with this code: <!-- <if test="ajaxThanksEnabled:|:$this->settings['en30_ajaxthanks']"> <li class="post_count desc lighter"> {$author['thanked']} {$this->lang->words['en30_thanks']} </li> </if> --> And it should get fixed.
  5. FTP > public_html > public > style_images > YOUR SKIN NAME.Look for a file called tick_10px.png . Make sure that it exists.If it does, re-cache your skin by going to ACP > Look & Feel > Look & Feel > Template Tools. Also clear your cache and press CTRL + F5 and see if it shows up.If it doesn't, you will need to upload an image with the name tick_10px.png to your skin's folder
  6. http://imsanctuary.info/jq/char/ - Only 4 lines of jQuery. :D
    1. Guest

      Guest

      yeh, one of the easiest thing lol.. just like strlen.

    2. Yuu

      Yuu

      I know, I just thought it was a cool little thing to do. :P

  7. What's the link to the forum with the anime character guest message?
  8. I was wondering the other day, is it possible to make something "un-rippable", or just harder to rip? Such as an IPB skin, or an HTML/CSS template. I know with an HTML/CSS template, you can encode the HTML, but I'm pretty sure it's possible to decode it.Is there anything you can do with an IPB skin to make it harder to rip?
  9. It's not pinned, but that is the correct tutorial to follow. Follow that tutorial and mess around with the CSS and HTML to get the result you want.
  10. +1, I agree with this suggestion. Leechers will do anything to get to the downloads.
  11. Version 1.1.4

    375 downloads

    Google Site Search is a hook that adds Google's Site Search as an option to your search dropdown. You can choose who's allowed to used it, and if it should always be the default option. The search results will be shown in a popup.
  12. For the first one, try using this:
  13. Elaborate please? Which menu did you want to change?
  14. I found another cycling rainbow username code. Here's what it looks like: http://imsanctuary.info/rainbow-new.html As compared to the old one: http://imsanctuary.info/rainbow.html Haven't really tested out the newest one on IPB, so I'm gonna go do that now.
  15. I'm almost sure that it's there by default... But ACP > System > System Settings > Members > User Profiles. Allow members to import photos via URL: Yes.
  16. Yuu

    Question Signature Question

    Quick questions about what you're allowed to advertise in your signature.. I know that you can advertise your own sites in your signature, but are you allowed to advertise someone else's site too? For example, I'm a member on a forum, I don't own the forum or anything. Would I be allowed to advertise it?
  17. Yay, birthdayz.

    1. Chris

      Chris

      Happy birthday :D!

    2. Weed

      Weed

      Happy birthday! ;)

  18. Yuu

    Feedback Answered mod

    I think that only when the member reports the topic as solved and says it got solved in a post that then, and only then, should an answer be marked as "Best Answer" on that specific topic. Unless the topic hasn't had a reply from the OP in 24-36 hours, and if the answers on the topic are 100% certain to work.
  19. HTML, CSS, Javascript, jQuery, Ajax, PHP, MySQL, and maybe a few others.If you're trying to make one, good luck. It won't be easy.
  20. Back in action. :)

  21. If you post your problem in the thread, other people (along with myself) will probably be able to help you out, and it'd be easier on us. :P
  22. A tutorial on how to set up localhost. I'll be using XAMPP for this. 1) You will need to download XAMPP in order to set up localhost. To download XAMPP, go to http://www.apachefriends.org/en/xampp.html . Chose your operating system and download XAMPP. 2) After it's done downloading, run the file. Installing XAMPP should be like installing any other regular software, so just read the on-screen instructions and click the Next button regularaly. 3) Once you're done with step 2, launch XAMPP. A control panel will pop up. It should look something like this: Press the 'Start' button for Apache, MySQL, and FileZilla. Wait for them to turn green. Note: If you have Skype opened up, close it. Skype interferes with XAMPP, so you will have to close Skype whenever you want to work on your localhost. AFTER you have Xampp online (all 3 modules turned green), you can re-open Skype. 4) Open up your browser and go to: http://localhost/ And then you're done! To upload your files, go to C:/XAMPP/htdocs . Whenever you make your file in that folder, go to http://localhost/yourfilename.php Enjoy. I highly recommend using XAMPP over WAMP. XAMPP is much faster (from personal experience).
  23. A friend of mine and I are looking for a few people who are skilled at designing and others who are skilled at coding. If you're interested in helping out, drop me a PM in my inbox. What the designers will need to be able to do: [*]Be able to make designs for HTML/CSS templates [*]Be able to make designs for MyBB skins [*]Be able to make designs for IPB skins (Only 1/3 is needed, but more than 1/3 is always good.) What the coders will need to be able to do: [*]Convert .psd into HTML/CSS. [*]Make the MyBB .psd designs into the skins themselves [*]Make the IPB .psd designs into the skins themselves (Only 1/3 is needed, but more than 1/3 is always good.) I've re-enabled my PM box, so please leave me a PM if you're interested in helping. Thanks.
×
×
  • Create New...