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)
-   -   Add-On Releases - Cute PostMan Notification Mod (https://vborg.vbsupport.ru/showthread.php?t=285891)

Mastermaik 11-11-2013 08:00 PM

Hi,
i am sorry, does not work for me with vB 4.2.1 Patch 1.... :(

franzes80 11-11-2013 08:50 PM

work on vb 4.2.2 thank you

bosanci28 11-11-2013 09:08 PM

Works in 4.2.1
Thanks

Harpo 11-12-2013 09:45 AM

Installed nice. on 4.2.2

Stratis 03-13-2016 10:00 AM

copyright of this mod shows one of the two links to porno site
Code:

$footer .= "<span class='shade footer_copyright' align='center' style='visibility:hidden;margin-top:-20px;'><a href='http://eckip.com/v/' target='blank'>Cultural Forum</a> | <a href=http://malist.org/ target=blank>Study at Malaysian University</a></span>";
What is legal or not, to delete copyright or including porno site.

In Omnibus 03-13-2016 11:44 AM

Quote:

Originally Posted by Stratis (Post 2567108)
copyright of this mod shows one of the two links to porno site
Code:

$footer .= "<span class='shade footer_copyright' align='center' style='visibility:hidden;margin-top:-20px;'><a href='http://eckip.com/v/' target='blank'>Cultural Forum</a> | <a href=http://malist.org/ target=blank>Study at Malaysian University</a></span>";
What is legal or not, to delete copyright or including porno site.

It's legal to remove as the link is not the source of the add-on.

Stratis 03-13-2016 12:21 PM

Sorry, it was not a question (?) but I am angry when I see things like that.
It is included in the plugin though. (malist.org)

Thanks for the answer.

Stratis 12-28-2017 12:30 PM

I come back for this mod after those years. I had this mod disable except one plugin because when I uninstalled it I had problem with the login. Today I will try to find a solution if some one can help me. Here some info:


1) When uninstall or disable or put it in Off condition from settings I get this error:
Code:

Invalid SQL:
SELECT COUNT(*) AS num
                  FROM moderation AS moderation
                  INNER JOIN post AS post ON (moderation.primaryid = post.postid)
                  INNER JOIN thread AS thread ON (post.threadid = thread.threadid)
                  WHERE type = 'reply' AND forumid IN (  );
MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 5
Error Number  : 1064
Script        : http://MYFORUM/login.php?do=login
Referrer      : https://MYFORUM/forum.php
Classname    : vB_Database_MySQLi

This error comes up when some one goes to login.
Code:

https://MYFORUM/login.php?do=login
I found that from five plugins of the module when I disable this one makes the error.
Plugin name: "PostMan Notification" with Hook "global_start"
Code:

if ($vbulletin->options['postman_enable'])
        {

                $templater = vB_Template::create('postman');
                $templater->register('vsa_regtime', $vsa_regtime);
                $vsa_att_zeroposters = $templater->render();

                $ad_location['global_below_navbar'] .= $vsa_att_zeroposters;           
        }

Any help what I can I do so not get error when uninstalling it? Thanks in advanced.


P.S If I install modification again and it is active there is no problem.


EDIT: It conflict with this mod
https://vborg.vbsupport.ru/showthread.php?t=241301
Did not find solution yet


All times are GMT. The time now is 06:25 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.01428 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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