Jump to content

Blacksail£

Apprentice
  • Posts

    23
  • Joined

  • Last visited

  • Days Won

    1

Blacksail£ last won the day on August 10 2015

Blacksail£ had the most liked content!

About Blacksail£

  • Birthday 06/25/1993

Recent Profile Visitors

6,331 profile views

Blacksail£'s Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator Rare
  • First Upload Rare
  • Week One Done
  • One Month Later

Recent Badges

5

Reputation

    Looks nice however its appear as a blank white page, i guess theme incompatibility or i don't know. If someone has a fix, send me a message
  1. Enable Live Translate and then translate them by moving to the exact page and hold your mouse for a second on the word you want to translate.
  2. Solution found by myself. Go to Themes -> Edit -> CSS -> custom.css and add the following code: body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; } This will remove the "Forums" block over your categories.
  3. I just upgraded my forum to the latest version, since i was not care enough with my original forum since a while. Shame that i was care more with the nulled :( But today i started to make it a little better. However i was tought i know everything about this Villain skin and i can make it much better than it is but no... I can't manage to remove the Page Header Title on the main page. So my board is in maintenance mode and i can't like that but the original skin demo can show it well. Demo: http://www.ipsfocus.com/themes/villain/ The part i want remove: http://prntscr.com/b0z7ub I tried to set -> display: none; on the div in CSS but then, it removes that "block" from every page of the site. From store, gallery, pages, everywhere. I want it removed from Forums only which is set "homepage", "default app" or whatever you call it. Also found the block in the "HTML" section in theme editor, tried to remove the code, but the block still there! Image: http://prntscr.com/b0z9sf How in the bloody hell i can remove that block from homepage only? :( Also how can i display only the website name in page title? How it looks now: http://prntscr.com/b0zc4r How i want: http://prntscr.com/b0zc9b The pictures above is show the browser tab. Please someone help me with these things.
  4. Since i'm not really good in javascript and want to ask how can i make an IPS Advertisement that normally display the ad eg: adsense, but if user has adblock it will display the same size image that will show: "Please disable adblock to support our site bla bla bla". I already have the ad code and the image with the same size, i just don't know how to make it work like that.
  5. Hi, Earlier i saw some people was asking how AltisLife created their Server Statistic at the top of their website. This guide will help you make exactly the same. Go to Admin CP -> Customization -> Themes -> Your Theme -> Edit HTML and CSS -> CSS -> custom.css and open the css file. Paste the following CSS code onto the custom.css: .infoTab { float: left; line-height: 42px; font-family: 'Montserrat', sans-serif; font-size: 130%; padding-left: 75px; } .msg { float:right; line-height:42px; font-family:'Montserrat', sans-serif; font-size:140%; } .serverBar li { padding-left:10px; } .playerCount { color:#536e41; } .msgText { margin-right:15px; } .serverOnline { color:#536e41; } .serverOffline { color:#972E33; } Go to Templates -> core -> front -> global -> globalTemplate and open it. Paste the following HTML code into the globalTemplate: <div class="ipsLayout_container ipsClearfix" style="margin-bottom: 4px;"> <div id="navBar" class="ipsClearfix"> <ul style="font-size: 1.4rem;" class="infoTab ipsList_inline cSignedIn ipsClearfix ipsResponsive_showDesktop serverBar"> <li class="serverName" data-ipstooltip="" data-ipstooltip-label="Tooltiphere">TEAMSPEAK</li> {block="ts_slot_check"} <li class="serverName" data-ipstooltip="" data-ipstooltip-label="Tooltiphere">SOME</li> <li class="playerCount" data-ipstooltip="" data-ipstooltip-label="Tooltiphere"><span id="server_0" class="serverOnline">ONLINE</span></li> <li class="serverName" data-ipstooltip="" data-ipstooltip-label="Tooltiphere">CONTENT</li> <li class="playerCount" data-ipstooltip="" data-ipstooltip-label="Tooltiphere"><span id="server_1" class="serverOnline">ONLINE</span></li> <li class="serverName" data-ipstooltip="" data-ipstooltip-label="Tooltiphere">HERE</li> <li class="playerCount" data-ipstooltip="" data-ipstooltip-label="Tooltiphere"><span id="server_3" class="serverOnline">ONLINE</span></li> <li style="font-size: 1.4rem;" class="msg" data-ipstooltip="" data-ipstooltip-label="Tooltiphere">Your Website Name</li> </ul> </div> </div> Now you need to create a php block that can display real time server status. In this example i will show you how to do it with the Teamspeak, for others you have to write your own script or get one from internet. Go to Pages -> Block -> Create New Block -> Custom -> Manual PHP -> Next Name: Anything you want Template Key: ts_slot_check Content: require_once("misc/libraries/TeamSpeak3/TeamSpeak3.php"); try {$ts3 = TeamSpeak3::factory("serverquery://SERVERQUERYUSERNAMEHERE:SERVERQUERYPASSWORDHERE@SERVERIPORDNSHERE:10011/?server_port=9987"); echo "<li class='playerCount' data-ipstooltip='' data-ipstooltip-label='Tooltiphere'><span id='server_2' class='serverOnline'>" . $ts3->virtualserver_clientsonline . " / " . $ts3->virtualserver_maxclients . "</span></li>";} catch(Exception $e){echo "<li class='playerCount' data-ipstooltip='' data-ipstooltip-label='Tooltiphere'><span id='server_2' class='serverOffline'>OFFLINE</span></li>";} And now you just have to download PlanetTeamSpeak Framework from HERE Then copy the libraries folder and all of its content to your webserver /misc/ folder. It should looks like /misc/libraries/TeamSpeak3/TeamSpeak3.php The script is working now, and your website will display the user number on your teamspeak. Please note that this guide is only makes possible to display Teamspeak status. The other 3 column is just a static content that you can make dynamic with a script. Enjoy
    @snowflake That's a problem with your webserver. You should check your php.ini about: ; Maximum allowed size for uploaded files. upload_max_filesize = 2M -> Increase this value to eg: 32M ; Must be greater than or equal to upload_max_filesize post_max_size = 2M -> Increase this value to eg: 32M
  6. Version 4.5.1

    265 downloads

    Subway by ipsfocus Subway is based upon the Metro UI theme used in the Windows OS. It features a simple colour scheme changer, allowing your members to choose their own colour and pattern combination from a preset array. Perfect for any community, very easy to set custom default colours and even easier to add/replace the existing colours with your own! Theme features Theme Settings Easily enable, disable or modify theme features such as background images, logos, social media links, guest messages and colors. This makes modifications and upgrades very simple since little code changes are required. Color Scheme Editor Your members can choose two colors to create their own color scheme from a predefined selection. This feature can be disabled easily if required. Background picker (if enabled) Your members can choose their own background image (or color) from a predefined selection and their choice is saved via cookies. This feature can be configured or disabled within the theme settings. Background settings Restrict the background picker to certain groups such as registered members or VIP's. Or remove the picker entirely from mobiles to save bandwidth on the go. All within the settings! Guest message A customizable message can be shown to guests, prompting them to either register or login to your forum. Two designs, "billboard" and "alert" (shown) are available. Social links Social links can be enabled/disabled and customized to your own URL, allowing you to easily link to your social network pages (facebook, twitter, etc) HTML logo with slogan Easily add/edit your text logo and slogan from within the theme settings. If required, the text can be replaced by an image instead. Mega Footer A mega footer with configurable column numbers and content can be enabled and customized all within the theme settings. Demo available on ipsfocus More information and full feature list
  7. Well, just logged in at my envato account, noticed half of my item already removed by the author, so i made a "backup" on webflake, enjoy my original purchashed files unaltered, unmodified, pure clean & newest versions!

  8. Version 5.6.0

    42 downloads

    LayerSlider WP is a premium multi-purpose slider for creating image galleries, content sliders, and mind-blowing slideshows with must-see effects. It uses cutting edge technologies to provide the smoothest experience that’s possible, and it comes with more than 200 preset 2D and 3D slide transitions. It’s device friendly by supporting responsive mode, multiple layouts, touch gestures on mobile devices, and uses techniques like lazy load for optimal performance. You can add any content, including images, text, custom HTML, YouTube and Vimeo videos or HTML5 self-hosted multimedia contents. It’s also SEO friendly by allowing you to build semantic markup with custom attributes that search engines can index easily. LayerSlider comes with 13 built-in skins, and it has tons of options to entirely customize the appearance and behavior of your sliders at the smallest detail.
  9. Blacksail£

    POPCASE

    Version 1.3

    11 downloads

    POPCASE is a Tumblr theme with 3 column layouts and unlimited color scheme control, suitable for displaying your artworks and articles. Theme Features: Image Slider Image Upload All Post Types Supported Disqus Comments Google Analytics Social Share to Facebook, Twitter and Google+ Social Icon Links Latest Twitter Feed Widget Facebook Like Box Widget Post I Like Widget Following Widget Supports Pages, Ask, Submit Short URL for Each Post These are files included: Main File (index.html) included HTML, CSS, and JavaScript, all in one document Text File (index.txt) optional file to install the theme PSD files with organized layers Help File (documentation.pdf)
  10. Version 1.5.9

    44 downloads

    Script Features Include: Media Upload User Authentication Facebook & Google Authentication User Profiles Commenting User Likes Full Admin Panel Multiple Color Schemes Add Pages NSFW Functionality Watermark Support Language Translation Ready And Much Much More… Technologies Used: Laravel 4 Bootstrap 3 Font Awesome 4 Many Other Popular Libraries & Frameworks Server Requirements: PHP >= 5.4 Apache Web Server MCrypt PHP Extension (available in most hosting providers) Allow_url_fopen enabled PDO Extension Our full admin panel is integrated into the site. Admins can delete, edit, or disable users, media, and comments. Site customizations include logo upload, backend color changes, color schemes, and the ability to add your own custom CSS. We have included a full 5 part video Getting Started guide to help you get up and running with Ninja Media Script. Hope you enjoy Great support and weekly updates! THIS SCRIPT IS NOT ALTERED OR MODIFIED. PURCHASHED BY ME AND UPLOADED DIRECTLY ON WEBFLAKE
  11. Just uploaded a file in the downloads. Hope it will get accepted soon :D

  12. Version 1.0.0

    81 downloads

    Christmas Gifts By HERO GROUP beautiful design For All Forums (IPS 4.1.X) Settings: Guest Message Mega Footer Font Awesome Icon Included in the download: Skin XML file for installation logo.psd Background Photo Live Demo If you wanna see a live demo of all of our themes, please go on on our official forums (http://www.ipbhero.com). Then scroll down until see the ‘Theme’ link. Click that and it will drop down with our themes (4.x themes)
×
×
  • Create New...