Search the Community
Showing results for tags 'upgrade'.
-
Just finished up the upgrade to IP.Board 3.3.4. I don't see any compatibility issues with the skin or anything else. If you see something please let me know here.
-
Just a quick note while upgrading to IP.Nexus 1.5.1 for IP.Board make sure you change your FTP settings to upload in binary mode. If you don't when you try to run the upgrade utility it will fail with a strange error. I wasted quite a bit of time this morning to figure this out, hopefully I'll save some of you the trouble If you are using Filezilla you can change this setting by going: Edit > Settings > File Types Under File Types the first setting "Default transfer type:" change that from Auto to Binary and you are ready to upload. Make sure once you are finished uploading you go back in and change this back to Auto. I forgot to do this and when uploading normal web files after this they were all messed up.
-
After upgrading to IP.Board 3.3 I noticed that the skin change links in the "Change Theme" drop down didn't work anymore. Here is the fix: 1. Log into your Admin CP 2. Click on "Look and Feel" > "Manage Template Sets" 3. Click on the name of the template set you wish to edit 4. In the left hand menu, select 'globalTemplate' under 'Global Templates' 5. In the HTML code, scroll down until you see the following code right at the end of the template Find this code in the current template: <if test="skinchanger:|:count($footer_items['skin_chooser']) > 1"> <if test="uagentlocked:|:$this->memberData['userAgentLocked'] AND ! $this->memberData['userAgentBypass']"> <li id='useragent_msg'> {$this->lang->words['skin_browser_set']} <a href='{parse url="{$this->settings['query_string_formatted']}&unlockUserAgent=1" base="public"}'>{$this->lang->words['override_browser_theme']}</a> </li> <else /> <if test="isTouchDevice:|:$this->registry->output->isTouchDevice()"> <li> <a href='{parse url="{$this->settings['query_string_formatted']}&setAsMobile=1" base="public"}'>{$this->lang->words['set_mobile_theme']}</a> </li> </if> <li> <a rel="nofollow" id='new_skin' href='#'>{$this->lang->words['change_theme']}</a> <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'> <foreach loop="$footer_items['skin_chooser'] as $skin"> <li <if test="$skin['selected']">class='selected'</if>> <a href='{parse url="{$this->settings['query_string_formatted']}&k={$this->member->form_hash}&settingNewSkin={$skin['id']}" base="public"}'>{$skin['title']}</a> </li> </foreach> </ul> </li> </if> </if> Replace with this code: <if test="skinchanger:|: ! $this->member->is_not_human && count($footer_items['skin_chooser']) > 1"> <if test="uagentlocked:|:$this->memberData['userAgentLocked'] AND ! $this->memberData['userAgentBypass']"> <li id='useragent_msg'> {$this->lang->words['skin_browser_set']} <a href='#' data-clicklaunch='changeSkin' data-skinid='unlockUserAgent'>{$this->lang->words['override_browser_theme']}</a> </li> <else /> <if test="isTouchDevice:|:$this->registry->output->isTouchDevice()"> <li> <a href='#' data-clicklaunch='changeSkin' data-skinid='setAsMobile'>{$this->lang->words['set_mobile_theme']}</a> </li> </if> <li> <a rel="nofollow" id='new_skin' href='#'>{$this->lang->words['change_theme']}</a> <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'> <foreach loop="$footer_items['skin_chooser'] as $skin"> <li <if test="$skin['selected']">class='selected'</if>> <a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a> </li> </foreach> </ul> </li> </if> </if>
Quick Links
About Us
Prodjex is a Kansas City web development company that provides end-to-end web development services for all things web related. Founded in 2017, we’ve grown quickly and provide web consulting services to clients not only in Kansas City, but across the US.