The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VBJv | mEssenger v2.02 Details »» | |||||||||||||||||||||||||
Vbulletin Java Messenger v2: instant messenger for instant community. Hello everyone, first i would like to point this to the 2 year old Hack now this thread didn't have hardly any support, but after i waited for almost a year now for someone to port this over to the latest vb, i came accross it again a week ago and i said thats it its time for it to get ported, so i went to work going through all the scripts seeing whats needs to be changed What is this? this is a messenger for vbulletin that is in jave it uses the forum's user tables from your database to host the user system, so automaticly the users are signed up for the forum's messenger. What i have to change? templates - (1) To install: i have made the codes work where you upload the VBmessenger folder with in your forums folder, if you would like it else where you will have to edit a few lines which im not gonna go through right now. upload the folder VBmessenger to your forum root upload the php fiile marquee.php to the forum root as well test to see if it works, it should work, if not and it says give VB ID number then go to forum/vbmessenger/sources/vbulletin_3.xx_plugin.php and on line 15 you will see this Code:
$VAR["vbulletinlicenceid"] = ""; if you need help remembering or finding your vbulletin id code, then open up any vbulletin php file and at the top it gives you your id code How To's To edit the colours edit the css in the files in the Style folder. so files:
you must update this in the marquee.php which is located at this point in your forum root Code:
echo "<tr>\n"; echo "<td width=\"$marquee_width\" style=\"border-bottom: 1px inset #000000; background-color: #4C6CA4\" onMouseover=\"this.style.backgroundColor='#607DAE';\" onMouseOut=\"this.style.backgroundColor='#4C6CA4';\">\n"; echo "<font size=1 face=\"Verdana, Arial, sans-serif, Helvetica, Times\">\n"; echo "<b><a href=\"http://domain.com/showthread.php?s=&threadid=" . $latestthread['threadid'] . "\" target='_blank'>" . $latestthread['title'] . "</a></b><br>\n"; echo "Started by: <a href=\"http://domain.com/member.php?s=&action=getinfo&username=" . $latestthread['postusername'] . "\" target='_blank'>" . $latestthread['postusername'] . "</a><br>\n"; echo "Last Post by: <a href=\"http://domain.com/member.php?s=&action=getinfo&username=" . $latestthread['lastposter'] . "\" target='_blank'>" . $latestthread['lastposter'] . "</a><br>\n"; echo $numreplies; echo "\n</font>\n"; echo "</td>\n</tr>\n\n"; How to add instant popup link instead of going to the domain.com/vbmessenger/ index to open messenger add the following java to the header: Code:
<script language="Javascript1.3"> function launchbbm() { s001 = window.open("index.php?func=m_frameset", "", "width=233, height=450, address=no, toolbar=no, status=yes"); location.href="../index.php"; } </script> Code:
<a href="javascript:void(0)" onclick="launchbbm()">your link</a> Code:
href="javascript:void(0)" onclick="launchbbm()"> You must add the javascript to the "headinclude" template for your forum, and you have to edit the code to reflect the proper path to your forum or else all you will get is your forum main page when you click the link. Support and Help I will try my best to help with anyone's problems but i can't offer full support im not extreamly good at codeing nor debugging, but i can try and help to my best. i also don't mind if anyone helps fellow users with support that would be nice. i tired to make the code as easy as possible to install with no bugs, the only thing you would need to change is probably on some boards maybe ur Vbulletin ID number thats about it, otherwise upload zip and enjoy IF YOU USE THIS PLEAS DON'T FORGET THE MAGICAL BUTTON i would like to give most props to the 2 users who made this in the first place C.Birch and TomUK TomUK is the original writer of this scripts for bb|messenger, he wrote it for his friend C.Birch who then later took it and made it work for vb, then after 2 years of complete no support i took it and made it into V2.0 to work with the new 3.6.1 Vbulletin, its a shame to see this project go down and lost like this its a great SIMPLE addon that is FULLY customizeable to all sites.i have changed the name and i will work on a new style in a week or so after i get some other work done, if ANYONE would like to help with this project its would be very nice just pm me with ur changes/ your version i will take a look and update this thread and give some credit. as far as features go i have a big list of things i want to do to this, i just need someone to help in codeing the ideas. in the original thread it was said that C. birch is no longer in charge of the script but it was not said who took over so i guess, i have now, any questions feel free to ask Updates
Demo is hosted by user azn_romeo_4u at http://www.flyffworld.com/forums/vbmessenger/ Show Your Support
|
Comments |
#52
|
|||
|
|||
any update for 2.03?
install.inc doesn't work, still got fatal error. |
#53
|
|||
|
|||
im very sorry everyone i have not had time to work on the codes, im am trying to move my server, and get the domain transfered but i have a very big problem im trying to get solved with my domain. but once i finish all that and i get settled into my new server i will. try my best to get 2.03 rolling out, dont loose me here
|
#54
|
|||
|
|||
Quote:
forum/vbmessenger/sources/lib/install.inc.php then after you put that into that section you go to www.your_site.com/forum/vbmessenger/ and it will bring up the install page, this page will show up in error form, du to the fact thats its somewhat old code and the image dirs are not hte same in 2.xx version. but ignore all that and just type in your admin user and password in the boxs given and press install. it should load the main page where you open the messenger. *tips to get it working* i donno why this is but when i help install this for a user i was on firefox and the install page came up, but that user was on ie and just saw white page, so try and use firefox to do the install. also it has ben found that if you log out your forum then long back in makeing sure the remember me checkbox is checked then the messeger works better in connecting to your user table. so check the checkbox and log in |
#55
|
|||
|
|||
Quote:
http://www.domain.com/forum/ or http://www.domain.com/index.php for example? |
#56
|
|||
|
|||
spikeman*
i looked into the code and i noticed that the only links that need to be changed if you have diffrent forum setup is the links inside the vb plugin. and even so those link would not cause this problem they are basic links the redirect page to index and get your pm info and profile info but yes we can always work fromt he top, it would be goood to knowthe forum install dir pehchaan |
#57
|
|||
|
|||
Quote:
http://www.domain.com/index.php << vb Forum http://www.domain.com/vbmessenger/ << vb Messenger i tried many time with install file, but still not, just getting errors, i posted before. |
#58
|
|||
|
|||
Quote:
|
#59
|
|||
|
|||
Quote:
Thanks man you have done it !! i really appreciate your work. |
#60
|
|||
|
|||
Quote:
|
#61
|
|||
|
|||
I have a couple of questions...
1. when I click on Latest Topics I get this error: Fatal error: Call to a member function on a non-object in /home/admin/domains/bostonerotic.net/public_html/board/marquee.php on line 36 2. The rest of the settings all say coming soon... How do I get them? 3. I want to disable word filter... Where would I do that? Thank you, Ella |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|