The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Lilis Pizza Pizza Messenger (PopUp Messenger) Details »» | |||||||||||||||||||||||||||
Lilis Pizza Pizza Messenger (PopUp Messenger)
Developer Last Online: Mar 2015
Lilis Pizza Pizza Messenger for vBulletin 3.5.... or higher V 1.0.0 Preamble: Lilis Pizza, Pizza Messenger is an enhancement from one of my older hacks (at-lantis SMS System). The name Pizza, Pizza has no special reasons and is fine as any other. Lili is my lovely wife (best wife ever, Ephraim Kishon would say) that took care of me whilst writing this messenger. In fact I didn't eat any pizza whilst scripting. If you start installation, you accept the terms in the enclosed copyright.txt! Download the zip file Read the install_lppmessenger.html 1. Import the product-lppmessenger.xml file in ACP. (Important! Import as product not as plugin!) Now you are almost ready. Now upload all files that are in the upload folder. Keep the folderstructure. 2. Apply LPP messenger settings. In ACP you can now find the additional setting LPP messenger. There you can activate the messenger and apply additional settings. That was all. Now you have installed an additional communication system in your forum that surely pleases your users. Dont forgot to vote here: Credits. Many thanks to Hellraider for english phrases. (great work) Support: English and german support for this hack here: www.vbstatistic.com At the end: Writing this modification has cost some time of work. If you like this modification and you want to support me in development on other modifications, small donations (minimum 5 Euro, of course more is also possible *g*) by PayPal are welcome. VBSEO Users please read the note from The Realist here: https://vborg.vbsupport.ru/showpost....6&postcount=25 03.03.2006 20:45 Note: Fix the little bug with the musername in the alt tag. small advertisement Are you interested in a great statistics for your forum? Visit my projekt www.vbstatistic.com Andree (PcFreak) Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
||||
|
||||
So, what's the difference between this and the Pager?
|
#53
|
|||
|
|||
I'm a little unclear about what this does. Does it send text messages to cell phones?
|
#54
|
||||
|
||||
Quote:
Quote:
|
#55
|
|||
|
|||
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 |
#56
|
||||
|
||||
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
|
#57
|
||||
|
||||
Quote:
Quote:
Uninstall product. In product XML search for: Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD lppstatus SMALLINT(6) NOT NULL default '1'"); Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD lppstatus SMALLINT(6) NOT NULL default '0'"); Quote:
|
#58
|
||||
|
||||
Quote:
|
#59
|
||||
|
||||
Quote:
You can do this in the lpp_messenger_wol template. search for this: Quote:
Quote:
|
#60
|
||||
|
||||
Quote:
Code:
<!--LPP Messanger Start--> <if condition="$vboptions['lppaktiv']"> <if condition="$userinfo['lppstatus']=='1'"> <a onClick="window.open('lpp_messenger.php?do=lppmessenger&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&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--> |
#61
|
||||
|
||||
Ups.
Sorry i have qouted the wrong code This one is correctly. Quote:
e.g. to http://www.mydomain.com/forum/lpp_messenger.php? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|