vBulletin Mods

The Official vBulletin Modifications Site
http://www.vbulletin.org/forum/showthread.php?t=235271

Bouncer222 14 Jun 2010 20:49

Vilhiem,

It says on that mod page that...

Quote:

"Coming Soon...
Additional Requested Options from members
-Arcade win announcements
-New members announcement
-Sound Alert Option"
So that means it doesn't have the sound notification yet.

vilhiem 14 Jun 2010 21:44

Here's the method to add a sound alert:

http://www.vbulletin.org/forum/showp...postcount=1116

fuzioneer 15 Jun 2010 04:21

How do we rename the app to something simple like "Chat Room" on the navbar instead of "Chatbox Full" ?

Videx 15 Jun 2010 04:41

Quote:

Originally Posted by fuzioneer (Post 2053829)
How do we rename the app to something simple like "Chat Room" on the navbar instead of "Chatbox Full" ?

Already been covered. Whenever you install a mod you must take the time to read through the entire thread.

How to rename: http://www.vbulletin.org/forum/showp...&postcount=399

fuzioneer 15 Jun 2010 05:18

whoops thx Videx all sorted now :)

text color
by sean-zigster
15 Jun 2010 06:07

My Chat box was working fine but now for some unknown reason i cant change the color of the text ?


Thanks

Valter 15 Jun 2010 17:43

Try with clearing cookies.

Check if it works with other browsers...

Or it does not work for other members too?

Fit Chathead to Forumhead
by masterb44hz
16 Jun 2010 12:36

1 Attachment(s)
Hey there :) Great Mod first of all!!!

Is there a smooth way to fit the Chatboxhead to the styling of the Forumtitlehead?

Attachment 118517

Tried to change class="blockhead" to class="forumhead" in the templates. But the output was rather bad.
Would be glad if there was a fix to this problem of mine ;)

ngoulas 16 Jun 2010 13:26

Hi to all

i have 2 questions

1. i installed the newest version of Vsa Chatbox and i cannot find how to change the User name Color. Can anyone help me with this?

2. when i enable time settings, i get a h:i A and a d-m instead of displaying time and date. Why?

Thanks

Bug on Safari
by kersti
18 Jun 2010 08:21

1 Attachment(s)
Seeing a display error on Safari on Mac OSX

This has been reported previously but seems to have been lost in the resultant discussions.

x626xblack 18 Jun 2010 13:19

Works on vB 4.0.4.
Installed and running.

Samhayne-MMS 18 Jun 2010 16:30

Love the mod, installed and 5 star!

The only thing that would make it better for me would be if there was some flood or spam limiting settings, so users could only post say 3 posts every 30 seconds (make those settings Admin configurable). If they post more than than the flood settings, it sends a message to them that only they see that tells them, "You have reached the flood maximum for messages per second. Please slow down how quickly you are posting, thanks!" Or something like that.

Cheers!

Samhayne-MMS 18 Jun 2010 16:42

Quote:

Originally Posted by ngoulas (Post 2054483)
Hi to all

i have 2 questions

1. i installed the newest version of Vsa Chatbox and i cannot find how to change the User name Color. Can anyone help me with this?

2. when i enable time settings, i get a h:i A and a d-m instead of displaying time and date. Why?

Thanks

For user name color, it's the color set for that usergroup. for example on our forums for Administrators we have their names in green. In the Usergroup settings for that usergroup we have


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

for the section

Quote:

Username HTML Markup (Specify an opening and closing HTML tag with which to display the names of users in this group. This applies to names that appear on Logged-in Users, Who's Online, Users Browsing Forum, Users Browsing Thread, Posts, Member List etc.)
Hope that helps!

Iron Star 22 Jun 2010 13:17

Quote:

Originally Posted by Oracle simsim (Post 2049575)
WOW, you are wonderful

I made a mistake in my last post. I meant that the chatbox should OPEN in (9 pm) then CLOSE in (11 pm)

I know how to setup any cronjop but I was in need to the php code itself

now regarding the vsa chatbox product itself and in the light of your code I can write the code like this:

<?php
if (date("h")=="9")
{
mysql_query("UPDATE setting SET value='1' WHERE varname='vsachatbox_enable_product'");
}
else
{
mysql_query("UPDATE setting SET value='0' WHERE varname='vsachatbox_enable_product'");
}

?>

then the only what I need to do is to set the cronjob to run once at 9:00 pm then run it again once at 11:00 pm

but I have questions about that:

1. As far as I know, the settings of vbullein are saved in cache for quick read without need to go to the database each time to read the settings

2. if the chatbox is running, will this stop it immediatly ? or it will just prevent new comers from entering the chat. ? (VSA Chatbox read the setting in each refresh or only when it loads first time ?)

3. How do I connect to the database properly ? OMG

in any way. I will try it on my test server.

Thank you ti07shadow


It doesn't work for me... the table is well modified, but chatbox stays open... Another table to modify?

bailz66 23 Jun 2010 00:46

I am having almost the same issue as above. Does anyone know a possible solution to this.

There is obviously some other things that happen when starting and stopping the chatbox

(The issue im talking about is that the database gets updated but the page doesnt)

Someone mentioned something about a cache


All times are GMT. The time now is 10:39.

Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2001 - , vbulletin.org. All rights reserved.