4.2.1 - Forum list now showing up during thread/post move etc.
Announcement
Collapse
No announcement yet.
Common Issues - Latest Release 4.2.1
Collapse
This topic is closed.
X
X
-
Might help a few people.👍 2Leave a comment:
-
If you have VB 4.2.1 and Tapatalk and the WYSIWYG editor is having trouble in IE10-
The issue appears to be because of Tapatalk.
Specifically the Tapatalk plugin; Tapatalk: Add Tapatalk detect JS
The problem is it puts its detect code at the top of the headinclude template and IE doesn't want to see JavaScript above the meta tag.
The fix is to edit the plugin- change the last line:
Code:$headinclude = $tapatalkdetect . $headinclude;
Code:$headinclude = $headinclude . $tapatalkdetect;
This will put the JavaScrit below the meta tags and it seems to work in my tests.
If your Tapatalk plugin is just a link to the file smartbanner.php then you must make the same edit mentioned above to that file instead.
-----------------------------------------------------------------
A similar issue exists if you use ForumRunner-
Edit the ForumRunner plugin: Forum Runner: Append Detect Code
Erase it all and change it to:
Code:if ($vbulletin->options['forumrunner_redirect_onoff'] == 1) { $fr_tpl = vB_Template::create('fr_redirect'); $vbulletin->templatecache['headinclude'] .= ' $final_rendered .= \'' . $fr_tpl->render() . '\';'; }
Last edited by BirdOPrey5; Tue 23 Apr '13, 4:09am.👍 1Leave a comment:
-
For the Publish to Facebook issue (where the Publish to Facebook button no longer works):
Download the facebook SDK from https://github.com/facebook/facebook-php-sdk
Upload the three files from \src to your \includes\facebook directory.👍 1Leave a comment:
-
Common Issues - Latest Release 4.2.1
We will keep this thread updated after each release about common issues of that release. If you think an issue/solution needs to be listed here, feel free to PM me.
Note: If you want to automatically get notified about any updates to this thread:
Thread Tools > Subscribe to this thread > Notification Type > Instant Email Notification
Version Issue Description and Link 4.2.0 Default Page | Specifying the page to be loaded for index.php 4.1.12 - CMS Comments with quotes are formatted incorrectly.
- VBIV-14667 - Category pages do not load if using basic/advanced friendly URLs
- Unable to publish ForumRunner even after activating it from admincp and members area.
Solution: Go to /forumrunner directory. Delete sitekey.php
4.1.11 VBIV-14480 - Editor missing certain items in toolbar (CMS only; threads/blogs are fine) 4.1.10 Secondary Navbar Missing/Misplaced 4.1.10 Search.png Icon is off the screen | Huge horizontal scrollbar!
More info: VBIV-140204.1.8 Admincp > CMS > Layout Manager is empty/not working 4.1.8 Several warnings related to /admincp/misc.php 4.1.8 During Upgrade - File does not contain expected contents. 4.1.7, 4.1.x After upgrade - Messed up Editor/Avatars/Other visual glitches 4.1.6 or less FConnect does not work at all.
Solution: Upgrade to at least 4.1.7 (facebook has swtiched to new API)4.1.x Login requires a refresh; Editor buttons not working/missing/no background etc
Solution: Disable Cloudflare html/css/js minify4.x Unexpected Text Error during upgrade (Template stage)
Solution #1: Login to admincp, revert all templates, run the upgrader again.
Solution #2: Login to admincp, import the default style XML.
Related Topics
Collapse
-
I have my "zażółć gęślą jaźń" polish characters in titles, posts etc. And they are not good looking in the browser....
How can i change...-
Channel: Support Issues & Questions
Sun 13 Apr '14, 10:40pm -
-
by joiner42For some reason i cant upgrade from Version 4.2.5 to vb5 conect it gets to 7 then i get this error massage
500a1 Step #141
Fatal Error Occurred
Error Could not find phrase...-
Channel: Support Issues & Questions
Tue 10 Jul '18, 10:55pm -
Leave a comment: