Release Notes Tutorial
So after following a guide from IPS located here and some people wanted to re-create it i found out i did it myself and sharing the work here to simplify things for others.
If you liked this tutorial please remember to give it a thumbs up. where you see this icon bottom right corner of this post.
Let's get started!
Pre - Download the files from the download section below
1) Import the Database
2) Permissions for the database
3) Delete the default template that gets created
4) Upload Template file
5) Add the CSS and JS
6) Finding and adding the correct field_id
7) Editing Database Settings
8) Creating the page
If you liked this tutorial please remember to give it a thumbs up. where you see this icon bottom right corner of this post.
Well, first you need to update your IPS to 4.5, you can get the files from here, after you download the files, drag and drop all the files except conf_global.php over the existing files then go to „yourdomain.com/admin/upgrade”.
@Tony He is bad at expressing his problem but somehow i find out what he need to do xD.
If you can’t login after installing then most likely the install was partially completed or failed in some parts. Check if your server meets the requirements for 4.5
Adds a Portal application to IP.Board. Based upon IP.Board Portal by IPS. Please be sure to direct all support questions or suggestions in the discussion topic rather then at IPS. The Portal is currently exclusive to the IPS Marketplace, I do not support this application elsewhere.
THANK YOU for posting this! I was able to solve the issue thanks to your post. I'll post the fix here for anyone who stumbles upon this post in the future.
Find the following file admin\applications\core\modules_admin\mycp\dashboard.php
Change line 377 to
$online = $this->DB->buildAndFetch( array( 'select' => 'count(*) as fixme', 'from' => 'sessions', 'where' => "running_time > {$time}" ) );
Change line 379 to
$stats['active_users'] = $online['fixme'];
Of course you don't have to use the word "fixme". You can use any word so long as you don't use "rows"!. Thanks!
Can be used for nulled and original.
Two security issues have been identified in IP.Board 3.4.x. Unauthorized users may be able to issue warnings, and users may be able to obtain certain member information if they know the member's linked Facebook account ID. To resolve this issue, please download this patch and apply it to your site.