Jump to content

Leaderboard

  1. Lock Down

    Lock Down

    Rising Star


    • Points

      1

    • Posts

      1,035


  2. Phun

    Phun

    Retired Staff


    • Points

      1

    • Posts

      1,119


  3. Justin™

    Justin™

    Retired Staff


    • Points

      1

    • Posts

      369


  4. OpFor

    OpFor

    Contributor


    • Points

      1

    • Posts

      131


Popular Content

Showing content with the highest reputation on 03/12/2015 in all areas

  1. Compatibility IP.Board 3.4.X Possibly IP.Board 3.2 and 3.3, but not sure. This skin edit WILL BREAK with IPS Suite 4.0. This tutorial will show you how to set custom forum icons without the need for a modification like Forum Icons. This is a very simple skin edit and can be done by anyone. Getting Started: In your AdminCP, navigate to Look & Feel > Manage Skin Sets & Templates > Your Skin. In the templates section, under Board Index, you'll see a file called boardIndexTemplate. Click this. Select all the code in the file and completely remove it. Replace all the code with this: The settings needed to setup the forum icons have already been done for you. There are some additional options at the top of the file. If you would like to use those too, feel free to do so. Setting it Up: Now, in your FTP client, navigate to /public/style_images/Your_Skin Create a new directory called "forum_images". On your forum, open up the forum you want to apply the icon to. Look at the URL. There will be a number, for example: forum.com/forum/2-announcements-and-updates/ You will be looking for "2" or whatever number is there (it changes per forum since every forum has a unique ID). Get the image you want to set as a forum icon (NOTE: The image must be 32x32, no larger). In your FTP client, navigate to /public/style_images/Your_Skin/forum_images. Upload the image you want to set as a forum icon to this directory. In this case, we would need to name the file "2.png" because the forum ID is 2. The picture must be in PNG format and the name must be whatever number the forum ID is (number). You're done. Refresh the page to see the icon. If the icon does not show up immediately, do a hard refresh or clear your cache. The instructions for this vary by what browser you're using. If you have any questions, concerns, or need some help, please make a post in this topic. Please note that this code has NOT been adapted for the IPB mobile skin, and never will be adapted for the mobile skin. Please see my post for more info.
    1 point
  2. It depends on which member and what template you are in. If it is for the member that is logged in use something like this in any template you want... Points : {$this->memberData['eco_points']} If it is in the userinfopane template use something like this Points : {$author['eco_points']}
    1 point
  3. How to install Invision Power Board 3.4 - A Step-by-Step tutorial by Phun from WebFlake.net - Things we need: A webhost that supports PHP A webhost that allows Databases A webhost that is offshore The latest package of Invision Power Board An FTP client (Like FileZilla) A brain and the will to learn Note: This works on pretty much every version of IP.Board. They all install in similar fashion. 1. Finding a webhost For the installation of Invision Power Board (and any other forum board software) we need a webhost. Finding a webhost is the hard part of this, as webhosting and domains are not for free. For people that first want to try the software out, you can get a subdomain and free hosting, for this i recommend you sign up at http://000webhost.com/ as they are a well known free hosting company. Alright, now when you've set your hosting account up we can go to step 2. 2. File Transfer Protocol & FileZillaFrom your webhost you will receive log-in details to your control panel, and login details for FTP. FTP stands for File-Transfer-Protocol and is used to upload files to your webspace. Programmers already have made a nice tool for this called 'FileZilla' it is free and easy to download: Click Here Just follow the installation steps for FileZilla and start it up, once you're done, launch the program. Click the icon you see on the top left (not the arrow) Click "New Site" and fill in your site's name Change the type to "Normal" and fill in the details you got from your hosting company Click the Connect button Now you should see the home directory, double click the folder called "public_html" You're done for now, keep FileZilla open because we are going to use it later on in this tutorial! 3. Creating a database To store usernames and data, Invision Power Board needs a database. Creating a database is very simple. Your host most likely has cPanel, which is what i'm going to show you. If your host doesn't have cPanel and uses a different control panel, search for things that are similar to those shown on screenshots. 1. Log in to your website's cpanel, which can be accessed by putting /cpanel at the end of your domain 2. Click the "MySQL Databases" button (shown above) We want to create a new database, so we will fill in the name, in our case "demo". We also need to add a user, so fill this area in and click "Create User" After that, add the user to the database, select the two and click "ADD". We should give the user full permissions, click "All Priviliges" and Click "Make Changes". We are now done with this part, our database has been set up. Copy the details somewhere because you will need the at the installation! So far it's going great. 4. Downloading & Transferring IPBIf you are a license holder, download the latest package of Invision Power Board from your clients area's download center and unRAR it somewhere you want. If not, visit the DL system over at WebFlake.net to download the latest version from the internet. Go to the "upload" folder of the downloaded package and select all files (CTRL+A) and drag them into the 'public_html' of your filezilla screen, it should start uploading the files. Once everything is uploaded, navigate to your website and proceed to Step 5. 5. Installing Invision Power Board Once all your files are uploaded, navigate to your domain. The installer should pop up! Click next on the first page you see. If there's any errors, contact your host about it! 1. Accept the EULA on the next page. 2. Select the applications you want installed and click "Next" 3. Make sure the addresses are OK and click "Next" (they should be OK by default) 4. Enter your License key (optional) Now we have to fill in the details we got from creating the database, the host should be localhost by default, if this doesn't work: Contact your host for the details. Fill in the database details like above, you don't need to fill in the table prefix. After that, fill in your admin account and let the isntallation finish! This is a fully automated process and should take about 5 to 10 minutes. When it's ready you should see this: Your forum is installed! When you go to your domain, you should see the default IPB data and skin. Just click the "Sign in" button to sign in and start configuring your installation by clicking the "Login to your Admin CP" link above your little profile when logged in. Just click the link and fill in your details hxxp://yourdomain.com/admin/ and configure everything. Make sure you go to FileZilla and delete the admin->install folder completely! Installation Complete! © Phun - WebFlake.net
    1 point
  4. Go to admin -> skin_cp -> cp_skin_global.php and find: and replace it with this: Save and go to admin -> applications -> core -> extensions -> dashboardNotifications.php and find: and replace with this: Save and you're done. In general, this works for 3.2.x, 3.3.x and 3.4.x.
    1 point
  5. -4 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...