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)

sgbmad 08-04-2011 11:42 AM

Installed but guest users can view everything!! :(

Also, in the settings page of any mailing list does not appear the guest group...

How I can fix it?

(fresh install 1.1.2 version)

Scalemotorcars 08-04-2011 11:45 AM

Thanks Fillip.

sc123 08-04-2011 12:09 PM

is it to possible to automatic email a post?

DragonByte Tech 08-04-2011 04:02 PM

Quote:

Originally Posted by sgbmad (Post 2229213)
Installed but guest users can view everything!! :(

Also, in the settings page of any mailing list does not appear the guest group...

How I can fix it?

(fresh install 1.1.2 version)

This is intended behaviour, so there's no fix :)

Quote:

Originally Posted by sc123 (Post 2229225)
is it to possible to automatic email a post?

Not in the current version, no.


Fillip

sgbmad 08-04-2011 04:16 PM

Quote:

Originally Posted by DragonByte Tech (Post 2229285)
This is intended behaviour, so there's no fix :)

Not in the current version, no.


Fillip

Then, is there no way to have a mailing list "private" for certain groups?

I think it would be very interesting for many communities.

Thanks.

DragonByte Tech 08-04-2011 05:03 PM

I believe there is, but I'll look into it for the next version :)
There's no ETA for the next version yet.


Fillip

sgbmad 08-05-2011 04:58 AM

Thanks Fllip.

pedroenf 08-12-2011 11:09 PM

Hi. I've installed this mod and when trying to ad a mailing list got this error:

Database error in vBulletin 4.1.5:

Invalid SQL:
INSERT INTO vbdbtech_vbmail_mailinglist
(title, description, active, displayorder, ownerid, fromemail, external, permissions, bitfield)
VALUES
('Mailing List', 'A mailing list that notifies people of wonderous things.', '1', 10, 0, 'mail@mail.com', '0', 'a:14:{i:7;i:89;i:5;i:89;i:11;i:89;i:23;i:89;i:12; i:65;i:2;i:65;i:13;i:65;i:9;i:65;i:21;i:65;i:20;i: 65;i:6;i:89;i:25;i:89;i:10;i:65;i:19;i:65;}', 1);

MySQL Error : Unknown column 'external' in 'field list'
Error Number : 1054


Could you help me?

DragonByte Tech 08-13-2011 08:24 AM

Run this query:
Code:

ALTER TABLE vbdbtech_vbmail_mailinglist ADD `external` ENUM('0', '1') NOT NULL DEFAULT '0'

Fillip

pedroenf 08-14-2011 10:04 PM

Thanks fillip, that worked for the mailing list ad. But another problem came up. When trying to change one user email in the CP this MySQL error showed up:

Database error in vBulletin 4.1.5:

Invalid SQL:
UPDATE vbuser SET
### Bitfield: vbuser.adminoptions ###
adminoptions = IF(adminoptions & 1, adminoptions - 1, adminoptions),
adminoptions = IF(adminoptions & 2, adminoptions - 2, adminoptions),
usertitle = '<font color=#C8ABDE size=2><b>G6 Iniciado</b></font>',
customtitle = 0,
email = '********@live.com',
languageid = 0,
birthday_search = '****-**-**',
birthday = '**-**-***',
referrerid = 0,
joindate = 1220931960,
lastactivity = 1221240900,
lastpost = 0,
dbtech_vbmail_bounceflag = '0',
membergroupids = ''
WHERE userid = ******;

MySQL Error : Unknown column 'dbtech_vbmail_bounceflag' in 'field list'
Error Number : 1054
Request Date : Monday, August 15th 2011 @ 12:00:27 AM
Error Date : Monday, August 15th 2011 @ 12:00:27 AM
Script :
Referrer :
IP Address : *********
Username : PedroEnf
Classname : vB_Database
MySQL Version : 5.5.15

Even when the plugin is disabled the error persists.


PS: Tested after the last plugin update


All times are GMT. The time now is 04:50 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.02370 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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