This simple tutorial will explain how to add content/images next to the View New Content link, similar to how we have it on DevFuse. Open your Ad ...
To Get your Application to be SEO friendly create file called "furlTemplates.php" in you application extensions folder The File content should look like this <?php //FURL Apps $_SEOTEMPL ...
Can someone post or give me a link for a tutorial on installing skins? ...
This is a detailed tutorial on how to install an application. Some other applications may require additional steps, so always check the readme/instructions files provided when you download an application. For the purposes of this tutorial, I'll be using t ...
This is a detailed tutorial on how to install a hook. Some other hooks may require additional steps, so always check the readme/instructions files provided when you download a hook. For the purposes of this tutorial, I'll be using the Guest Message hook a ...
This simple tutorial will learn you how to delete emoticons with FTP . ...
IP.Board 3.30.x comes with a built in database class. This will perform just about any database query you may have. Below are some of the basics.Database SelectCODE ...
While I'm converting my own mods I've been building a list of changes. I'll be updating this list as I add new code changes as well as new beta or RC changes. This so far is compatible with IPB 3 Beta 3. ...
This tutorial will show you how to add another link in the primary navigation area, like pictured below.Firstly open your Admin CP > Look & Feel Tab ...
This is a little edit to get into the Admin CP without loggin in, extremely useful for development boards, where logging in can be a pain. Open admin/sources/base/ipsRegistry.phpFind:CODE ...
With the following edits to your current forum skin, you will have highslide intergation into your forum. First, downlo ...
There is many reasons while you might need a task in your modification, from clearing out your mods logs to performing resource intensives tasks in the background, like updating categories views. ...
This is a module type way of loading your cache rather than editing a file. In this example our component key will be news. So paste the below contents into a file and call it news.php and save it to the sources/components_init/ folder. ...
Instead of placing your mods location in the lang_online.php file, IPB 2.3.x offers you the ability to add a mods l ...
This tutorial will show you how to add a new link to the errors page useful links area.Navigate to Admin CP > Look & feel Tab > select a skin > Edit Template HTML > All Global HTML > errorFind: ...
When you export groups settings, it exports it by ordering with conf_id. This tutorial will show you how to change that to conf_position, as it's a lot easier to review the settings.xml file later on.Open sources/action_admin/settings.php ...
This tutorial will how you how to install an Invision Power Board 2.3.x skin, this tutorial will also work with IPB 2.2.xStep 1. Once you have downloaded your skin and extracted the z ...
This tutorial will show you how to add and remove links from the submenu.e.g. calendar, members, help area.Step 1. Go to Admin CP / Look & Feel Tab / ...
Here are two easy ways to remove the language chooser.1.) Remove Language Chooser from a specific skin.In your Admin CP select Look & Feel / Select your skin / Edit Template HTML / All Global HTMLClick the global_board_footer link. ...