View Full Version : BVShoutbox FULLL
Yes, but I'm not sure about admin permissions because I coudn't see it. *blinks
Usergroup permissions is the area you need to check :)
Snake
04-03-2005, 12:17 PM
I checked them already. Here's a screenshot. Maybe it's because I was running an illegal version of vB, purchased a license immediatly (so I am running it totally legal now), deleted the current files and reuploaded them. Do you think this caused the problem?
Maybe it's because I was running an illegal version of vB, purchased a license immediatly (so I am running it totally legal now), deleted the current files and reuploaded them. Do you think this caused the problem?
That would not make any difference .. you must have missed a file / template edit somewhere.
If you wanna set me a temp admin and email the files you edited, I'll take a look at it for you.
Gonna be a couple 'o hours .. gotta play the new Splinter Cell Chaos for a while :)
Snake
04-03-2005, 12:46 PM
Okay, check your inbox. I don't think I have made a mistake somewhere because I am not new to mod installations. :p
Snake
04-04-2005, 11:59 AM
TTG, I uploaded the file you sent me and it still ain't working. :(
TTG, I uploaded the file you sent me and it still ain't working. :(
Guess there were too many error in too many places with the initial install .. might be a good idea to un-install (https://vborg.vbsupport.ru/showpost.php?p=509625&postcount=81) .
Why not use Inferno's shout (http://www.gzevolution.net/index.php?type=content&id=shout&sub=main) ..
Snake
04-04-2005, 01:08 PM
But this is my fav shoutbox and I love it. I guess I should use a diferent one. >_> Thanks for your help anyway.
Snake
04-05-2005, 06:48 AM
Look, I'm not going to give up just because I can't get it fixed so I'm gonna try and try until it's working.
I have installed it on my test board and it seems to work fine. Therefore, I have to un-install the mod on my official board (not the test board, as it's working fine). I'll need to drop all the tables (and coulmns, if any), phrases,... etc and then redo the file edits. When I've followed this instructions, then it should work fine. So would you please paste the code to drop ALL the tables, pharses... and all? I aprpreciate that.
Database error in vBulletin 3.0.7:
Invalid SQL: ALTER TABLE forums_usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'
mysql error number: 1060
Date: Thursday 31st of March 2005 09:34:41 AM
Script: http://www.rpginsider.com/forums/ad...out_install.php
Referer: http://www.rpginsider.com/forums/ad...out_install.php
Username: Snake
IP Address: [private]
As you can see, the table already exists and I'll have to drop them via the Admin CP. Also, I do not have cPanel. My host don't support it.
Snake
04-06-2005, 06:32 AM
Hello anyone?
Marco van Herwaarden
04-06-2005, 06:47 AM
Well i would not drop the usergroup table, since it is a standard vB table. You should only remove the column that was added:
ALTER TABLE forums_usergroup DROP COLUMN shoutboxpermissions;PS If you have SQL permissions (set in your config.php) you can also run this from AdminCP.
Snake
04-06-2005, 06:50 AM
Boy this is strange. I don't know what I've done. I got it working now finally. :D
Shadow Blaze
04-12-2005, 03:29 AM
......i have done everything to install it and it works properly... but the forumhome template edit seems to have done nothing... anyone know why? ^_^ the shoutbox.php area in my forum works fine... just won't load the frame on my homepage... o.O
Serenity
04-14-2005, 11:47 PM
I have been looking all over on how to change the background color of the box and can't find anything. I have also seen other people ask and it hasn't been answered.
Has anyone found out how to change it?
tia
Serenity
04-15-2005, 01:19 AM
never mind.
i started playing around with things a bit more agresively and found out how i can change the text color. for anyone that wants to know, it's in the shoutbox_main template. it pulls the font color from <body class="alt1">
......i have done everything to install it and it works properly... but the forumhome template edit seems to have done nothing... anyone know why? ^_^ the shoutbox.php area in my forum works fine... just won't load the frame on my homepage... o.O
The forumhome template edit can be confusing .. it states "<!-- end shoutbox -->"
but you need to add <br /></if> below
Mr. Brian
04-20-2005, 10:14 AM
Working fine with vB 3.0.7
*Brian clicks install*
iTaLiAnBoY165
04-20-2005, 01:30 PM
mine was working for about a month then stopped working now i just see a blank box where the shoutbox would be how do i uninstall or fix this
psoexplorer
04-28-2005, 08:45 PM
Hey, thanks for this great hack. Just installed and everything is working fine aside from the face I dont have the shoutbox option in my Admincp menu.
What is the code I need to edit in the template? I've got a feeling I pasted it wrong.
What is the code I need to edit in the template? I've got a feeling I pasted it wrong.
forumhome .. under $navbar
<if condition="($permissions['shoutboxpermissions'] & CANREADSHOUTS)"><!-- shoutbox -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_shoutbox')"><img id="collapseimg_forumhome_shoutbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_shoutbox].gif" alt="" border="0" /></a>
<a href="shoutbox.php?$session[sessionurl]"><center>The Internet Cafe Shoutbox</center></a>
</td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_shoutbox" style="$vbcollapse[collapseobj_forumhome_shoutbox]">
<tr>
<td class="alt1" width="100%">
<iframe src="shoutbox.php?$session[sessionurl]do=iframe" width="100%" height="120" scrolling="yes" frameborder="0" name="shoutbox" id="shoutbox"></iframe>
</td>
</tr>
</tbody>
</table>
<!-- end shoutbox -->
<br /></if>
psoexplorer
04-28-2005, 09:21 PM
Sorry, not that part.
The part that adds it into the admincp menu, so I can change settings. None of the members seem to be able to see the shoutbox, just me.
Sorry, not that part.
The part that adds it into the admincp menu, so I can change settings. None of the members seem to be able to see the shoutbox, just me.
See this post :-
File edits (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160)
psoexplorer
04-28-2005, 09:48 PM
Thanks - I re-did the files again and it's still not showing up in my admincp...
psoexplorer
04-28-2005, 09:58 PM
I checked the permissions for each usergroup too, they all say that they can view the shoutbox, yet they actually cant.
Snake
04-29-2005, 09:18 AM
This doesnt work on 3.0.7 good so can anyone remake it for 3.0.7?
This doesnt work on 3.0.7 good so can anyone remake it for 3.0.7?
I've installed it on 3 boards using 3.0.7 and had no problems installing or using :nervous:
angelicGrace
04-29-2005, 08:37 PM
I installed it on a 3.0.7 and had nothing but problems from it. I ended up pulling it the same night.
Freya
04-30-2005, 02:33 AM
I installed it onto 3.0.7 last night. I didn't really have any probs with it except for the fact it loads really slow. I am pulling it right now.
Space Duck
04-30-2005, 05:25 PM
Yeah I just installed it... looked like it was gonna be well easy.... but then it just blew up in me face... nothin on forumhome or Admin CP doesn't seem to like VB3.0.7 :( seen this hack in action too and its gooooood
angelicGrace
05-01-2005, 05:09 AM
Can someone tell me how to get the shoutbox items out of the admic cp ==>vbulliten options? I have replaced all the files in the server...had to get the hack off in the first place and that didn't remove them, so I don't know how to. I am horribly new to hacking if you can't tell.
and also how to get the shoutbox templates out. I don't see a way to delete a template. or that may be me being stupid and overlooking it.
Space Duck
05-01-2005, 12:00 PM
I've installed it on 3 boards using 3.0.7 and had no problems installing or using :nervous:
I found it on the VB options but can't find it on the main page... do I need to cut and paste some code?
I found it on the VB options but can't find it on the main page... do I need to cut and paste some code?
code for addition to forumhome shown here (https://vborg.vbsupport.ru/showpost.php?p=647187&postcount=269)
Space Duck
05-01-2005, 12:42 PM
Oh good lord..... :lol:
I hate putting in code... here goes :D
Space Duck
05-01-2005, 12:58 PM
Nope... No Luck :(
mangacars
05-01-2005, 12:59 PM
is there a way so u can post in the shoutbox on forum home instead of only viewing?
I set it to input box still didnt work
(With this option, you can show a textarea or an input box on forumhome allowing users to shout without going to into the shoutbox first.)
Nope... No Luck :(
No luck with what ? Adding the template edit or the shoutbox not showing on forumhome ?
is there a way so u can post in the shoutbox on forum home instead of only viewing?
I set it to input box still didnt work
(With this option, you can show a textarea or an input box on forumhome allowing users to shout without going to into the shoutbox first.)
Admincp >> usergroup permissions
Space Duck
05-01-2005, 03:03 PM
Right Will try again :D
Space Duck
05-01-2005, 03:09 PM
Thats well wierd... now it's appearin and I did nothing... ooooo Ahhhhhhhhh :)
Space Duck
05-01-2005, 03:14 PM
Are smilies supposed to work in there?
Kodiak
05-01-2005, 05:44 PM
How do you uninstall this mod?
Kodiak
05-01-2005, 05:57 PM
To install the shoutbox upload all the files included in the ZIP file to the
following directories:
shoutbox.php = forum root directory
shout.php = admincp directory
shout_install.php = admincp directory
then go to admincp/shout_install.php and follw the instructions from there.
UNinstall, not install.
UNinstall, not install.
er .. reading the thread sometimes provides little gems of help :squareeyed:
Try this one (https://vborg.vbsupport.ru/showpost.php?p=509625&postcount=81)
Space Duck
05-01-2005, 06:54 PM
Mr TTG Sir... the smileys don't seem to be working... :(
Mr TTG Sir... the smileys don't seem to be working... :(
You checked the box in admincp to turn smileys 'on' .. !?
Space Duck
05-01-2005, 10:22 PM
Yep, even switched it from yes to no and back again :)
Space Duck
05-02-2005, 08:22 AM
Mr TTG, do you think you could help me install some hacks, I couldn't pay much but I'd be willin to :) Just can't get the Shoutbox to do smileys and I don't wanna feck things up by deleting things I shouldn't :lol:
PM me if ya can, I'm going out today so shall be back later :)
Mr. Brian
05-03-2005, 05:30 AM
Admincp >> usergroup permissions
Well, I just couldn't see any shout permisssions through the admincp.
Even though I've addded this code:
print_table_header($vbphrase['shoutbox_permissions']);
print_yes_no_row($vbphrase['can_shout'], 'usergroup[canaddshout]', $ug_bitfield['canaddshout']);
print_yes_no_row($vbphrase['can_delete_shouts'], 'usergroup[candropshout]', $ug_bitfield['candropshout']);
print_yes_no_row($vbphrase['can_delete_others_shouts'], 'usergroup[candropothershout]', $ug_bitfield['candropothershout']);
print_yes_no_row($vbphrase['can_edit_shouts'], 'usergroup[caneditshout]', $ug_bitfield['caneditshout']);
print_yes_no_row($vbphrase['can_edit_others_shouts'], 'usergroup[caneditothershout]', $ug_bitfield['caneditothershout']);
print_yes_no_row($vbphrase['can_read_shouts'], 'usergroup[canreadshouts]', $ug_bitfield['canreadshouts']);
print_table_break();
anyone could provide me the qurey to enable the admin permission?
Many thanks in advance.
Well, I just couldn't see any shout permisssions through the admincp.
If you are not the main admin, the Administrator permissions have to be updated to allow access.
Space Duck
05-03-2005, 11:34 AM
Mr TTG Sir, have you spotted the cause of my dilemma?! I've peeked through all of the permissions I know of and it just seems to be feckered... :lol:
Mr TTG Sir, have you spotted the cause of my dilemma?! I've peeked through all of the permissions I know of and it just seems to be feckered... :lol:
Could find nothing obvious to stop the smileys working .. very strange. All the shoutboxes I've installed using this hack and never had a problem with smileys.
Space Duck
05-03-2005, 11:55 AM
To be honest, wouldn't know where to look for those edits... :lol:
To be honest, wouldn't know where to look for those edits... :lol:
Are you saying you did not do the .php file edits !?
Space Duck
05-03-2005, 12:03 PM
I'm sure I did.... *looks from left to right in a shifty looking for an easy escape thing* Call me a noob of which I am one.... didn't that whole install thing do it for ya?!?! Or is that my modest noobness just coming through :oops:
I'm sure I did.... *looks from left to right in a shifty looking for an easy escape thing* Call me a noob of which I am one.... didn't that whole install thing do it for ya?!?! Or is that my modest noobness just coming through :oops:
http://www.thetechguys.co.uk/sticks/nothin_blowed.gif
The shoutbox will install without completing the file edits but you will not have the admincp 'delete shouts' ability and your smileys won't work ..
The installer doesn't "do" the file edits, simply advises what file edits need to be completed before moving onto the next step of the installation.
Space Duck
05-03-2005, 12:22 PM
:cry: I'm such a terd!!
No way of fixing?!?! Anyway of fixing at all?!?!?!
You see this is why I should use what little money I have to install the bloody hacks for me... :lol:
:cry: I'm such a terd!!
No way of fixing?!?! Anyway of fixing at all?!?!?!
Simple .. do the file edits now http://smilies.sofrayt.com/^/aiw/help.gif
Space Duck
05-03-2005, 12:33 PM
Right.... now these file edits are they done through the admincp or are they File files to be FTP'd and what not?!?!
You're going to end up stabbing me, I can see it... :lol:
Right.... now these file edits are they done through the admincp or are they File files to be FTP'd and what not?!?!
You're going to end up stabbing me, I can see it... :lol:
all done via ftp.
Make sure you make a backup of the original .php files before you edit or kiss ya forum g'bye https://vborg.vbsupport.ru/external/2005/05/4.gif
Mr. Brian
05-04-2005, 03:55 PM
Thanks for the reply.
If you are not the main admin, the Administrator permissions have to be updated to allow access.
What if I say yes? Ofcoz I do have full access to the admincp, what I mean is I just couldn't see any shout permisssions through the usergroup setting upon logging on to my admincp. :speechless:
Kei Kurono
05-05-2005, 03:21 AM
I'm having trouble.
It is shown in my forum and works for unregistered, but doesn't work for any other group.
Why is that so and how do i get it to work for the others ???
usergroup show shoutbox, and post in shoutbox doesn't seem to work for the other groups.
It only registers for the unregistered/guests only.
Need help.
Kei Kurono
05-05-2005, 05:41 AM
Some help plz :[ ? I did read the past posts but i couldn't find anything that helped me.
Space Duck
05-05-2005, 06:07 AM
THankyou Muchly Mr TTG!!!!!
Kei Kurono
05-05-2005, 07:38 AM
Duck could you help me out ;[ ?
Space Duck
05-05-2005, 10:40 AM
I would but if you look back a page or two you'd see I have no clue what I'm doing with VB.
But I would guess it's all to do with your user permissions... check out the groups in the admin panel and take a peek at what people are allowed to do :) I know if you aren't logged in you can't see my pretty box :)
TruthElixirX
05-06-2005, 02:01 AM
i'm having some trouble with permissions.
Unregistered users can edit any shouts so can any thoer group. I went to the shoutbox optinos and checked that out and it looked fine..Can soemone givem e a walkthrough since I seem to be to in compadent to do it...
Kei Kurono
05-06-2005, 07:13 AM
I would but if you look back a page or two you'd see I have no clue what I'm doing with VB.
But I would guess it's all to do with your user permissions... check out the groups in the admin panel and take a peek at what people are allowed to do :) I know if you aren't logged in you can't see my pretty box :)
I already explained that all usergroups were set to view and shout in the shoutbox but the settings only seem to take effect/work for unregistered group only.
It doesn't work for the others :ermm:
carolmyt
05-11-2005, 02:26 PM
Just installed on 3.0.6, no problem with installation. We'll see how it works once people start posting.
RapCapital
05-14-2005, 12:02 AM
Does this work for 3.0.7?
Snake
05-15-2005, 11:07 AM
Yes, it should.
danb00
05-19-2005, 02:29 PM
well i get an error in the install file
under Importing Shoutbox Templates...
There seems to have been a slight problem with the Zelda Lounge Forums database.
Please try again by pressing the refresh button in your browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience.
Database error in vBulletin 3.0.7:
Invalid SQL: INSERT INTO template (styleid, title, template, template_un, dateline, username, version) VALUES (
'-1',
'shoutbox_archive',
'$stylevar[htmldoctype]
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
and more coding....
danb00
05-19-2005, 02:30 PM
i cant even install it right and thus it also puts errors on main site
gah
scottishcruise
05-21-2005, 08:48 AM
I got an error thru installation when it tried to put in something into the database, can't remember what it was now as I refreshed, it started again and wouldn't go further as tables had already bn put in so its stuck half installed.
is there a .txt readme to follow thru I can check how far I got and continue manually?
scottishcruise
05-27-2005, 07:05 PM
anyone?
Flow Fusion
05-27-2005, 07:32 PM
I got an error thru installation when it tried to put in something into the database, can't remember what it was now as I refreshed, it started again and wouldn't go further as tables had already bn put in so its stuck half installed.
is there a .txt readme to follow thru I can check how far I got and continue manually?
What error?
carpefile
06-01-2005, 12:49 AM
What error?
I would bet its that his shoutboxpermissions column is already there.
This happens when as in my case, after upgrading the VB software, you have to re add any edits to php files.
Since the BV shoutbox runs off an installer, it tries to reinstall everything instead of just allowing you to see the file edits you have to redo.
If you have it previously installed, it hangs at the mysql query to add the shoutbox permissions column, since its already there.
Then after dropping that column and restarting the installer it hangs at importing the templates, again, since they are already there.
It would be incredibly helpful if the file edits could be posted in a .txt file, as after an upgrade, thats all you need to redo.
It would be incredibly helpful if the file edits could be posted in a .txt file, as after an upgrade, thats all you need to redo.
Perhaps this post (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160) might help :)
paul41598
06-01-2005, 10:57 AM
Im confused. Which shoutbox hack is better/newer? This one or Shoutbox Hack 1.04b ?
carpefile
06-01-2005, 06:38 PM
Perhaps this post (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160) might help :)
Exactly what I needed. Thanks very much! :)
axiomotion
06-10-2005, 07:50 AM
Perhaps this post (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160) might help :)
Thought I'd point an error in the post
after the following:
includes/init.php
Find
'canadminupgrade' => 32768,
Replace with
'canadminupgrade' => 32768,
'canadminshouts' => 65536,
Find
// field names for usergroup display options
$_BITFIELD['usergroup']['genericoptions'] = array(
'showgroup' => 1,
'showbirthday' => 2,
'showmemberlist' => 4,
'showeditedby' => 8,
'allowmembergroups' => 16,
'isbannedgroup' => 32
);
Should be:
includes/init.php
Find
'canadminupgrade' => 32768,
Replace with
'canadminupgrade' => 32768,
'canadminshouts' => 65536,
Find
// field names for usergroup display options
$_BITFIELD['usergroup']['genericoptions'] = array(
'showgroup' => 1,
'showbirthday' => 2,
'showmemberlist' => 4,
'showeditedby' => 8,
'allowmembergroups' => 16,
'isbannedgroup' => 32
);
I'm sure most people will catch it as they read it, but better to have a post about it :) (I'm sure there is some mention of it before also, but I just skimmed to the end to see what errors I might encounter with a recent install)
Works fine for me now: http://www.axioentertainment.com/forum/
I do have one annoyance though, when you click Who's Online it displays the following now:
Unknown Location
/forum/shoutbox.php?do=main
Is there any way I can fix this?
owner
06-16-2005, 01:56 PM
Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/includes/functions_newpost.php:1) in /shoutbox.php on line 130
I get this error whenever iam posting a new shout as iam the admin :( .. Help plz ... Otherwise everything of it works
yoyoyoyo
06-16-2005, 02:54 PM
I put my site in to debug mode and found that there are 16 queries executed for the shoutbox iframe page! yikes
animehawk
06-21-2005, 11:58 PM
After a few hours of scouring this thread, looking for other shoutboxes ect... I have finally got it working. The text is a little big, but there is no background anymore. If you go to the shoutbox_main template and remove
$headinclude
it should look like this
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title></title>
</head>
<body class="alt2">
<table width="100%" cellpadding="2" cellspacing="0" border="0" align="center">
$shoutbits</table>
</body>
</html>
The text gets bigger, but I'd rather that then a background making so no one can read the shouts.
SlipNslide281
06-24-2005, 06:40 PM
shoutbox installed fine and working but It didn't install the shoutbox, shout manager in my admincp. how can I install the manager? Anyone that visits my site and shout, edit, and delete shouts.
loftyasianz
06-26-2005, 10:58 PM
i'm new to vbulletin "hacking" so i'm having a few problems installing this shoutbox. i'm getting a sql error and i'm not too sure how to fix it. can someone help me?
thanks in advanced.
warren
Database error in vBulletin 3.0.7:
Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'
mysql error number: 1060
shoutbox installed fine and working but It didn't install the shoutbox, shout manager in my admincp. how can I install the manager? Anyone that visits my site and shout, edit, and delete shouts.
In admincp, find :-
construct_nav_group($vbphrase['subscriptions'], '<hr />');
}
Underneath add :-
if (can_administer('canadminshouts'))
{
$printhr = true;
construct_nav_option($vbphrase['shout_manager'], 'shout.php?do=modify');
construct_nav_option($vbpharse['find_shouts'], 'shout.php?do=find');
construct_nav_group($vbphrase['shoutbox'], '<hr />');
}
animehawk
06-27-2005, 11:15 AM
i'm new to vbulletin "hacking" so i'm having a few problems installing this shoutbox. i'm getting a sql error and i'm not too sure how to fix it. can someone help me?
thanks in advanced.
warren
Did you already try to install this once? Or have any other shoutboxes installed?
flex22
06-27-2005, 09:07 PM
I'm having the same problem as loftyasianz.
When I first installed this hack, everything went fine, no errors.The only problem was that shoutbox or shoutbox manager appeared nowhere!
Hmm, so I tried to install it again, and now I keep getting this error:
Database error in vBulletin 3.0.7:
Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'
mysql error number: 1060
What do i need to do to start anew with this hack?
Cheers!
loftyasianz
06-27-2005, 10:55 PM
Did you already try to install this once? Or have any other shoutboxes installed?
yes i already do have it installed but like the post above mine, i dont not have any buttons or permission in the admincp so i tried to reinstall it.
I'm having the same problem as loftyasianz.
When I first installed this hack, everything went fine, no errors.The only problem was that shoutbox or shoutbox manager appeared nowhere!
Hmm, so I tried to install it again, and now I keep getting this error:
What do i need to do to start anew with this hack?
Cheers!
You can't run the installer twice 'cos the 1st step of the installer runs the SQL changes :-
1 => 'Running MySQL Queries',
2 => 'Importing Templates',
3 => 'File Edits',
4 => 'Template Edits',
5 => 'Creating Permissions',
6 => 'Inserting Phrases and Settings',
7 => 'Install Complete
You need to completely uninstall (https://vborg.vbsupport.ru/showpost.php?p=509625&postcount=81) and then run the installer again .. make sure you run it until you see "The installation should now be complete. Please delete shout_install.php and shout_upgrade.php"
loftyasianz
06-28-2005, 01:09 AM
thank you guys so much it works perfectly now ^^
thank you guys so much it works perfectly now ^^
WOW .. that was quick .. 5 mins between me posting a solution and you getting it to work ..
mike3k
06-28-2005, 07:04 PM
I have installed this mod but in the AdminCP - vbulletin setting's - SoutBox setting's i see nothing only Save and Rest no other option's. Where did they go ?
Thanks
mike3k
06-28-2005, 07:48 PM
i get this
Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'
mysql error number: 1060
mike3k
06-28-2005, 08:10 PM
ok managed to get rid and reinstall now its on but i dont see it on my main site? i have edited the correct style template but no shout box on index????
ok managed to get rid and reinstall now its on but i dont see it on my main site? i have edited the correct style template but no shout box on index????
Updated permissions for who is allowed to view and use the shoutbox ?
flex22
06-28-2005, 10:10 PM
Has anyone got this working on vb 3.0.7 ?
I've been through the install, all went fine, but f'all shows up.It's like the damn thing hasn't even installed.
What's going on???
Template change made in forumhome ?
Updated permissions for usergroups to view / shout ?
flex22
06-28-2005, 11:51 PM
I have changed the FORUMHOME template already, yes.
When I change the permissions, I egt this error message:
Database error in vBulletin 3.0.7:
Invalid SQL: UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Registered Users',
description = '',
usertitle = '',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
attachlimit = '0',
avatarmaxwidth = '80',
avatarmaxheight = '80',
avatarmaxsize = '20000',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '65535',
pmquota = '50',
pmsendmax = '5',
canaddshout = '1',
candropshout = '1',
candropothershout = '1',
caneditshout = '1',
caneditothershout = '1',
canreadshouts = '1',
forumpermissions = '127487',
pmpermissions = '3',
calendarpermissions = '19',
wolpermissions = '1',
adminpermissions = '0',
genericpermissions = '2629319',
genericoptions = '30',
linkspermissions = '67329'
WHERE usergroupid=2
mysql error: Unknown column 'canaddshout' in 'field list'
mysql error number: 1054
This happens with the admin group as well.
Also, I don't see a "shoutbox" manager anywhere? *puzzled*
Marco van Herwaarden
06-29-2005, 06:15 AM
Did you run teh shout_install.php installation file without any errors?
mike3k
06-29-2005, 06:43 AM
flex22
Do what i did mate
UNINSTALL THE PICE OF CRAP!
I spent 4 hours yesterday playing with it trying to get it to work, and in the end after reading 80% of people's posts saying its crap i uninstalled it.
I have changed the FORUMHOME template already, yes.
When I change the permissions, I egt this error message:
Database error in vBulletin 3.0.7:
Invalid SQL: UPDATE usergroup SET
Did you complete the manual file edits (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160) shown in the installation
flex22
06-29-2005, 10:56 AM
UNINSTALL THE PIECE OF CRAP!
I have to admit, I'm don't usually have this attitude, but I probably agree with that quote.
Did you complete the manual file edits shown in the installation
I did manually edit the php files, yes!
Did you run teh shout_install.php installation file without any errors?
Yes!
Like a already said, everything went smoothly, no problemos!
The only "slight" *sarcasm* problemo is, when I go to use the feature, it doesn't work (permissions) and half of it isn't there (shoutbox manager), and shoutbox doesn't appear on my forums anywhere!
Apart from that, hmm I'm sure it must have installed :ermm:
lol, I tried uninstalling it last night, but even had problems there.I'm not sure what to do, even after following the uninstall instructions.
Therefore suggestions on how to install or uninstall are welcome, as I'm stuck in the middle at the moment, and either solution would get me out of this hole.
Cheers!
Dead End Society
06-30-2005, 12:27 AM
I installed, made the changes to the files, added it to the forumhome template.
The shoutbox shows up as follows:
https://vborg.vbsupport.ru/external/2005/06/1.jpg
I have two issues. .
#1 why does the "page generation" msg come up twice in the iframe?
is there a way for me to remove this or atleast make the space below the form box taller so they dont mesh together? I've looked & cannot figure it out.
#2 I have the shoutbox in my vbulletin options. . I can change the permissions in the usergroups. . but I dont have the side admincp link to edit the other options/delete shouts & so on from the admincp. . I've made sure that I uploaded all of the included & edited files. . I double checked the updates made to said edited files. .
where may I be going wrong?
thanks in advance for any help sans flaming.
DES
AbSoluTc
06-30-2005, 03:24 PM
how do i revert everything and start over? my box powered off during middle of process and now i cant get to the area where i need to see what files to edit. I wish the instructions were in a seperate file. :(
I guess I'll need to run db queries that reverse changes. i got all the way to where it tells you what files to edit.
PiranhATR
06-30-2005, 05:54 PM
i installed tyhis mod but i have some problem?s
how can i uninstall this mo? :(
PiranhATR
06-30-2005, 06:38 PM
I have to admit, I'm don't usually have this attitude, but I probably agree with that quote.
I did manually edit the php files, yes!
Yes!
Like a already said, everything went smoothly, no problemos!
The only "slight" *sarcasm* problemo is, when I go to use the feature, it doesn't work (permissions) and half of it isn't there (shoutbox manager), and shoutbox doesn't appear on my forums anywhere!
Apart from that, hmm I'm sure it must have installed :ermm:
lol, I tried uninstalling it last night, but even had problems there.I'm not sure what to do, even after following the uninstall instructions.
Therefore suggestions on how to install or uninstall are welcome, as I'm stuck in the middle at the moment, and either solution would get me out of this hole.
Cheers!
how did you uninstall it?
Adam21
07-04-2005, 02:59 AM
messed up my vb3.0.7 admincp!now cant access it!the following error-
Parse error: parse error, unexpected $ in /home/adamboyf/public_html/admincp/index.php on line 925
this line 925 was suppose to be the last line of admincp/index.php,so what more i'm i suppose to edit?Would greatly welcome any hlelp on correcting this or any suggestion on uninstalling this!!!
Marco van Herwaarden
07-04-2005, 07:12 AM
Check to see that there are no extra characters (including space or new line) after the '?>' in that file. Also use a plain text editor and not something like DreamWeaver.
legendarysam
07-04-2005, 09:22 PM
One of my files is screwed.
Warning: Invalid argument supplied for foreach() in /includes/sessions.php on line 271
Unable to add cookies, header already sent.
File: /home/nottellingyou/public_html/includes/init.php
Line: 27
Any ideas at all?
Kei Kurono
07-09-2005, 04:02 PM
how the hell do u uninstall this ++++?????
King Kovifor
07-13-2005, 02:29 PM
Can anyone send me the TEMPLATE edit? I have it installed but can't get it to actually work... (The forum Home was reset.
Can anyone send me the TEMPLATE edit? I have it installed but can't get it to actually work... (The forum Home was reset.
Click here (https://vborg.vbsupport.ru/showpost.php?p=647187&postcount=269)
commTRU
07-18-2005, 08:56 PM
Is there a quick easy way to change the background colour of the shoutbox where the shouts appear, and where refresh/archive is linked? I've tried fiddling with the some of the code, but no joy as of yet..
I only ask because it seems to let in the background of the skin I'm using, as it transparent, and the background is quite dark, so can't see the text..
Any help would be appreciated :)
animehawk
07-19-2005, 11:07 AM
<a href="https://vborg.vbsupport.ru/showpost.php?p=670328&postcount=332" target="_blank">here </a>
Can remove the background, but I haven't figgured out how to change color.
commTRU
07-19-2005, 03:48 PM
Thanks very much :) After a lil bit of tweaking, I think I have it acceptable!
Again, thanks ^^;;
This shoutbox works on 3.0.8 Take a look (http://www.puppetsworld.net/vb/index.php?)
cuphongle
08-04-2005, 02:43 PM
are you sure?
are you sure?
Well click on the link above and take a look :nervous:
thecool
08-06-2005, 12:43 PM
TTG, You have been the saving grace of this entire hack.
I like many others have sat here for HOURS (seems like a day and a half) trying to get this hack to work. I was beginning to think VB.org should start a thread called, Hacks to Avoid.
Suggestions before you install this hack or any hack.
BACK UP YOUR DATABASE.
'cause there's always the option to drop a the whole thing and put its replacement on there.
This particular hack has caused me SOOOO many hours of drama its ridiculous. But somehow, miraculously I got it to work. (i read 13 pages of this thread last night and the other 12 this morning), something caught my eye, and now it works.
after so many previous problems with it though, i still have my trusty backup on standby.
ready to use it need be.
Thanks again TTG
TTG, You have been the saving grace of this entire hack.
Awww shucks .. ya'll have me blushin' :rolleyes: just been lucky with the dozen installations I've made for folks !?
If anyone has this installed on 3.0.X and is thinking of upgrading to 3.0.8 .. the templates will need reinstalling and as the install file doesn't provide the option of simply reinstalling templates, I've attached 'em for ya.
If you have problems readin' them, use wordpad.
Hornstar
08-10-2005, 12:24 PM
Hi, just wanted to let everyone know, that if you read what TTG says in his posts, you will be fine.
I have 3.0.8 and i have installed it fine.
i wont lie, i had my problems, spent my time looking throgh here thinking what is the damn problem, thinking i should just uninstall this piece of crap, but i kept trying, and in the end, it paid off, because its now fully working
you can view it here http://www.gamerzneeds.net/forums - 3.0.8 WORKS
AllenSam
08-10-2005, 05:29 PM
Ok, I just got 3.0.8. Do I just install this then do what TTG said HERE (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160)? Is there anything else I need to do. Sorry, but I didn't feel like going through all 25 pages...
Also, this is my first vB, can someone tell me how to roll back my database just in case something does go wrong?
Ok, I just got 3.0.8. Do I just install this then do what TTG said HERE (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160)? Is there anything else I need to do. Sorry, but I didn't feel like going through all 25 pages...
Also, this is my first vB, can someone tell me how to roll back my database just in case something does go wrong?
If you run the installer and follow the instructions during the install .. all should be fine.
AllenSam
08-10-2005, 09:39 PM
Alright, but don't I have to do the steps that you added, or did someone update the installer?
Alright, but don't I have to do the steps that you added, or did someone update the installer?
Those steps are in the installer ... problem is, folks were assuming they were done by the installer and you need to manually make the file edits.
Pete C
08-11-2005, 01:47 PM
I know this thread has been running for ages, and I have seen this shoutbox working well, but I've got myself deep in the sticky brown stuff trying to make mine work.
Any help you guys can give would be much appreciated.
I've installed no probs, followed the steps that have been described here many times - copy/pasted the edits and double checked everything. Sadly the shoutbox won't appear on the forum, although the shoutbox controls do appear in the ACP!
Ok, so next I figured I might need to check the config.php, I opened that, couldn't see anything to change, and closed it down again . . . ever since then I've been getting the following message in my browser, both from forums AND the ACP: Unable to add cookies, header already sent.
File: /home/********/public_html/includes/config.php
Line: 107
Clearly I've done something dumber than average - any help/suggestions would be very welcome - I can't access my own site!
I know this thread has been running for ages, and I have seen this shoutbox working well, but I've got myself deep in the sticky brown stuff trying to make mine work.
Any help you guys can give would be much appreciated.
I've installed no probs, followed the steps that have been described here many times - copy/pasted the edits and double checked everything. Sadly the shoutbox won't appeaer on the forum, although the shoutbox controls do appear in the ACP!
Ok, so next I figured I might need to check the config.php, I opened that, couldn't see anything to change, and closed it down again . . . ever since then I've been getting the following message in my browser, both from forums AND the ACP: Unable to add cookies, header already sent.
File: /home/damocles/public_html/includes/config.php
Line: 107
Clearly I've done something dumber than average - any help/suggestions would be very welcome
1/
Added the code to forumhome template and updated permissions for all usergroups that you want to view the shoutbox ?
2/
Guess you must have an error somewhere on one of the file edits.
Pete C
08-11-2005, 01:57 PM
Thanks for the quick reply TTG.
1/ Yes, I added the code to forumhome template, I assumed permissions were set from the ACP though?
2/ That seems more likely, but I'm banging my head on the wall trying to figure where I've gone wrong! Seems apparent from the message that the error is in the config.php, but I just cannot see where it is! (the error, not the file lol)
2/ That seems more likely, but I'm banging my head on the wall trying to figure where I've gone wrong! Seems apparent from the message that the error is in the config.php, but I just cannot see where it is! (the error, not the file lol)
Email your original and changed file edits and I'll take a look.
Pete C
08-11-2005, 02:34 PM
Thank you :)
I'll get that off asap.
Looking at your forum via your profile Belder, it looks like you solved the problems :)
Pete C
08-12-2005, 09:30 AM
I only wish that were true TTG :confused:
Seems I've created a bit of a misunderstanding - I've sent you an e-mail to explain.
aranthorn
08-12-2005, 01:32 PM
I've got an odd issue on install. I can't set the usergroups permissions for administartors. It shows up on the rest of the, but not admins. Other groups can see the SB and admins cannot.
Ah, found my error.
misplaced edit on usergroup.php
I only wish that were true TTG :confused:
Seems I've created a bit of a misunderstanding - I've sent you an e-mail to explain.
Should now work as designed :)
loftyasianz
08-12-2005, 08:20 PM
i've had this hack installed and running perfectly for a little over 2 weeks now. but then today something strange happened. i was made away of the addnew shout text feild looking funny. when i inspected it i found that there was a line break therefore making it so that only 1/2 of that frame is showing. umm i'm not sure if i'm using the correct terms here as i am a real newbie to this stuff. i took a screen shot and circled what the problem is. i've already looked in the forumhome and the shoutbox add new templetes and found no extra spaces or line breaks.
thanks in advance,
warren
loftyasianz
08-12-2005, 08:21 PM
ps. that is a blank space not a box. it just looks like a box because i highlighted it. thanks again!
Pete C
08-13-2005, 08:53 AM
I'd just like to end the query I raised in this thread with a BIG thank you to TTG for his invaluable help and support.
I'm pleased to say all's working well now. :cool:
loftyasianz
08-14-2005, 05:12 AM
update:
well i figured out what was causing the problem i was having (screenshot is 2 post up). it was something i added to the headerinclude template.
<script type="text/javascript" src="http://www.nimpy.com/forums/clientscript/statistic_java.js"></script>
this code is required by the statistic hack (https://vborg.vbsupport.ru/showthread.php?t=74603) and this particular line of code counts how many visitors we get a day. so it's pretty vital that we keep this code somewhere. but where it is now it's creating the shoutbox problem. is there anything i can change with the shoutbox hack to fix this?
thanks again,
warren
update:
well i figured out what was causing the problem i was having (screenshot is 2 post up). it was something i added to the headerinclude template.
<script type="text/javascript" src="http://www.nimpy.com/forums/clientscript/statistic_java.js"></script>
this code is required by the statistic hack (https://vborg.vbsupport.ru/showthread.php?t=74603) and this particular line of code counts how many visitors we get a day. so it's pretty vital that we keep this code somewhere. but where it is now it's creating the shoutbox problem. is there anything i can change with the shoutbox hack to fix this?
thanks again,
warren
I'm running vb 3.5.0 now, but when I used 3.0.6 I had the statistic hack and recall quite a few folks had problems because they were not placing the code as the last line in your headinclude template ..
I had no problems in using the shoutbox and stats hack .. what makes you believe it is the stats hack creating the problem !?
loftyasianz
08-14-2005, 06:59 PM
because when i took out ONLY that piece of code, the shoutbox wored perfectly. and the code is placed in the last line of my headinclude like the instructions say.
o0Hubba0o
08-20-2005, 02:47 AM
shout box doesn't show up, there's no place to set permissions, the only thing in the admincp is a shout manager with the options of deleting a shout or reseting which I don't need since no one can shout anyways heh.
The shoutbox in the vboptions doesn't have any of that either.
Installation went fine, did all file/template edits.
shout box doesn't show up, there's no place to set permissions, the only thing in the admincp is a shout manager with the options of deleting a shout or reseting which I don't need since no one can shout anyways heh.
The shoutbox in the vboptions doesn't have any of that either.
Installation went fine, did all file/template edits.
Check the file edits (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160) .. you've obviously missed something.
If you want me to take a look .. PM me with temp admin.
AllenSam
08-29-2005, 04:55 AM
Well, I installed mine fine, but for some reason, all the edit buttons in the ACP changed to [] and the submit buttons that said edit are now blank...
Anyone know how to fix that?
iceytdot
09-01-2005, 08:34 AM
after a few pages of reading you will find this hack works properly! n there are no errors DO the research! Thanks TTG for a great Hack *clicks install*
OllieRocks
09-02-2005, 01:01 PM
Right, time for me to be stupid.
In the template edits, you find this $navbar
Where the hell do i find template edits or whatever? :ermm:
Right, time for me to be stupid.
In the template edits, you find this $navbar
Where the hell do i find template edits or whatever? :ermm:
Admincp >> Styles & Templates >> Style manager >> forumhome template.
Add the shoutbox code below $navbar
o0Hubba0o
09-05-2005, 02:30 AM
Check the file edits (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160) .. you've obviously missed something.
If you want me to take a look .. PM me with temp admin.
I did everything right, right down to the crosses on the t's and the dot's on i's, and after you're post I took the time to go through everything again for probably the fifth time at least. All that did was prove I did everything right.
I'm really compulsive about double and triple checking things when I do them and then double checking them again before I ask what happened.
In the end, the next night it finally showed up after I was in the admincp and I was adjusting the display order of the forums, I went to check out the layout and all of a sudden there's a shoutbox there.
Well, I installed mine fine, but for some reason, all the edit buttons in the ACP changed to [] and the submit buttons that said edit are now blank...
Anyone know how to fix that?
Is what's causing that? I have the same thing too, but had no idea what may have caused it.
after a few pages of reading you will find this hack works properly! n there are no errors DO the research! Thanks TTG for a great Hack *clicks install*
And who exactly is that directed at, not me because as you can see i did everything right, there's obviously something that conflicted with something because it finally showed up after I altered my forums display order's.
Now to read through and see if this edit issue's been addressed, TTG any comments/ideas on that one?
enginethatcan't
09-05-2005, 07:11 AM
I'm having a problem editing shouts, so are mods -- I did ned to re-modify files -- Am I missing something a file.temaplate?
because it finally showed up after I altered my forums display order's.
Now to read through and see if this edit issue's been addressed, TTG any comments/ideas on that one?
What exactly did you 'alter' in your forums display order ?
I'm having a problem editing shouts, so are mods -- I did ned to re-modify files -- Am I missing something a file.temaplate?
I would suggest checking file edits .. also search for a phrase "shoutbox", edit and just save, there should be 19/20 shoutbox phrases, hopefully you should then have a working shoutbox.
o0Hubba0o
09-05-2005, 03:05 PM
What exactly did you 'alter' in your forums display order ?
I was just changing the display order, not much more to explain than that. I guess I'll give an example but would think a coder would know what's meant by "changing the display order". :p Lol sorry couldn't resist, just messin', it's just display order is the most basic of functions and as far as I know you can only do one thing, change the order the forums a displayed.
Current display order of forums:
tutorials
off topic
intro
I want tuts last so I go in and change the display order, come back out and refresh to see how it looks in the order I choose and OMG there's a shoutbox there now too!
Also how about this question, I can't say for sure if this install is when I started getting this problem too, but it was around the same time :
Well, I installed mine fine, but for some reason, all the edit buttons in the ACP changed to [] and the submit buttons that said edit are now blank...
Anyone know how to fix that?
enginethatcan't
09-05-2005, 03:08 PM
So editing the shoutbox would be a file problem then?
So editing the shoutbox would be a file problem then?
that's normally the reason why there are error's.
zendiver
09-09-2005, 04:56 PM
I can't get it to install for this reason:
BVShoutbox has not been tested on your version of vBulletin, therefore it is recomended that you do not continue with this installation!
I am running vBulletin 3.0.3
AllenSam
09-09-2005, 05:04 PM
You should be able to continue past that anyway. It said that on 3.0.8 but I installed it anyway and it works fine. It just means it hasn't been tested on 3.0.3 so you should be careful. Backup your database. ;)
Well, I installed mine fine, but for some reason, all the edit buttons in the ACP changed to [] and the submit buttons that said edit are now blank...
Anyone know how to fix that?
Is what's causing that? I have the same thing too, but had no idea what may have caused it.
I'm pretty sure it is...I had a fresh vB and the edit buttons were there, then I installed this and they disappeared (not entirely).
o0Hubba0o
09-09-2005, 11:29 PM
You should be able to continue past that anyway. It said that on 3.0.8 but I installed it anyway and it works fine. It just means it hasn't been tested on 3.0.3 so you should be careful. Backup your database. ;)
I'm pretty sure it is...I had a fresh vB and the edit buttons were there, then I installed this and they disappeared (not entirely).
Hmm, I wonder what it could be, if TTG doesn't get back to us I'll scrounge around and see what I can come up with. I'm far from good at this but given time I can usually figure stuff out, it's just faster to get help lol.
Speaking of getting help, thanks TTG for responding so quick too people, your support in this thread is one of the best I've seen, you usually get back to people in a day or two or even less.
Originally Posted by AllenSam .. Well, I installed mine fine, but for some reason, all the edit buttons in the ACP changed to [] and the submit buttons that said edit are now blank...
Anyone know how to fix that?
You installed any other hacks ? .. check the file edits (https://vborg.vbsupport.ru/showpost.php?p=552600&postcount=160) again and make sure none are missing / altered.
Originally Posted by zendiver .. I can't get it to install for this reason: BVShoutbox has not been tested on your version of vBulletin, therefore it is recomended that you do not continue with this installation!
I am running vBulletin 3.0.3
I've installed it on all the 3.0.XX series and had no problems .. backup your database .. take your time .. manually make the file edits listed during the installation and continue through to the end of the installation to ensure templates and phrases are added.
Otikeu
09-11-2005, 12:07 AM
would it be possible to add more emotes? Like /laugh = "{user} laughs" and /laugh user2 = "{user} laughs at {user2}". This would be a great addition to this hack.
This MMORPG is a good resouce for types of emotes you could add, and I'm sure it will be greatly appreciated, by me at the least.
iceytdot
09-13-2005, 07:59 AM
mines working fine i have it installed on 3.0.7 the only problem i seem to have is sometimes when i refresh my homepage -- the Shoutbox Iframe causes IE to crash is there anything that can fix this??????????
other than that i have no complaints
mines working fine i have it installed on 3.0.7 the only problem i seem to have is sometimes when i refresh my homepage -- the Shoutbox Iframe causes IE to crash is there anything that can fix this??????????
other than that i have no complaints
You could try using this coding change (https://vborg.vbsupport.ru/showpost.php?p=576644&postcount=201)
midnightwalker
09-15-2005, 07:55 AM
hi,
I had installed this shoutbox everything OK except I can't see any smiley. How can I get through it?
thnks
midnightwalker
09-15-2005, 08:34 AM
moreover I can't see any set up options for my shoubox in admincp, what's wrong with that?
The install process successfull and display no error
moreover I can't see any set up options for my shoubox in admincp, what's wrong with that?
The install process successfull and display no error
Did you manually make the file edits .. they are NOT done automatically during the install. This is normally the reason for the problems you are now experiencing.
RS_Jelle
09-16-2005, 07:08 PM
Is it possible to add the option that users can enable or disable the shoutbox on the forum index in their usercp? That would be very useful.
We have a large site and vbulletin is a very fast system and the shoutbox is a great function, but when the forum is already loaded, the shoutbox is still loading, so it would be useful if users can choose if they enable it or not :)
Inferno Dragon
09-16-2005, 07:38 PM
a very nice hack..thanks for it I will use it!
Is it possible to add the option that users can enable or disable the shoutbox on the forum index in their usercp? That would be very useful.
We have a large site and vbulletin is a very fast system and the shoutbox is a great function, but when the forum is already loaded, the shoutbox is still loading, so it would be useful if users can choose if they enable it or not :)
The hack coder abandoned this shoutbox some time ago .. I can't see any more options being added unless someone wants to take it over.
I would like to see more stable version with 3.5
Shoutbox is very poupular on my webpage, but I am afraid to uninstall it (i know it has issues with uninstall or reinstall) and would like to upgrade my vb to 3.5 but i do not want to loose datas from shoutbox and also shoutbox itself...
Is there anybody interested in taking over this usefull hack?
Sean James
10-26-2005, 07:30 AM
Has anybody got this hack to work with vb3.5?
xstreetflyerx
11-07-2005, 04:16 PM
i get this error message during the install phase
Database error in vBulletin 3.0.7:
Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'
mysql error number: 1060
Date: Monday 07th of November 2005 10:14:58 AM
Script: http://bkrproductions.com/forums/admincp/shout_install.php
Referer: http://bkrproductions.com/forums/admincp/shout_install.php
Username: Stitch
IP Address: 69.118.111.26
G-Unot
12-06-2005, 11:31 PM
Does this work for vBulletin 3.0.7? I don't want to test before knowing it, I don't want to waste my time
Adam21
12-10-2005, 10:13 AM
could we have a option to display and click smilies in the main shoutbox area?
could we have a option to display and click smilies in the main shoutbox area?
Coder was last online Aug 2004 .. can't see anything happening to this shoutbox again !
Adam21
12-11-2005, 03:12 AM
could we have a option to display and click smilies in the main shoutbox area?
never mind i found out myself.should have this thread closed imo
cinemablend
12-11-2005, 06:59 PM
Will this work for Version 3.5.2?
If not, is there a shoutbox that will?
Will this work for Version 3.5.2?
If not, is there a shoutbox that will?
This one works on 3.5.X
Shoutbox (https://vborg.vbsupport.ru/showthread.php?t=93097&highlight=shoutbox)
Adam21
12-12-2005, 11:04 AM
is there a way to let it empty shouts every night?
iTaLiAnBoY165
12-19-2005, 06:19 PM
Does anyone now how to make the shoutbox refresh by its self
Mikecp421
01-09-2006, 01:41 AM
I get this error any ides?
Database error in vBulletin 3.0.8:
Invalid SQL: INSERT INTO template (styleid, title, template, template_un, dateline, username, version) VALUES (
'-1',
'shoutbox_archive',
'$stylevar[htmldoctype]
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
<title>$vboptions[bbtitle] - $vbphrase[shoutbox]</title>
$headinclude
<script language=\\\"javascript\\\">
<!--
function validate(theform)
{
if (theform.pagetext == \\\"\\\")
{
alert(\'$vbphrase[you_must_enter_a_shout]\');
return false;
}
else
{
return true;
}
}
//-->
</script>
</head>
<body>
$header
$navbar
$pagenav
<table cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">
<tr valign=\\\"top\\\">
<td width=\\\"60%\\\">
<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">
<thead>
<tr>
<td class=\\\"tcat\\\">
$vbphrase[shouts]
</td>
</tr>
</thead>
<tbody>
$shoutbits</tbody>
</table>
</td>
<td width=\\\"40%\\\">
<form action=\\\"shoutbox.php\\\" method=\\\"post\\\" onsubmit=\\\"return validate(this);\\\" name=\\\"vbform\\\">
<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />
<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"insert\\\" />
<input type=\\\"hidden\\\" name=\\\"goto\\\" value=\\\"archive\\\" />
<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">
<thead>
<tr>
<td class=\\\"tcat\\\" colspan=\\\"2\\\">
<a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'shoutstats\')\\\"><img id=\\\"collapseimg_shoutstats\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_shoutstats].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>
<strong>$vbphrase[shoutbox_statistics]</strong>
</td>
</tr>
</thead>
<tbody id=\\\"collapseobj_shoutstats\\\" style=\\\"$vbcollapse[collapseobj_shoutstats]\\\">
<tr>
<td class=\\\"alt1\\\" align=\\\"left\\\" width=\\\"50%\\\">
<div class=\\\"smallfont\\\"><strong>$vbphrase[total_shouts]</strong></div>
</td>
<td class=\\\"alt1\\\" align=\\\"right\\\" width=\\\"50%\\\">
$total[total]
</td>
</tr>
<tr>
<td class=\\\"alt2\\\" align=\\\"left\\\" width=\\\"50%\\\">
<div class=\\\"smallfont\\\"><strong>$vbphrase[total_shouts_today]</strong></div>
</td>
<td class=\\\"alt2\\\" align=\\\"right\\\" width=\\\"50%\\\">
$shoutstoday
</td>
</tr>
<tr>
<td class=\\\"alt1\\\" align=\\\"left\\\" width=\\\"50%\\\">
<div class=\\\"smallfont\\\"><strong>$vbphrase[total_shouts_in_24_hours]</strong></div>
</td>
<td class=\\\"alt1\\\" align=\\\"right\\\" width=\\\"50%\\\">
$shouts24
</td>
</tr>
<tr>
<td class=\\\"alt2\\\" align=\\\"left\\\" width=\\\"50%\\\">
<div class=\\\"smallfont\\\"><strong>$vbphrase[your_shouts]</strong></div>
</td>
<td class=\\\"alt2\\\" align=\\\"right\\\" width=\\\"50%\\\">
$yourshouts
</td>
</tr>
</tbody>
\" . ((($permissions[\'shoutboxpermissions\'] & CANADDSHOUT)) ? (\"
<thead>
<tr>
<td class=\\\"tcat\\\" colspan=\\\"2\\\">
<a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'newshout\')\\\"><img id=\\\"collapseimg_newshout\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newshout].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>
<strong>$vbphrase[shout]</strong>
</td>
</tr>
</thead>
<tbody id=\\\"collapseobj_newshout\\\" style=\\\"$vbcollapse[collapseobj_newshout]\\\">
<tr>
<td class=\\\"alt1\\\" align=\\\"center\\\" colspan=\\\"2\\\">
<!-- clientscript -->
<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_editor.js\\\"></script>
<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_stdedit.js\\\"></script>
<script type=\\\"text/javascript\\\">
<!--
function vbcode_init_small()
{
if (editor_loaded)
{
return;
}
theform = document.forms.vbform;
}
var smiliewindow_x = 240;
var smiliewindow_y = 280;
//-->
</script>
<!-- / end clientscript -->
<textarea name=\\\"message\\\" id=\\\"message\\\" rows=\\\"5\\\" cols=\\\"30\\\"></textarea>
<br /><input type=\\\"submit\\\" value=\\\"$vbphrase[shout]\\\" class=\\\"button\\\" /> <input type=\\\"button\\\" value=\\\"$vbphrase[smilies]\\\" class=\\\"button\\\" onclick=\\\"open_smilie_window(smiliewindow_x, smiliewindow_y, 0, \'0\'); return false\\\" />
<!-- initialization script -->
<script type=\\\"text/javascript\\\">
<!--
vbcode_init_small();
//-->
</script>
<!-- / end initialization script -->
</td>
</tr>
</tbody>
\") : (\"\")).\"
<thead>
<tr>
<td class=\\\"tcat\\\" colspan=\\\"2\\\">
<a style=\\\"float:$stylevar[right]\\\" href=\\\"#top\\\" onclick=\\\"return toggle_collapse(\'topshouters\')\\\"><img id=\\\"collapseimg_topshouters\\\" src=\\\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_topshouters].gif\\\" alt=\\\"\\\" border=\\\"0\\\" /></a>
<strong>$vbphrase[top_shouters]</strong>
</td>
</tr>
</thead>
<tbody id=\\\"collapseobj_topshouters\\\" style=\\\"$vbcollapse[collapseobj_topshouters]\\\">
$topshouters
</tbody>
</table>
</form>
</td>
</tr>
</table>
$pagenav
$footer
</body>
</html>',
'$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<title>$vboptions[bbtitle] - $vbphrase[shoutbox]</title>
$headinclude
<script language=\"javascript\">
<!--
function validate(theform)
{
if (theform.pagetext == \"\")
{
alert(\'$vbphrase[you_must_enter_a_shout]\');
return false;
}
else
{
return true;
}
}
//-->
</script>
</head>
<body>
$header
$navbar
$pagenav
<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">
<tr valign=\"top\">
<td width=\"60%\">
<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">
<thead>
<tr>
<td class=\"tcat\">
$vbphrase[shouts]
</td>
</tr>
</thead>
<tbody>
$shoutbits</tbody>
</table>
</td>
<td width=\"40%\">
<form action=\"shoutbox.php\" method=\"post\" onsubmit=\"return validate(this);\" name=\"vbform\">
<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />
<input type=\"hidden\" name=\"do\" value=\"insert\" />
<input type=\"hidden\" name=\"goto\" value=\"archive\" />
<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">
<thead>
<tr>
<td class=\"tcat\" colspan=\"2\">
<a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'shoutstats\')\"><img id=\"collapseimg_shoutstats\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_shoutstats].gif\" alt=\"\" border=\"0\" /></a>
<strong>$vbphrase[shoutbox_statistics]</strong>
</td>
</tr>
</thead>
<tbody id=\"collapseobj_shoutstats\" style=\"$vbcollapse[collapseobj_shoutstats]\">
<tr>
<td class=\"alt1\" align=\"left\" width=\"50%\">
<div class=\"smallfont\"><strong>$vbphrase[total_shouts]</strong></div>
</td>
<td class=\"alt1\" align=\"right\" width=\"50%\">
$total[total]
</td>
</tr>
<tr>
<td class=\"alt2\" align=\"left\" width=\"50%\">
<div class=\"smallfont\"><strong>$vbphrase[total_shouts_today]</strong></div>
</td>
<td class=\"alt2\" align=\"right\" width=\"50%\">
$shoutstoday
</td>
</tr>
<tr>
<td class=\"alt1\" align=\"left\" width=\"50%\">
<div class=\"smallfont\"><strong>$vbphrase[total_shouts_in_24_hours]</strong></div>
</td>
<td class=\"alt1\" align=\"right\" width=\"50%\">
$shouts24
</td>
</tr>
<tr>
<td class=\"alt2\" align=\"left\" width=\"50%\">
<div class=\"smallfont\"><strong>$vbphrase[your_shouts]</strong></div>
</td>
<td class=\"alt2\" align=\"right\" width=\"50%\">
$yourshouts
</td>
</tr>
</tbody>
<if condition=\"($permissions[\'shoutboxpermissions\'] & CANADDSHOUT)\">
<thead>
<tr>
<td class=\"tcat\" colspan=\"2\">
<a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'newshout\')\"><img id=\"collapseimg_newshout\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newshout].gif\" alt=\"\" border=\"0\" /></a>
<strong>$vbphrase[shout]</strong>
</td>
</tr>
</thead>
<tbody id=\"collapseobj_newshout\" style=\"$vbcollapse[collapseobj_newshout]\">
<tr>
<td class=\"alt1\" align=\"center\" colspan=\"2\">
<!-- clientscript -->
<script type=\"text/javascript\" src=\"clientscript/vbulletin_editor.js\"></script>
<script type=\"text/javascript\" src=\"clientscript/vbulletin_stdedit.js\"></script>
<script type=\"text/javascript\">
<!--
function vbcode_init_small()
{
if (editor_loaded)
{
return;
}
theform = document.forms.vbform;
}
var smiliewindow_x = 240;
var smiliewindow_y = 280;
//-->
</script>
<!-- / end clientscript -->
<textarea name=\"message\" id=\"message\" rows=\"5\" cols=\"30\"></textarea>
<br /><input type=\"submit\" value=\"$vbphrase[shout]\" class=\"button\" /> <input type=\"button\" value=\"$vbphrase[smilies]\" class=\"button\" onclick=\"open_smilie_window(smiliewindow_x, smiliewindow_y, 0, \'0\'); return false\" />
<!-- initialization script -->
<script type=\"text/javascript\">
<!--
vbcode_init_small();
//-->
</script>
<!-- / end initialization script -->
</td>
</tr>
</tbody>
</if>
<thead>
<tr>
<td class=\"tcat\" colspan=\"2\">
<a style=\"float:$stylevar[right]\" href=\"#top\" onclick=\"return toggle_collapse(\'topshouters\')\"><img id=\"collapseimg_topshouters\" src=\"$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_topshouters].gif\" alt=\"\" border=\"0\" /></a>
<strong>$vbphrase[top_shouters]</strong>
</td>
</tr>
</thead>
<tbody id=\"collapseobj_topshouters\" style=\"$vbcollapse[collapseobj_topshouters]\">
$topshouters
</tbody>
</table>
</form>
</td>
</tr>
</table>
$pagenav
$footer
</body>
</html>',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_archive_message',
' <tr>
<td class=\\\"thead\\\">
<a name=\\\"shout$shout[shoutid]\\\"></a>
<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">
<tr>
<td width=\\\"40%\\\" align=\\\"left\\\" style=\\\"font-size:12px\\\">
<b>$shout[username]</b>
</td>
<td width=\\\"60%\\\" align=\\\"right\\\" style=\\\"font-size:12px\\\">
<b>$shout[date] <span class=\\\"time\\\">$shout[time]</span></b>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=\\\"alt2\\\" style=\\\"font-size:10px\\\">
$shout[pagetext]
\" . ((($permissions[\'shoutboxpermissions\'] & CANEDITOTHERSHOUT) OR (($permissions[\'shoutboxpermissions\'] & CANEDITSHOUT) AND $bbuserinfo[\'userid\'] == $shout[\'userid\'])) ? (\"<div align=\\\"$stylevar[right]\\\">[<a href=\\\"shoutbox.php?$session[sessionurl]do=edit&shoutid=$shout[shoutid]\\\">$vbphrase[edit]</a>]</div>\") : (\"\")).\"
</td>
</tr>
',
' <tr>
<td class=\"thead\">
<a name=\"shout$shout[shoutid]\"></a>
<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">
<tr>
<td width=\"40%\" align=\"left\" style=\"font-size:12px\">
<b>$shout[username]</b>
</td>
<td width=\"60%\" align=\"right\" style=\"font-size:12px\">
<b>$shout[date] <span class=\"time\">$shout[time]</span></b>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=\"alt2\" style=\"font-size:10px\">
$shout[pagetext]
<if condition=\"($permissions[\'shoutboxpermissions\'] & CANEDITOTHERSHOUT) OR (($permissions[\'shoutboxpermissions\'] & CANEDITSHOUT) AND $bbuserinfo[\'userid\'] == $shout[\'userid\'])\"><div align=\"$stylevar[right]\">[<a href=\"shoutbox.php?$session[sessionurl]do=edit&shoutid=$shout[shoutid]\">$vbphrase[edit]</a>]</div></if>
</td>
</tr>
',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_archive_message_me',
' <tr>
<td class=\\\"thead\\\">
<a name=\\\"shout$shout[shoutid]\\\"></a>
<table width=\\\"100%\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">
<tr>
<td width=\\\"40%\\\" align=\\\"left\\\" style=\\\"font-size:12px\\\">
<strong>$shout[username]</strong>
</td>
<td width=\\\"60%\\\" align=\\\"right\\\" style=\\\"font-size:12px\\\">
<strong>$shout[date] <span class=\\\"time\\\">$shout[time]</span></strong>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=\\\"alt2\\\" style=\\\"font-size:10px\\\">
<div class=\\\"highlight\\\">*$shout[username] $shout[pagetext]*</div>
\" . ((($permissions[\'shoutboxpermissions\'] & CANEDITOTHERSHOUT) OR (($permissions[\'shoutboxpermissions\'] & CANEDITSHOUT) AND $bbuserinfo[\'userid\'] == $shout[\'userid\'])) ? (\"<div align=\\\"$stylevar[right]\\\">[<a href=\\\"shoutbox.php?$session[sessionurl]do=edit&shoutid=$shout[shoutid]\\\">$vbphrase[edit]</a>]</div>\") : (\"\")).\"
</td>
</tr>
',
' <tr>
<td class=\"thead\">
<a name=\"shout$shout[shoutid]\"></a>
<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">
<tr>
<td width=\"40%\" align=\"left\" style=\"font-size:12px\">
<strong>$shout[username]</strong>
</td>
<td width=\"60%\" align=\"right\" style=\"font-size:12px\">
<strong>$shout[date] <span class=\"time\">$shout[time]</span></strong>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class=\"alt2\" style=\"font-size:10px\">
<div class=\"highlight\">*$shout[username] $shout[pagetext]*</div>
<if condition=\"($permissions[\'shoutboxpermissions\'] & CANEDITOTHERSHOUT) OR (($permissions[\'shoutboxpermissions\'] & CANEDITSHOUT) AND $bbuserinfo[\'userid\'] == $shout[\'userid\'])\"><div align=\"$stylevar[right]\">[<a href=\"shoutbox.php?$session[sessionurl]do=edit&shoutid=$shout[shoutid]\">$vbphrase[edit]</a>]</div></if>
</td>
</tr>
',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_archive_topbit',
' <tr>
<td class=\\\"alt2\\\" align=\\\"left\\\" width=\\\"50%\\\" nowrap=\\\"nowrap\\\">
<div class=\\\"smallfont\\\"><strong>$top[username]</strong></div>
</td>
<td class=\\\"alt2\\\" align=\\\"right\\\" width=\\\"50%\\\">
$top[total]
</td>
</tr>
',
' <tr>
<td class=\"alt2\" align=\"left\" width=\"50%\" nowrap=\"nowrap\">
<div class=\"smallfont\"><strong>$top[username]</strong></div>
</td>
<td class=\"alt2\" align=\"right\" width=\"50%\">
$top[total]
</td>
</tr>
',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_editmessage',
'$stylevar[htmldoctype]
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
<title>$vboptions[bbtitle] - $vbphrase[edit_shout]</title>
$headinclude
<script language=\\\"javascript\\\">
<!--
function validate(theform)
{
if (theform.pagetext == \\\"\\\")
{
alert(\'$vbphrase[you_must_enter_a_shout]\');
return false;
}
else
{
return true;
}
}
//-->
</script>
</head>
<body>
$header
$navbar
<form action=\\\"shoutbox.php\\\" method=\\\"post\\\" onsubmit=\\\"return validate(this);\\\" name=\\\"shoutform\\\">
<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />
<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"drop\\\" />
<input type=\\\"hidden\\\" name=\\\"shoutid\\\" value=\\\"$shout[shoutid]\\\" />
<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">
<tbody>
<tr>
<td class=\\\"alt1\\\" width=\\\"100%\\\">
$vbphrase[do_you_want_to_delete_shout]
</td>
<td class=\\\"alt2\\\">
<input type=\\\"submit\\\" value=\\\"$vbphrase[delete_shout]\\\" class=\\\"button\\\" />
</td>
</tr>
</tbody>
</table>
</form>
<br />
<form action=\\\"shoutbox.php\\\" method=\\\"post\\\" onsubmit=\\\"return validate(this);\\\" name=\\\"vbform\\\">
<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />
<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"update\\\" />
<input type=\\\"hidden\\\" name=\\\"shoutid\\\" value=\\\"$shout[shoutid]\\\" />
<table class=\\\"tborder\\\" cellpadding=\\\"$stylevar[cellpadding]\\\" cellspacing=\\\"$stylevar[cellspacing]\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">
<thead>
<tr>
<td class=\\\"tcat\\\">
<strong>$vbphrase[edit_shout]</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class=\\\"panelsurround\\\" align=\\\"center\\\">
<div class=\\\"panel\\\">
<div style=\\\"width:$stylevar[formwidth]\\\" align=\\\"$stylevar[left]\\\">
<!-- message area -->
<!-- clientscript -->
<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_editor.js\\\"></script>
<script type=\\\"text/javascript\\\" src=\\\"clientscript/vbulletin_stdedit.js\\\"></script>
<script type=\\\"text/javascript\\\">
<!--
function vbcode_init_small()
{
if (editor_loaded)
{
return;
}
theform = document.forms.vbform;
}
var smiliewindow_x = 240;
var smiliewindow_y = 280;
//-->
</script>
<!-- / end clientscript -->
<div class=\\\"smallfont\\\">$vbphrase[shout]:</div>
<table cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\">
<tr valign=\\\"top\\\">
<td width=\\\"23%\\\">
$smiliebox
</td>
<td width=\\\"2%\\\"> </td>
<td width=\\\"75%\\\">
<textarea name=\\\"message\\\" rows=\\\"20\\\" cols=\\\"60\\\" wrap=\\\"virtual\\\" style=\\\"width:$stylevar[messagewidth]; height:250px\\\" tabindex=\\\"1\\\">$shout[pagetext]</textarea>
</td>
</tr>
</table>
<!-- initialization script -->
<script type=\\\"text/javascript\\\">
<!--
vbcode_init_small();
//-->
</script>
<!-- / initialization script -->
<!-- / end message area -->
</div>
</div>
<div style=\\\"margin-top:$stylevar[cellpadding]px\\\">
<input type=\\\"submit\\\" class=\\\"button\\\" name=\\\"sbutton\\\" value=\\\"$vbphrase[update_shout]\\\" accesskey=\\\"s\\\" tabindex=\\\"1\\\" />
</div>
</td>
</tr>
</tbody>
</table>
</form>
$footer
</body>
</html>',
'$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<title>$vboptions[bbtitle] - $vbphrase[edit_shout]</title>
$headinclude
<script language=\"javascript\">
<!--
function validate(theform)
{
if (theform.pagetext == \"\")
{
alert(\'$vbphrase[you_must_enter_a_shout]\');
return false;
}
else
{
return true;
}
}
//-->
</script>
</head>
<body>
$header
$navbar
<form action=\"shoutbox.php\" method=\"post\" onsubmit=\"return validate(this);\" name=\"shoutform\">
<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />
<input type=\"hidden\" name=\"do\" value=\"drop\" />
<input type=\"hidden\" name=\"shoutid\" value=\"$shout[shoutid]\" />
<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">
<tbody>
<tr>
<td class=\"alt1\" width=\"100%\">
$vbphrase[do_you_want_to_delete_shout]
</td>
<td class=\"alt2\">
<input type=\"submit\" value=\"$vbphrase[delete_shout]\" class=\"button\" />
</td>
</tr>
</tbody>
</table>
</form>
<br />
<form action=\"shoutbox.php\" method=\"post\" onsubmit=\"return validate(this);\" name=\"vbform\">
<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />
<input type=\"hidden\" name=\"do\" value=\"update\" />
<input type=\"hidden\" name=\"shoutid\" value=\"$shout[shoutid]\" />
<table class=\"tborder\" cellpadding=\"$stylevar[cellpadding]\" cellspacing=\"$stylevar[cellspacing]\" border=\"0\" width=\"100%\" align=\"center\">
<thead>
<tr>
<td class=\"tcat\">
<strong>$vbphrase[edit_shout]</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class=\"panelsurround\" align=\"center\">
<div class=\"panel\">
<div style=\"width:$stylevar[formwidth]\" align=\"$stylevar[left]\">
<!-- message area -->
<!-- clientscript -->
<script type=\"text/javascript\" src=\"clientscript/vbulletin_editor.js\"></script>
<script type=\"text/javascript\" src=\"clientscript/vbulletin_stdedit.js\"></script>
<script type=\"text/javascript\">
<!--
function vbcode_init_small()
{
if (editor_loaded)
{
return;
}
theform = document.forms.vbform;
}
var smiliewindow_x = 240;
var smiliewindow_y = 280;
//-->
</script>
<!-- / end clientscript -->
<div class=\"smallfont\">$vbphrase[shout]:</div>
<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">
<tr valign=\"top\">
<td width=\"23%\">
$smiliebox
</td>
<td width=\"2%\"> </td>
<td width=\"75%\">
<textarea name=\"message\" rows=\"20\" cols=\"60\" wrap=\"virtual\" style=\"width:$stylevar[messagewidth]; height:250px\" tabindex=\"1\">$shout[pagetext]</textarea>
</td>
</tr>
</table>
<!-- initialization script -->
<script type=\"text/javascript\">
<!--
vbcode_init_small();
//-->
</script>
<!-- / initialization script -->
<!-- / end message area -->
</div>
</div>
<div style=\"margin-top:$stylevar[cellpadding]px\">
<input type=\"submit\" class=\"button\" name=\"sbutton\" value=\"$vbphrase[update_shout]\" accesskey=\"s\" tabindex=\"1\" />
</div>
</td>
</tr>
</tbody>
</table>
</form>
$footer
</body>
</html>',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_iframe',
'<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Frameset//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\\\">
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
<title></title>
</head>
\" . ((($permissions[\'shoutboxpermissions\'] & CANREADSHOUTS)) ? (\"
\" . ((($permissions[\'shoutboxpermissions\'] & CANADDSHOUT)) ? (\"
<frameset rows=\\\"35,*\\\" framespacing=\\\"0\\\" frameborder=\\\"0\\\" border=\\\"0\\\">
<frame name=\\\"addnew\\\" id=\\\"addnew\\\" src=\\\"shoutbox.php?$session[sessionurl]do=addnew\\\" scrolling=\\\"no\\\" marginwidth=\\\"0\\\" marginheight=\\\"0\\\" noresize=\\\"noresize\\\" frameborder=\\\"0\\\">
<frame name=\\\"shouts\\\" id=\\\"shouts\\\" src=\\\"shoutbox.php?$session[sessionurl]do=main\\\" scrolling=\\\"yes\\\" marginwidth=\\\"5\\\" marginheight=\\\"5\\\" noresize=\\\"noresize\\\" frameborder=\\\"0\\\">
</frameset>
\") : (\"
<frameset rows=\\\"*\\\" framespacing=\\\"0\\\" frameborder=\\\"0\\\" border=\\\"0\\\">
<frame name=\\\"shouts\\\" id=\\\"shouts\\\" src=\\\"shoutbox.php?$session[sessionurl]do=main\\\" scrolling=\\\"yes\\\" marginwidth=\\\"5\\\" marginheight=\\\"5\\\" noresize=\\\"noresize\\\" frameborder=\\\"0\\\">
</frameset>
\")).\"
\") : (\"\")).\"
</html>',
'<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<title></title>
</head>
<if condition=\"($permissions[\'shoutboxpermissions\'] & CANREADSHOUTS)\">
<if condition=\"($permissions[\'shoutboxpermissions\'] & CANADDSHOUT)\">
<frameset rows=\"35,*\" framespacing=\"0\" frameborder=\"0\" border=\"0\">
<frame name=\"addnew\" id=\"addnew\" src=\"shoutbox.php?$session[sessionurl]do=addnew\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize=\"noresize\" frameborder=\"0\">
<frame name=\"shouts\" id=\"shouts\" src=\"shoutbox.php?$session[sessionurl]do=main\" scrolling=\"yes\" marginwidth=\"5\" marginheight=\"5\" noresize=\"noresize\" frameborder=\"0\">
</frameset>
<else />
<frameset rows=\"*\" framespacing=\"0\" frameborder=\"0\" border=\"0\">
<frame name=\"shouts\" id=\"shouts\" src=\"shoutbox.php?$session[sessionurl]do=main\" scrolling=\"yes\" marginwidth=\"5\" marginheight=\"5\" noresize=\"noresize\" frameborder=\"0\">
</frameset>
</if>
</if>
</html>',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_main',
'$stylevar[htmldoctype]
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
<title></title>
$headinclude
</head>
<body class=\\\"alt1\\\">
<table width=\\\"100%\\\" cellpadding=\\\"2\\\" cellspacing=\\\"0\\\" border=\\\"0\\\" align=\\\"center\\\">
$shoutbits</table>
</body>
</html>',
'$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<title></title>
$headinclude
</head>
<body class=\"alt1\">
<table width=\"100%\" cellpadding=\"2\" cellspacing=\"0\" border=\"0\" align=\"center\">
$shoutbits</table>
</body>
</html>',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_main_message',
' <tr valign=\\\"top\\\">
<td nowrap=\\\"nowrap\\\">
<div class=\\\"smallfont\\\">[$shout[date] <span class=\\\"time\\\">$shout[time]</span>] <strong>$shout[username]:</strong></div>
</td>
<td width=\\\"100%\\\">
<div class=\\\"smallfont\\\">$shout[pagetext]</div>
</td>
</tr>
',
' <tr valign=\"top\">
<td nowrap=\"nowrap\">
<div class=\"smallfont\">[$shout[date] <span class=\"time\">$shout[time]</span>] <strong>$shout[username]:</strong></div>
</td>
<td width=\"100%\">
<div class=\"smallfont\">$shout[pagetext]</div>
</td>
</tr>
',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_main_message_me',
' <tr valign=\\\"top\\\">
<td nowrap=\\\"nowrap\\\">
<div class=\\\"smallfont\\\">[$shout[date] <span class=\\\"time\\\">$shout[time]</span>] <strong>$shout[username]:</strong></div>
</td>
<td width=\\\"100%\\\">
<div class=\\\"smallfont\\\"><div class=\\\"highlight\\\">*$shout[username] $shout[pagetext]*</div></div>
</td>
</tr>
',
' <tr valign=\"top\">
<td nowrap=\"nowrap\">
<div class=\"smallfont\">[$shout[date] <span class=\"time\">$shout[time]</span>] <strong>$shout[username]:</strong></div>
</td>
<td width=\"100%\">
<div class=\"smallfont\"><div class=\"highlight\">*$shout[username] $shout[pagetext]*</div></div>
</td>
</tr>
',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_newmessage',
'$stylevar[htmldoctype]
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
<title></title>
$headinclude
<script language=\\\"javascript\\\">
<!--
function validate(theform)
{
if (theform.message == \\\"\\\")
{
alert(\'$vbphrase[you_must_enter_a_shout]\');
return false;
}
else
{
return true;
}
}
//-->
</script>
$refresh
</head>
<body class=\\\"alt1\\\">
<form action=\\\"shoutbox.php\\\" method=\\\"post\\\" onsubmit=\\\"return validate(this);\\\" name=\\\"shoutform\\\">
<input type=\\\"hidden\\\" name=\\\"s\\\" value=\\\"$session[sessionhash]\\\" />
<input type=\\\"hidden\\\" name=\\\"do\\\" value=\\\"insert\\\" />
<table cellpadding=\\\"0\\\" cellspacing=\\\"3\\\" border=\\\"0\\\" width=\\\"100%\\\" align=\\\"center\\\">
<tbody>
<tr>
<td width=\\\"100%\\\">
<input type=\\\"text\\\" name=\\\"message\\\" value=\\\"\\\" size=\\\"70\\\" />
<input type=\\\"submit\\\" value=\\\"$vbphrase[shout]\\\" class=\\\"button\\\" />
</td>
<td align=\\\"right\\\" nowrap=\\\"nowrap\\\">
<div class=\\\"smallfont\\\">
<a href=\\\"javascript:parent.location = parent.location;\\\">$vbphrase[refresh]</a> | <a href=\\\"shoutbox.php?$session[sessionurl]do=archive\\\" target=\\\"_blank\\\">$vbphrase[archive]</a>
</div>
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>',
'$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<title></title>
$headinclude
<script language=\"javascript\">
<!--
function validate(theform)
{
if (theform.message == \"\")
{
alert(\'$vbphrase[you_must_enter_a_shout]\');
return false;
}
else
{
return true;
}
}
//-->
</script>
$refresh
</head>
<body class=\"alt1\">
<form action=\"shoutbox.php\" method=\"post\" onsubmit=\"return validate(this);\" name=\"shoutform\">
<input type=\"hidden\" name=\"s\" value=\"$session[sessionhash]\" />
<input type=\"hidden\" name=\"do\" value=\"insert\" />
<table cellpadding=\"0\" cellspacing=\"3\" border=\"0\" width=\"100%\" align=\"center\">
<tbody>
<tr>
<td width=\"100%\">
<input type=\"text\" name=\"message\" value=\"\" size=\"70\" />
<input type=\"submit\" value=\"$vbphrase[shout]\" class=\"button\" />
</td>
<td align=\"right\" nowrap=\"nowrap\">
<div class=\"smallfont\">
<a href=\"javascript:parent.location = parent.location;\">$vbphrase[refresh]</a> | <a href=\"shoutbox.php?$session[sessionurl]do=archive\" target=\"_blank\">$vbphrase[archive]</a>
</div>
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_newmessage_refresh',
'<script language=\\\"javascript\\\">
<!--
parent.shouts.location = parent.shouts.location;
//-->
</script>',
'<script language=\"javascript\">
<!--
parent.shouts.location = parent.shouts.location;
//-->
</script>',
1136777987,
'BV',
'3.0.8'
), (
'-1',
'shoutbox_shouterror',
'$stylevar[htmldoctype]
<html dir=\\\"$stylevar[textdirection]\\\" lang=\\\"$stylevar[languagecode]\\\">
<head>
<title></title>
$headinclude
</head>
<body class=\\\"alt1\\\" style=\\\"margin: 3px;\\\">
$errortext
</body>
</html>',
'$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
<title></title>
$headinclude
</head>
<body class=\"alt1\" style=\"margin: 3px;\">
$errortext
</body>
</html>',
1136777987,
'BV',
'3.0.8'
)
mysql error: Duplicate entry 'shoutbox_iframe--1' for key 2
mysql error number: 1062
Mikecp421
01-09-2006, 01:46 AM
now I get this;
Database error in vBulletin 3.0.8:
Invalid SQL: ALTER TABLE usergroup ADD shoutboxpermissions INT UNSIGNED NOT NULL DEFAULT '0' AFTER forumpermissions
mysql error: Duplicate column name 'shoutboxpermissions'
mysql error number: 1060
Mikecp421
01-09-2006, 01:21 PM
it seems to stop at the dropping columns part, I dont know why?
G-Unot
01-09-2006, 08:01 PM
does this work with 3.0.7 i got messed up
D@rkSt@r
01-09-2006, 08:35 PM
nice hack works fine at my forum.. only i have a problem with my skin..
you can see it at the attached file.. it should only happen in the title part like above the iframe but it also happens in the iframe. it has to be something simple in the shoutbox_iframe template but i cant figure out how or what.. can somebody plz help me
o ps i use the ambience skin..
http://m00chan.ath.cx/Image4.jpg
nice hack works fine at my forum.. only i have a problem with my skin..
you can see it at the attached file.. it should only happen in the title part like above the iframe but it also happens in the iframe. it has to be something simple in the shoutbox_iframe template but i cant figure out how or what.. can somebody plz help me
o ps i use the ambience skin..
This should solve your problem :-
click here (https://vborg.vbsupport.ru/showpost.php?p=670328&postcount=332)
D@rkSt@r
01-10-2006, 08:18 PM
thx.. missed that post :S...
is it possible to adjust the font size for the shoutbox?
Otikeu
01-21-2006, 07:46 AM
Well I've tried to uninstall this hack, yet seems to just not do so. Any real idea on how to uninstall this damn thing? I use MySQL 4.1, so what is the right synx to rid of all database from the shoutbox data?
Thank you.
me too, would like to get this uninstalled but don't remember how to do it... i still like it, but have around 20 spam shouts from robots each day...
me too, would like to get this uninstalled but don't remember how to do it... i still like it, but have around 20 spam shouts from robots each day...
To uninstall, you need to
Delete the following files
shoutbox.php = forum root directory
shout.php = admincp directory
shout_install.php = admincp directory
Execute these three MySQL commands
ALTER TABLE language drop phrasegroup_shoutbox
ALTER TABLE language drop phrasegroup_shoutmanager
ALTER TABLE usergroup drop shoutboxpermissions
Remove the "shout" table" in your database.
Remove everything in your database referring to the word "shoutbox".
Remove all the shoutbox templates and phrases.
Modify you FORUMHOME template and remove the shoutbox code. It begins right after the line that says "$navbar" and ends when you see the <!--/shoutbox code.
Don't forget to revert your php files to the last backup (you did make a backup prior to installing this hack, didn't you?)
Backup your database before removing the shoutbox entries.
Don't forget to revert your php files to the last backup (you did make a backup prior to installing this hack, didn't you?) what happens if i don't have anymore the php files of the last backup ?
what happens if i don't have anymore the php files of the last backup ?
You must have the originals from your forum setup !? .. if not, login to the members area at vbulletin (http://www.vbulletin.com/forum/) and download the full package.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.