Version: 1.2.1, by Inflikted
Developer Last Online: Aug 2012
Category: Chat Modifications -
Version: 4.0.3
Rating:
Released: 04-18-2010
Last Update: 04-26-2010
Installs: 181
DB Changes Uses Plugins
Re-useable Code Translations
No support by the author.
I originally had this posted in the VSA Chat thread however with the endless amount of posts the script is somewhat lost in there , plus I have a small update for it to remove the notification for edited/deleted posts which many people asked for, I apologize I posted the outdated version before.
UPDATE April 27th 2010
-Added Arabic Translations Thanks Dr.osamA
UPDATE April 24th 2010
-Added in failsafe incase you don't use html markups, to default back to admincp option choice for userid color
UPDATE April 24th 2010
-Added new member registration notification
-Added username html markup for colors
-Added option to turn off various plugins/products
UPDATE April 21st 2010
-Created a product, so its easier to edit the options for people
-Option to name your RSSFeedBot
New Installation Instructions:
1. Make sure VSA Chatbox AJAX is installed (grab it here https://vborg.vbsupport.ru/showthread.php?t=235271)
2. Install the attached xml below in your Product section of AdminCP
3. In vbulletin options you can edit the product in VSA Chatbox Addons category
Update Instructions:
1. Remove all plugin first
2. Install this new product
3. In vbulletin options you can edit the product in VSA Chatbox Addons category
Thats about it
You can see an example in the photo below or on my website I have it running as well Demo: http://www.freefrag.com
Coming Soon...
Additional Requested Options from members
-Arcade win announcements
-New members announcement
-Sound Alert Option
you can modify the line with $message=... it's simply bbcoding involved. Currently its
First color is set to silver for the username. 2nd Color is set to white for the rest of the thread. You can remove the bbcoding and it will default to the normal color. I apologize my theme is set to dark so I left it for a dark theme, anyone with a bright theme won't be able to see squat lol. I'll post a version stripped of bbcode in a bit.
PHP Code:
$message = '[color=silver][b]' . $username . '[/b][/color][b][/b][color=white] replied to the thread[/color] ' . $titleprefix . unhtmlspecialchars($this->info['thread']['title']) . $titlesuffix;
At the risk of looking like a complete idiot what is the ID for that you speak of to change. Trying to figure out what changing it does... Great mod by the way, it is just what I was looking for...
sorry I fixed the post, instead of id it should have said userid. By default its assigned to 1. But you can create a fake forum account for a PostBot or w/e you want to call it lol. and then assign the userid of the postbot. As I have done on my site.