vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Lilis Pizza Pizza Messenger (PopUp Messenger) (https://vborg.vbsupport.ru/showthread.php?t=109361)

ronoxQ 03-06-2006 11:17 PM

So, what's the difference between this and the Pager?

subnet_rx 03-07-2006 01:43 PM

I'm a little unclear about what this does. Does it send text messages to cell phones?

Hellraider 03-07-2006 02:21 PM

Quote:

Originally Posted by ronoxQ
So, what's the difference between this and the Pager?

https://vborg.vbsupport.ru/showpost....5&postcount=36


Quote:

Originally Posted by subnet_rx
I'm a little unclear about what this does. Does it send text messages to cell phones?

https://vborg.vbsupport.ru/showpost....8&postcount=46

dsotmoon 03-08-2006 01:41 AM

2 questions

#1 as someone else asked, can this made to be usergroup based, ie: allow it for specified groups but not all

#2 can it be made where its off for the user by default and they would have to enable it via their profile options? I ask this because I would not want to upset members who would prefer NOT to receive this type of IM

thanks

bada_bing 03-08-2006 02:35 AM

Would concider is usergroup based... Also what does this do to the server load as I remember someone else doing a silular hack and poeple were complaining that the server load went crazy after installing the hack

Hellraider 03-08-2006 09:00 AM

Quote:

Originally Posted by dsotmoon
2 questions

#1 as someone else asked, can this made to be usergroup based, ie: allow it for specified groups but not all

Actually no.

Quote:

Originally Posted by dsotmoon
#2 can it be made where its off for the user by default and they would have to enable it via their profile options? I ask this because I would not want to upset members who would prefer NOT to receive this type of IM

thanks

This has not been tested by me. I think PcFreak will give you a statement on this. So long try this at your own risk:

Uninstall product.
In product XML search for:
Code:

$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD lppstatus SMALLINT(6) NOT NULL default '1'");
REPLACE with:
Code:

$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD lppstatus SMALLINT(6) NOT NULL default '0'");
Reimport the XML.


Quote:

Originally Posted by dsotmoon
Also what does this do to the server load as I remember someone else doing a silular hack and poeple were complaining that the server load went crazy after installing the hack

Please read posts #42 to #44.

yinyang 03-10-2006 05:03 AM

Quote:

Originally Posted by yinyang
what's important to me is making the pager show up in the What's Going On box on the Forumhome. I copied the coding in the lpp_messenger_wol template and put it in the forumhome template in the appropriate place and nothing shows up.

any suggestions? i'd appreciate it. thanks!

*bump*

PcFreak 03-10-2006 02:46 PM

Quote:

Originally Posted by yinyang
*bump*

You must change the relative path to the lpp_messenger.php in an absolute path.

You can do this in the lpp_messenger_wol template.

search for this:
Quote:

<script type="text/javascript">
<!--
window.open('lpp_messenger.php?do=read_message','_blank','toolbar=no,resizable=y es, scrollbars=yes,location=no,menubar=no,width=430,he ight=310,top=150,left=100,status=no');
-->
</script>
and change ist to for e.g.:
Quote:

<script type="text/javascript">
<!--
window.open('http://www.mydomain.com/forum/lpp_messenger.php?do=read_message','_blank','toolbar=no,resizable=y es, scrollbars=yes,location=no,menubar=no,width=430,he ight=310,top=150,left=100,status=no');
-->
</script>

yinyang 03-10-2006 05:51 PM

Quote:

Originally Posted by PcFreak
You must change the relative path to the lpp_messenger.php in an absolute path.

You can do this in the lpp_messenger_wol template.

search for this:


and change ist to for e.g.:

thank you, i will try this. however, my lpp_messenger_wol template is quite different than the one you list. mine looks like:

Code:

<!--LPP Messanger Start-->
  <if condition="$vboptions['lppaktiv']"> 
  <if condition="$userinfo['lppstatus']=='1'">
  <a onClick="window.open('lpp_messenger.php?do=lppmessenger&amp;userid=$userinfo[userid]','_blank','toolbar=no,resizable=yes, location=no,menubar=no,width=430,height=310,top=150,left=100,status=no');return false"
  target="_blank" href="lpp_messenger.php?do=lppmessenger&amp;userid=$userinfo[userid]">
  <img src="$stylevar[imgdir_misc]/vbim.gif" alt="$userinfo[username] $vbphrase[lppmess_send_a_mess]" border="0" /></a>
  </if>
  </if> 
<!--LPP Messanger Stop-->

where in the above would i put it?

PcFreak 03-10-2006 06:33 PM

Ups.
Sorry i have qouted the wrong code
This one is correctly.

Quote:

<!--LPP Messanger Start-->
<if condition="$vboptions['lppaktiv']">
<if condition="$userinfo['lppstatus']=='1'">
<a onClick="window.open('lpp_messenger.php?do=lppmessenger&amp;userid=$userinfo[userid]','_blank','toolbar=no,resizable=yes, location=no,menubar=no,width=430,height=310,top=15 0,left=100,status=no');return false"
target="_blank" href="lpp_messenger.php?do=lppmessenger&amp;userid =$userinfo[userid]">
<img src="$stylevar[imgdir_misc]/vbim.gif" alt="$userinfo[username] $vbphrase[lppmess_send_a_mess]" border="0" /></a></span>
</if>
</if>
<!--LPP Messanger Stop-->
The bold part must be change to an absolute path.
e.g. to

http://www.mydomain.com/forum/lpp_messenger.php?


All times are GMT. The time now is 01:21 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.01180 seconds
  • Memory Usage 1,750KB
  • 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
  • (11)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