vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microNEWSLETTER (Mailinglist Manager) (https://vborg.vbsupport.ru/showthread.php?t=234208)

MaryTheG(r)eek 01-29-2010 07:56 AM

Quote:

Originally Posted by balkanboy (Post 1969318)
lol there is a pro version? hrmm

Do you've any problem for it? Not Downloaded, Not Installed, what's the reason to post comments? If there is a pro version it has to do with those who downloaded it and maybe feel that the free version is useless (which is not for sure).

Members like you, make me think if finally I'm idiot posting Free mods.

Maria

MaryTheG(r)eek 01-29-2010 09:59 AM

For those who asked the differencies between Free and Pro:
http://www.microhellas.com/main/show...PRO-in-a-short

Maria

kisanjong 01-29-2010 06:00 PM

Quote:

Originally Posted by MicroHellas (Post 1969618)
I found a typo which most probably is causing this problem. Please open newsletter.php and in line 525 check if it's like:
Code:

$mail->Body = $bodytext.$bottomline;;
If yes, then change it to:
Code:

$mail->Body = $bodytext.$bottomline;
Please let me know.

Thank you
Maria

sorry for the delayed response its still the same maria 2 x vmoods is showing.

Trek 01-29-2010 06:13 PM

Quote:

Originally Posted by MicroHellas (Post 1969622)
Members like you, make me think if finally I'm idiot posting Free mods.

Maria

Don't let one person's attitude take away from all of the "thank you" and praise you've gotten in the thread. Some people are ungrateful jerks, just ignore them. =)

we_are_borg 01-29-2010 06:26 PM

Trek is right Maria some people can be rude and ungrateful. This mod is going to be installed when my site has all the plugins i need its real great.

To balkanboy people still need to support them selfs and the prices Maria asks is not that much.

Trek 01-29-2010 06:58 PM

Quote:

Originally Posted by we_are_borg (Post 1969946)
To balkanboy people still need to support them selfs and the prices Maria asks is not that much.

This is very much true. I personally cannot afford the pro prices Maria charges(I'd really like the pro versions of classifieds, support and this newsletter), so I'm sticking with the free versions as I use all three. However, I fully support someones right to make money off of their hard work!

dianna 01-30-2010 03:14 AM

Quote:

Originally Posted by MrKing (Post 1969928)
sorry for the delayed response its still the same maria 2 x vmoods is showing.

I am having the same issue. Also the pro version....does that come with pro install lol

MaryTheG(r)eek 01-30-2010 03:16 AM

Quote:

Originally Posted by MrKing (Post 1969928)
sorry for the delayed response its still the same maria 2 x vmoods is showing.

That reply was for the bug of html emails. As for the double menu, could you please post me the code that vmood is using in the plugin?

Maria

kisanjong 01-30-2010 06:10 AM

Quote:

Originally Posted by MicroHellas (Post 1970248)
That reply was for the bug of html emails. As for the double menu, could you please post me the code that vmood is using in the plugin?

Maria

lol ok sorry about that ;)

the plugin code for vmoods is the one called Plugin vb4 - show the mood menu in all pages ?

is so this is it :)

Code:

if ($vbulletin->options['vmoods_active']){
  if ($vbulletin->userinfo['userid'] > 0 && in_array($vbulletin->userinfo['usergroupid'], explode(",", $vbulletin->options['vmoods_usergroups'])) == false){
    if (empty($vbulletin->userinfo['vmood']) == true){
      $vbulletin->userinfo['vmood'] = 'none';
    }

    $vmoods_list = explode("\n", $vbulletin->options['vmoods_list']);
    $vmoods_list = array_map('trim', $vmoods_list);
    $vmoods_list = array_merge(array('none'), $vmoods_list);

    $vmoods_templater = vB_Template::create('vmoods');
    $vmoods_templater->register('vmoods_list', $vmoods_list);
    $vmoods_templater_render = $vmoods_templater->render();
   
    if ($vbulletin->options['vmoods_auto_navbar']){
      if (defined('VB_PRODUCT')){
        switch((string) VB_PRODUCT){
          case 'vbcms':
            $template_hook['vbcms_navbar_end'] .= $vmoods_templater_render;
            break;
          case 'vbblog':
            $template_hook['blog_navbar_end'] .= $vmoods_templater_render;
            break;
        }
      } else {
        $template_hook['navbar_end'] .= $vmoods_templater_render;
      }
    } else {
      $vmoods_variables = array('vmoods_list' => $vmoods_templater_render);
      vB_Template::preRegister('navbar', $vmoods_variables);
      vB_Template::preRegister('header', $vmoods_variables);
    }
  }
}


MaryTheG(r)eek 01-30-2010 08:34 AM

Quote:

Originally Posted by MrKing (Post 1970288)
lol ok sorry about that ;)

the plugin code for vmoods is the one called Plugin vb4 - show the mood menu in all pages ?

If you deactivate vmoods, what is happening? Newsletter's link appears or not?

Maria


All times are GMT. The time now is 09:06 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.01341 seconds
  • Memory Usage 1,749KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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