Results 1 to 4 of 4

little compatibility problem vbseo with myaddon

This is a discussion on little compatibility problem vbseo with myaddon within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I have a little compatibility problem between vbseo and a plugin of mine. In my plugin I verify the ...

  1. #1
    Junior Member
    Real Name
    Christian
    Join Date
    Jan 2010
    Location
    Vicenza - Italy
    Posts
    17
    Liked
    0 times

    little compatibility problem vbseo with myaddon

    Hi,
    I have a little compatibility problem between vbseo and a plugin of mine.

    In my plugin I verify the content of the message with this if

    if ($post['message'] == $myvar)

    if I deactivate vbseo is everything ok, the condition is verified and if positive the operation is executed,
    if vbseo is active the condition is always false, even if true, how can I solve it?

    I also tried with:

    $ct_conf= strcmp($post['message'],$myvar

    And as a result I get -1 as it sees them as different even if they're not different, this means that vbseo adds something

    Thanks

    Regards

    Asterix

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    can you check the contents of $post['message'] with vBSEO disabled and enabled and compare it?

  3. #3
    Junior Member
    Real Name
    Christian
    Join Date
    Jan 2010
    Location
    Vicenza - Italy
    Posts
    17
    Liked
    0 times
    Hi


    I do not see differences in the post

    if I write on post abcdefg and in myvar abcdefg the control returns:

    with vbseo activated: false
    with vbseo deactivated: true

    Regards

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    From a design level, this is probably not the ideal solution to a not a good idea. The message context can be a huge string with links, pics, and 20,000 other characters in it.

    Take a step back and think about what you are really needing to compare the entire post text for?

Similar Threads

  1. vBSEO 3.5.1 PL1 Compatibility
    By MicroHellas in forum General Discussion
    Replies: 1
    Last Post: 08-16-2010, 02:57 AM
  2. What kind compatibility does vbseo have with the CMS so far?
    By uaecasher in forum General Discussion
    Replies: 1
    Last Post: 04-18-2010, 04:03 PM
  3. vBSEO Version Compatibility
    By onekey in forum General Discussion
    Replies: 1
    Last Post: 08-13-2009, 12:18 PM
  4. vBSEO compatibility with custom app..
    By Princeton in forum General Discussion
    Replies: 0
    Last Post: 11-11-2006, 12:10 PM

Posting Permissions

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