vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - [DBTech] vBMail v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=266142)

Logician 05-11-2012 07:31 AM

Quote:

Originally Posted by DragonByte Tech (Post 2298063)
Whoops, that was an oversight, that should not happen. Thanks for letting me know :)

Open /dbtech/vbmail/includes/class_dm_message.php and comment out both instances of the following code:
PHP Code:

VBMAIL_CACHE::build_cache('message'); 

Feel free to delete that datastore entry via
Code:

DELETE FROM vb_datastore WHERE title = 'dbtech_vbmail_message'
to save some database space :)


Fillip

Thanks for this fix. After a while, it was also producing Fatal Error Allowed memory size of ... exceeded error as well. :)

DragonByte Tech 05-11-2012 02:26 PM

Quote:

Originally Posted by Tri@de (Post 2328187)
I tried but i had some odd behaviour:
i have to write on the editor without spaces like this
Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Alteregonline Newsletter</title><link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" /></head><body ><center><!-- Table for background color when body tags are stripped --><table align="center" width="98%" bgcolor="#000000" cellpadding="0" cellspacing="0"><tbody>
instead of:
Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Alteregonline Newsletter</title>
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
</head>
<body >
<center>
<!-- Table for background color when body tags are stripped -->
<table align="center" width="98%" bgcolor="#000000" cellpadding="0" cellspacing="0">
<tbody>

There's a way to avoid this?
If i use spaces the newsletter appear messed up.

That's probably because we convert new lines to <br /> tags. This is essential in order to allow non-HTML only mails to be sent.

Unfortunately to my knowledge there is no way around this :(


Fillip

DragonByte Tech 05-28-2012 09:37 PM

vBMail v1.1.6
Feature: Now compatible with vBulletin 4.2.0's Navigation Manager.

Fillip

mescalin 06-06-2012 03:01 PM

i use that mod for only bounced mail handling but have a problem with it. it changes user group of banned members too. So their bans are lifted because of bounced mails.

DragonByte Tech 06-08-2012 05:25 PM

Could you please re-create this as a new bug report over at our forum? Sadly it's too easy for posts here on vb.org to get lost / missed :(

Thanks :)


Fillip

John Lester 07-10-2012 11:30 PM

Fillip I have a question about the unsubscribe part. When they click the link at the bottom of the email, what happens next? Does it take them to a page where they enter their email address and click a button? Does it send them another email with another link to click?

I'm having serious problems with my host (hostmonster) and finding an appropriate opt out solution :(

Hmmm does this handle ALL outgoing emails? IE birthday emails, thread subscriptions, new pm notifies? Or are those still handled by vBulletin? Reason I ask is that hostmonster requires a 1 click opt out for all emails. Meaning that after the user clicks the link in the email, they enter their email addy in a box and click a link/button and be completely done with the unsubscribing process.

DragonByte Tech 07-11-2012 03:00 PM

Quote:

Originally Posted by John Lester (Post 2346829)
Fillip I have a question about the unsubscribe part. When they click the link at the bottom of the email, what happens next? Does it take them to a page where they enter their email address and click a button? Does it send them another email with another link to click?

I'm having serious problems with my host (hostmonster) and finding an appropriate opt out solution :(

They will be unsubscribed as soon as they click the link, no need to enter email address or click anything else on the page :)

Quote:

Originally Posted by John Lester (Post 2346829)
Hmmm does this handle ALL outgoing emails? IE birthday emails, thread subscriptions, new pm notifies? Or are those still handled by vBulletin? Reason I ask is that hostmonster requires a 1 click opt out for all emails. Meaning that after the user clicks the link in the email, they enter their email addy in a box and click a link/button and be completely done with the unsubscribing process.

No vBMail doesn't handle those. Also, those emails are opt-in so they should be exempt from those requirements.


Fillip

John Lester 07-11-2012 04:05 PM

I agree with you Fillip that the birthday emails and such are all opt in and should be exempt, but my retarded host says no.

I don't send out mass emails so I probably won't install this mod, but if it's like any of your other mods I'm sure it rocks :) Thank you for taking the time to answer my questions.

cisoprogressivo 07-13-2012 10:26 AM

I uninstalled vBmail and sometime I get this database error:

Quote:

Database error in vBulletin 4.2.0:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_dbtech_vbmail AS phrasegroup_dbtech_vbmail,
phrasegroup_user AS phrasegroup_user,
phrasegroup_album AS phrasegroup_album,
phrasegroup_posting AS phrasegroup_posting,
phrasegroupinfo AS lang_phrasegroupinfo,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM forumvb_language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_dbtech_vbmail' in 'field list'
Error Number : 1054
Request Date : Friday, July 13th 2012 @ 12:22:08 PM
Error Date : Friday, July 13th 2012 @ 12:22:08 PM
Script : http://www.androidworld.it/forum/vbmail.php?langid=1
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version :

DragonByte Tech 07-14-2012 02:40 PM

You need to delete the files from this mod once you've uninstalled it.

Fillip


All times are GMT. The time now is 09:00 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01462 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete