Jump to content

Luca Munich

Enthusiast
  • Posts

    235
  • Joined

  • Last visited

  • Days Won

    45

Everything posted by Luca Munich

  1. Hello my friends, No. I'm not dead. (Yet) I have left the forum because I had to make some things and I didn't had free time for access. But now I'm here back.
  2. Ask your provider to let your "php.ini" to the maximum in settings. About icons, try this tutorial:
  3. Resolved: participant_you_upper participant_you_lower
  4. Hello, For those who want to leave the warnings of his forum most beautiful and attractive, here have some css boxes: HTML <div class="mbh-success mbh-notification-box">This is the success box</div> <div class="mbh-failure mbh-notification-box">This is the failure box</div> <div class="mbh-warning mbh-notification-box">This is the warning box</div> <div class="mbh-information mbh-notification-box">This is the information box</div> <div class="mbh-question mbh-notification-box">This is the question box</div> <div class="mbh-tip mbh-notification-box">This is the tip box</div> <div class="mbh-notice mbh-notification-box">This is the notice box</div> CSS @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); @import url('http://fonts.googleapis.com/css?family=Open+Sans'); .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-success { background-color: #2ecc71; } .mbh-success:before { content: "\f00c"; margin-left: -2px; } .mbh-failure { background-color: #e74c3c; } .mbh-failure:before { content: "\f00d"; } .mbh-warning { background-color: #e67e22; } .mbh-warning:before { content: "\f12a"; margin-left: 5px; } .mbh-information { background-color: #3498db; } .mbh-information:before { content: "\f129"; margin-left: 4px; } .mbh-question { background-color: #f1c40f; } .mbh-question:before { content: "\f128"; margin-left: 2px; } .mbh-tip { background-color: #16a085; } .mbh-tip:before { content: "\f0eb"; margin-left: 2px; } .mbh-notice { background-color: #bea474; } .mbh-notice:before { content: "\f0a1"; margin-left: -1px; } How to use: You just need to enter the text editor and go to his source code and insert one of the <div> tags mentioned above. To insert CSS: Put your css code in a <style> tag.
  5. Luca Munich

    Hosting

    I use and recommend this: https://deltaservers.com.br PRO: They have datacenter scattered in various regions of the world; They accept various types of payments; Support is super fast and almost 24/7; They are super fast with any kind of service you hire. Against The site is on pt_BR
  6. ACP > Configuration > Menu manager
  7. If you use and IPSFocus theme: {{if \IPS\Theme::i()->logo['front']['url'] !== null }} {{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}} {{if theme.ipsf_mobileTextLogo}} <a href='{setting="base_url"}' id='elLogo' accesskey='1' class='logo hideOnMobile'><img src="{$logo}" alt='{setting="board_name" escape="true"}' /></a> <a href='{setting="base_url"}' id='elSiteTitle' accesskey='1' class='logo textLogo hideOnDesktop'> <span> {{if theme.customLogoText}}{theme="customLogoText"}{{else}}{setting="board_name"}{{endif}} {{if theme.ipsf_slogan}}<span class='logoSlogan'>{theme="ipsf_slogan"}</span>{{endif}} </span> </a> {{else}} <a href='{setting="base_url"}' id='elLogo' accesskey='1' class='logo'><img src="{$logo}" alt='{setting="board_name" escape="true"}' /></a> {{endif}} {{else}} <a href='{setting="base_url"}' id='elSiteTitle' accesskey='1' class='logo textLogo'> {{if theme.ipsf_textLogoImage}}<img src='{theme="ipsf_textLogoImage"}' alt='' />{{endif}} <span> {{if theme.customLogoText}}{theme="customLogoText"}{{else}}{setting="board_name"}{{endif}} {{if (theme.ipsf_christmas) OR (theme.ipsf_valentines) }} <i class="fa fa-asterisk"></i>{{endif}} {{if theme.ipsf_slogan}}<span class='logoSlogan'>{theme="ipsf_slogan"}</span>{{endif}} </span> </a> {{endif}} And change the tag
  8. Put <a href=""> tag before your logo code
  9. Go to your FTP > public_html > "admin" (or name of your acp directory) > and delete ".htaccess" and ".htpasswd" files
  10. On acp directory, remove ".htaccess" and ".htpasswd"
  11. Hello, I would like a picture to use the logo on a website. I would be very happy if someone could do. Something in this style: http://www.lineage2.com/valiance/img/logo-valiance-large.png http://l2j.insanitybr.com.br/bg_top.jpg Written "Insanity" and "Lineage 2" on top
×
×
  • Create New...