vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBMS : vBulletin Mail System (https://vborg.vbsupport.ru/showthread.php?t=140828)

KuJoe 04-23-2008 01:45 AM

FYI: Just purchased and installed SocketMail per a suggestion to replace this mod, unfortunately it does not work with vBulletin at all, the last supported version is 3.0.3. :(

Odoin 04-28-2008 04:43 AM

Anyone have this working with PHP 5.2.5?

powerful_rogue 05-12-2008 07:30 PM

Does anyone know of a way to remove the "Email" link from the navbar?

Ive got a few members testing it out and dont want everyone to see the email link before its rolled out. Or failing that, making it so its only visable to Admins/Super mods.

PlymWS 05-25-2008 07:30 AM

To remove the email link from the navbar you need to edit the navbar template and comment out the email section.

I have found a couple of problems as well.

Firstly when I send an email using VBMS it gets sent to the recipient twice. How can I change this so that the mails get sent once ?

Also when I send an email to a Gmail account the email displays all the HTML in the message body. I think this is a Gmail setup problem but I'm not sure. Any ideas ?

basketmen 05-27-2008 06:29 AM

Quote:

Firstly when I send an email using VBMS it gets sent to the recipient twice. How can I change this so that the mails get sent once ?
there is a solution in this thread, just search it



Quote:

Also when I send an email to a Gmail account the email displays all the HTML in the message body. I think this is a Gmail setup problem but I'm not sure. Any ideas ?
read my post above this is happened to everyone to gmail https://vborg.vbsupport.ru/showpost....&postcount=400
yeah i hope someone can give solution/fix here about this

silly rabbit 06-17-2008 03:08 AM

Quote:

Originally Posted by powerful_rogue (Post 1517567)
Does anyone know of a way to remove the "Email" link from the navbar?

Ive got a few members testing it out and dont want everyone to see . . .

Rogue, taking out the "Email" will remove the menu access as well. Rather than remove thru comment out (ie:"<!-- -->") in the navbar wrap a condition around it instead like:

<if condition="$bbuserinfo[userid]=10">
. . . do Menu LINK
</if>

I'd like to use the stock notifications that comes with 3.7.0 (runs fine by the way) but not sure where or how to add in but still leaves the problem of where to place the menu access.

Is this the format?
PHP Code:

{
    
$notifications['dup_repcount'] = array(
        
'phrase' => $vbphrase['dup_new_reputation'],
        
'link'   => $vbulletin->options['duppath'].'usercp.php?'.$vbulletin->session->vars['sessionurl'],
        
'order'  => 11
    
); 

Rabbit

Penfold69 07-02-2008 01:09 PM

Had to fix line 790 of vbms_class_installer.php

replace:

$usersettings['notls']);

with

$usersettings['vbms_forcenotls']);

To get it to install properly.

basketmen 07-03-2008 08:42 AM

Quote:

Originally Posted by Penfold69 (Post 1564800)
Had to fix line 790 of vbms_class_installer.php

replace:

$usersettings['notls']);

with

$usersettings['vbms_forcenotls']);

To get it to install properly.

i dont need to change anything like this, i can install perfectly with default file

mackers8923 07-12-2008 10:10 PM

I see from the first post this is still regarded as pre final version, are we likely ever to see it issued version or would it be worth looking at something else?

For the record I think its a great hack and have tested it on a closed board but it would be nice to go live with it.

Konstantinos 07-13-2008 04:00 AM

i use it in a live board and works normally


All times are GMT. The time now is 07:36 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.01495 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (4)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