Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: vBET and ckeditor in 4.1.4

  1. #1
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default vBET and ckeditor in 4.1.4

    I just want to know whether vBET is working fine with the new ckeditor in vb 4.1.4?

    Thanks.

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    ckeditor? Is it some plugin or functionality in vBET 4.1.4?

  3. #3
    Senior Member
    Join Date
    May 2010
    Posts
    257

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Cannot confirm at this moment. Maybe some of our users confirm. We will check it and confirm this week.

  5. #5
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    I can confirm that in vBulettin 4.1.4 vBET adds language option (for users with default language other than forum language) to fallowing editors:
    - Thread quick reply
    - Thread full reply
    - New Thread
    - Quick User Visitor Message
    - Detailed User Visitor Message
    - Private Message
    - Quick Reply to Private Message
    - Advanced Reply to Private Message
    - New Group discussion
    - Quick Group Discussion Reply
    - Advanced Group Discussion Reply
    - Quick Group Picture Comment
    - Advanced Group Picture Comment
    - Quick Album Picture Comment
    - Advanced Album Picture Comment
    - New Blog Post
    - Quick Blog Comment
    - Advanced Blog Comment
    - CMS Article Comment (do not opaque)
    - CMS Article (do not opaque)
    If I miss something please let me know and I will check it.

    Please note that some have displayed opaque options, but do not opaque in lang bbcode. As I remember it was indented to not opaque for CMS Articles (this articles are not written by anyone, still it should opaque or not display option for opaque), but comment should be. We will check this.

    Also change between quick answer to detailed is OK. Message preview also works well. Those 2 was tested on thread editors.

    Also found one vBulletin error for blog: Login Required - vBulletin JIRA

  6. #6
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    Thanks Michal! That is good to know.
    Last edited by vBET; 14-06-11 at 14:00. Reason: bbcode correction

  7. #7
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    About those 2 editors which shows opaque option, but do not opaque:
    1. CMS Article: I checked some notes and it is as it should be. Opaque is not supported here, because articles are written in forum default language (this is not content which can be added by anyone). And we didn't made any additional condition to not show opaque option for performance reasons - group of people writing CMS articles is limited and those are native speakers so have same default language as forum and will not see opaque options. So this stays as it is.

    2. CMS Article Comment: it should opaque and will be in next release. Quick fix: create new plugin for hook vbcms_article_populate_end, for vBET product, with name Handle default language for CMS article comments and code:
    PHP Code:
    if ($view->comment_block) {
    $view->comment_block str_replace('if (comment_postid  > 0)''if (document.getElementById(\'vbet_addbbcodes\').checked) {
    postvars += \'&vbet_postInLanguage=\' + document.getElementById(\'vbet_addbbcodes\').value;
    }
    if (comment_postid  > 0)'
    $view->comment_block);

    Last edited by vBET; 15-06-11 at 17:58.

  8. #8
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    New issue with 4.1.4 editor - when checking preview post and going to advanced on translated page then content of message is translated – it shouldn’t be. We are working on this right now, so release will be hold until we solve new issue.
    Last edited by vBET; 15-06-11 at 17:57.

  9. #9
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by vBET View Post
    New issue with 4.1.4 editor - when checking preview post and going to advanced on translated page then content of message is translated – it shouldn’t be. We are working on this right now, so release will be hold until we solve new issue.
    OK - we have solution for this and it will be included in next release

  10. #10
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    And one more issue found and already corrected - redirect happened for ckeditor.php requests on translated pages. It was not really a bug - everything was working fine after redirect, but redirect was bad for performance. We already fixed it so requests for ckeditor.php already includes language parameter and no redirection for lost translation tracking is necessary This will be included in next release.

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •