Jump to content

Leaderboard

  1. -Cookie-

    -Cookie-

    Community Regular


    • Points

      2

    • Posts

      771


  2. Phun

    Phun

    Retired Staff


    • Points

      1

    • Posts

      1,119


  3. Skye

    Skye

    Frost


    • Points

      1

    • Posts

      122


  4. Lock Down

    Lock Down

    Rising Star


    • Points

      1

    • Posts

      1,035


Popular Content

Showing content with the highest reputation on 07/13/2014 in all areas

  1. There's this. A hook made by Para for WF, a former admin here.
    1 point
  2. I know of a hook that does this: http://community.invisionpower.com/files/file/4732-minimum-characterswords-in-poststhreads/ Unfortunately no one has uploaded it to our downloads system yet. Hopefully someone who reads this has it, and is willing to share it, or you may have to request it in the IPB requests forum.
    1 point
  3. The first, but delete both if you have to, there is 2 because there is 2 different global shoubox themes
    1 point
  4. Firstly, Rebuild Master Skin Data Second, Recache Skin Sets
    1 point
  5. Sounds like a bad template. Recheck the html. You can copy it and try it by itself on your home computer. Also check the acp logs for errors and check the forum folders for php errors.
    1 point
  6. 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
  7. Here is a little tutorial for show to you how to edit the copyright at the bottom of your page without a template edit.. Per defaut : After follow this tutorial : Here we go : 1) Let's go on your FTP > public_html and go in : adminsourcesclassesoutputformatshtml 2) Open htmlOutput.php 3) Go at the line 632 or search for : <!-- Copyright Information --> You will see that : $copyright = "<!-- Copyright Information --> <p id='copyright'> <a href='http://www.invisionpower.com/apps/board/' title='Community Forum Software by Invision Power Services'>Community Forum Software by IP.Board{$version}</a>"; 4) Custom step : After the </a> add your custom code.. and when it's done don't forgot to check if the "; is after your code. Exemple : $copyright = "<!-- Copyright Information --> <p id='copyright'> <a href='http://www.invisionpower.com/apps/board/' title='Community Forum Software by Invision Power Services'>Community Forum Software by IP.Board{$version}</a></br>Skin By Paradiizee - WebFlake"; 5) Save and re-upload the htmlOutput.php 6) It's done ! Tutorial by Skye for WF community. Hit the Like button if you wanna thanks me.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...