![]() |
Well you can't set specific once's to be shown, if im correct on newthread it picks random ones, and thats exactly what it does here.
As for changing the background, edit the template "chat_iframe" Find: Code:
$headinclude Code:
<style type="text/css"> Code:
<body class='alt2'> Code:
<body> - Zero Tolerance |
IT WORKS!! thanks man!!
i dont wanna be a jerkbut i have 2 ask 2 more things: when i change the color it stays white - heres the template (including color changes) Code:
$stylevar[htmldoctype] 1)Generic smilies (Viewed in the reply 'smilie' box) (25 smilies) 2)All Smilies (Viewed when u click 'More' under smilie box) (1000 smilies) My problemm is that the smilie box in the vbchat pulls random smilies from the All Smilies category... Is there a way to set it to take smilies only from the Generic Smilies? EDIT: I found where i can change it, but i dont wanna mess with it.. :/ I am even willing to set 25 permanent smilies to show...(via. setting smilie image addresses) Code:
$Smile_Display = ""; |
I dunno what the hex color #c2c2c2 is, but it may be that that hex colour is a lightish one, maybe.
As for choosing which category the smilies get pulled out of, i suppose that could be a feature in future versions. - Zero Tolerance |
Quote:
Also #c2c2c2 is a light grey. :squareeyed: |
Quote:
- Zero Tolerance |
when I am trying to save my setting in the admincp
I got his Quote:
Quote:
|
Quote:
The upgrade in the download is specified for users that were on v1.1.0, not any lower - Zero Tolerance |
oh.. fixed:)
THanks. |
ok so i can wait till 1.1.2 for those features ^^
some suggestions:
|
Deleted - solved my own problem!
|
I don't get what I am supposed to put in my "user status". I like the date and time thing in the example. How do I get that to appear?
|
Wow! Thank you!!! I just installed perfectly due to your terrific instructions. This is a very professional hack, and a great addition to my forum.
I think I agree that the time stamp is superior to the "status" ... is there any possible way for you to include your "old code" in this thread? In any case, thanks again for all your hard work and for sharing it with everyone. :) |
Im having 1 problem...
#1 the IM to a member is not working Thanks for the help. Love it and so do my members!!! |
Are you able to make it soo it auto prunes if there is no activity for like 30 min?
|
how can remove the installation?? thanks
|
Hey Zero, Thanks for the hard work...cool hack.
One thing, invisible members, shouldn't be listed in the who is currently in vBchat! right? |
OOOOO!!!! Could someone PLLLEEEAAASSSeEEE install this hack for me??? Tis totally awesome!!!! If you can help me out, please contact me via email at: Pandora@Sweet-November.Net
Thankies! |
If you have access to your server and AdminCP, its really a simple hack...just follow the instruction...The only way to learn is thru trial and error like most of us have done!....
Just give it a try and if it screws up, then ask via a post what to do next to fix it!... |
Is there a way to update from 1.1.0 to 1.1.1 WITHOUT changing my templates?
|
Parse error: parse error, unexpected '}' in /home/yuneek/public_html/forum/index.php on line 422
Here is the code from line 422: Quote:
|
Quote:
|
is there a way to clear chat history? :squareeyed:
|
Quote:
/msg [Zero Tolerance] your message here.... The brackets are needed around the username, since the username can be anything i had to set some parameters in the regexp search to make it find who you were sending the message to. - Zero Tolerance |
Quote:
This is a trick question, right? I sure hope so!! :rolleyes: |
vBChat Prune Options
Prune By Days - Prunes messages older than number of days inputted Prune By Member - Prunes all messages by member inputted Pune By Private MSG's Sent By User - Prunes All Private MSG's sent by user Pune By Private MSG's Recieved By User - Prunes All Private MSG's recieved by user Complete Prune - Removes All Messages |
Plus theres now an auto prune option
- Zero Tolerance |
So anyone want to tell me how to get the date and time where "user status" is like in the 1.0.0 version?
|
thanks and this chat hack is what ive been looking for it goes well with all my templates its great thanks mate :D
|
.....but I've read through all the messages on this topic and I'm still unsure how this works.
Can I just install this and it works off my vb server or do I need a dedicated irc server? If so how do I go about sorting an irc server? And what do I need? |
Quote:
This is a simple add-on that uses your SQL database. you do not need anything else. Install it and go. :D |
ZT are you going to still include an auto annountment so the chat can post important information in series?
|
Very nice hack I installed it and it works great.....
Would like to suggest a scroll type page where it could be set up to just read the old chat from a preset time. That way when you log in you can check what has been happening for the last hour or day or whatever it is set for without the constant refresh... Great hack and very nice work... |
would it be possible to add an option to disable a usergroup from being able to chat? Say you have a featured guest and you only want them to be able to post in the chat with the questions coming through PM?
|
Quote:
Quote:
- Zero Tolerance |
does banning mean they can still login and view the chat and PM, just not post a message? Thats what I need :)
|
Quote:
|
after installation i tried to edit options i got this sql error
HTML Code:
Database error in vBulletin 3.0.3: then i went to check out the chat from client side by hitting vbchat on the navbar and where the chat goes i got this error HTML Code:
Database error in vBulletin 3.0.3: your help is much appreciated! |
Quote:
|
I installed this hack and everything works perfectly good...all but my forum users are all invisible when they are ACTUALLY LOGGED in...err...can someone check out my forum home index file to see if it is configured correctly? I got a feelin something went wrong in that area...
Also, when you click to "Join Room" are you suppose to be automatically redirected to it after clicking "Join Room"? Cuz it just refreshes and does nothing... Can someone plz help me out here??? |
K, I think I know where it went wrong...can someone plz check this bit out to see if it is configured correctly it is from my forum home index file:
while ($loggedin = $DB_site->fetch_array($forumusers)) { $userid = $loggedin['userid']; if (!$userid) { // Guest $numberguest++; $inforum["$loggedin[inforum]"]++; } else if (empty($userinfos["$userid"]) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity'])) { $userinfos["$userid"] = $loggedin; } if(preg_match("/vBChat.php/",$loggedin['location']) && $loggedin['userid']){ $vbchat_users[$loggedin['userid']] = $loggedin; $numbervisible++; } } // Configure Peeps In vBChat $invBChat = ""; if(is_array($vbchat_users)){ foreach($vbchat_users as $invbc){ if($invBChat == ""){ $extra = ""; } else { $extra = ", "; } // Get Username Style $invbc['musername'] = fetch_musername($invbc); $invBChat .= "{$extra}<a href='member.php?{$session['sessionurl']}&u={$invbc['userid']}'>{$invbc['musername']}</a>"; } } if($invBChat == ""){ $invBChat = "<i>No one is currently inside vBChat</i>"; $numberregistered++; } Can someone please check it out and tell me where I went wrong and how to fix it? |
All times are GMT. The time now is 02:34 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|