Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Shoutbox (http://www.bvlist.com/showthread.php?t=202)

BamBam0077 3rd June 2015 08:44

Select your table then select the sql tab then add this line of sql code

Code:

ALTER TABLE `users` ADD `pirate` int(11) unsigned NOT NULL DEFAULT '0';

DND 3rd June 2015 12:40

remove from the code pirate and u.pirate and other variables you dont have in your sql.

ZeroCoolx 4th June 2015 03:26

Quote:

Originally Posted by BamBam0077 (Post 47073)
Select your table then select the sql tab then add this line of sql code

Code:

ALTER TABLE `users` ADD `pirate` int(11) unsigned NOT NULL DEFAULT '0';


ok done,

but now i have another problem,

the website is now blanc and this error comes from the index.php

if(get_smile() != '0') = not working

//if(get_smile() != '0') = got my site back but without shoutbox function :(

dunno whats wrong

BamBam0077 4th June 2015 04:40

@ File include/bbcode_functions.php add if you dont have it - note that custom smilies are part of the 09 seeding bonus mod - The rest of the code is also added into the 09 Texbbcode mod for the smilies and custom smilies so check both.

Code:

//=== smilie function
function get_smile()
{
global $CURUSER;
return $CURUSER["smile_until"];
}

Seeding bonus mod - http://forum-u-232.servebeer.com/ind...ic,1253.0.html

Texbbcode mod - http://forum-u-232.servebeer.com/ind...ic,1262.0.html

Will need this installed also mate:
New And Improved Snatchlist -
http://forum-u-232.servebeer.com/ind...ic,1230.0.html


Good Luck :ok:

Mc Grath 9th June 2015 22:27

Can someone just upload the actual files for shoutbox instead of editing all files please

Thanking you


All times are GMT +2. The time now is 09:01.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.