Page 2 of 2 FirstFirst 1 2
Results 16 to 24 of 24

vBCommbull - Copyright in emails but content NOT rewritten

This is a discussion on vBCommbull - Copyright in emails but content NOT rewritten within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Odd... mine doesn't appear to be vBSEO 'ing the urls in the text-only version. :(...

  1. #16
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    12 times
    Odd... mine doesn't appear to be vBSEO'ing the urls in the text-only version. :(

  2. #17
    Member
    Join Date
    Nov 2005
    Posts
    90
    Liked
    0 times
    Same here after I updated the hack.

    Perhaps Joe Ward can provide a solution.

  3. #18
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    584 times
    Quote Originally Posted by kall
    Odd... mine doesn't appear to be vBSEO'ing the urls in the text-only version. :(
    1. Modify the following...

    FIND:
    define('VBSEO_REWRITE_TEXTURLS', 1);
    REPLACE WITH:
    $GLOBALS['VBSEO_REWRITE_TEXTURLS'] = 1;
    2. Step 4 is not required, the changes made should be reverted.

    Let me know if it helps..

  4. #19
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    12 times
    Both times, yes?

    That did the trick.

  5. #20
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    12 times
    Quote Originally Posted by DerTobi75
    No, there are only and once: vbseo global hook and vbseo email send!
    I too have the triple copyright issue now.

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

    a new version of vBcommbull uses vbmail() function to send emails instead of direct mail() calls. In this case the content of bulletin is rewritten once for preview and then for every email sent (inside of vbmail() function).

    Please apply the following modification: in admincp/commbull.php file find vbmail(..) function calls, comment them out (add "//" at the beginning of line) and uncomment the previous line with mail() function call.

    Namely,
    FIND:
    //mail($user[email],$html_subject,$HTML_mailbody,$htmlEmailHeader);
    vbmail($user[email],$html_subject,$HTML_mailbody,false,$vbulletin->options['webmasteremail']);
    REPLACE WITH:
    mail($user[email],$html_subject,$HTML_mailbody,$htmlEmailHeader);
    //vbmail($user[email],$html_subject,$HTML_mailbody,false,$vbulletin->options['webmasteremail']);
    FIND:
    mail($user[email],$subject,$mailbody,"From: \"$bbtitle Mailer\"<$webmasteremail>");
    //vbmail($user[email],$subject,$mailbody,false,$vbulletin->options['webmasteremail']);
    REPLACE WITH:
    mail($user[email],$subject,$mailbody,"From: \"$bbtitle Mailer\"<$webmasteremail>");
    //vbmail($user[email],$subject,$mailbody,false,$vbulletin->options['webmasteremail']);

    That should solve the multiple copyrights problem and should improve the performance significantly.

    Please let me know if that helps

  7. #22
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    12 times
    Strange.. I now only get two copyrights.

    One appears on the preview, I assume the other is added in generation?

  8. #23
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    12 times
    I notice now that your second find/replace is just the find part repeated.. I will try again.

  9. #24
    Junior Member
    Real Name
    john
    Join Date
    Jun 2006
    Posts
    7
    Liked
    0 times
    i wish someone would have pointed me to this earlier. I will be putting this directly into the code for all future versions of commbull. If there are any other issues, i would be happy to work directly with vbseo on solving these issues ... cheers.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. 2006 SES Conference - Duplicate Content Session
    By msimonds in forum Member Articles
    Replies: 0
    Last Post: 03-07-2006, 04:04 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
  •