Quote:
Originally Posted by Mikecp421
how can I remove this shoutbox to reinstall it, I have a blank spot in my VB options that is the properties of this shoutbox and I dont have it listed in the plugin section anymore, this is the error I get when I try to reinstall it and allow it to overwrite;
Database error in vBulletin 3.5.3:
Invalid SQL:
CREATE TABLE `shout` (
`sid` int(15) NOT NULL auto_increment,
`s_by` int(15) NOT NULL default '0',
`s_time` int(15) NOT NULL default '0',
`s_shout` text NOT NULL,
`s_data` text NOT NULL,
`s_me` tinyint(2) NOT NULL default '0',
PRIMARY KEY (`sid`)
) TYPE=MyISAM;;
MySQL Error : Table 'shout' already exists
Error Number : 1050
Date : Wednesday, March 22nd 2006 @ 02:18:04 PM
Script : http://www.meogee.com/admincp/plugin.php
Referrer : http://www.meogee.com/admincp/plugin.php?do=productadd
IP Address : EDIT
Username : Mikecp421
Classname : vb_database
|
mike, you are going to have to go into your mymsq on your server and delete that.........I just had to do the same thing for vbradio. Or you can try running this query real quick
Quote:
$Query = "drop table `".TABLE_PREFIX."shout`";
$vbulletin->db->query($Query);
|
For those that want to rename the shoutbox, and this isn't my program so i am sorry if this makes the owner of the software man, i don't intend that......... Go to your admincp, then to your template's, click on Forum home template, then scroll down to forumhome_vbshout, locate
Quote:
<a href='vbshout.php?{$session['sessionurl_q']}do=archive'>Shoutbox</a>
|
Where it says Shoutbox, put your new name in there.......
If i can make a suggestion to those wanting to change the background color's, just add more style's to your site.........this way if a user choose's something like red2black, the back ground will be black.......I currently have 11 styles on my site for user's to choose from.......