Keyser,
How about the phrases in the AdminCP >> vBulletin Options >> Shoutbox Settings, can you see them?
Since you can neither see the phrases in the usercp nor in the shoutbox, it seems you haven't run the queries in phrases.txt and possibly the ones in settingphrase.txt as well.
To quickly find out if the phrases are in the db run this query (can't hurt):
SELECT * FROM phrase WHERE varname LIKE '%shoutbox%';
You should get 208 phrases back.
Next steps at your own risk!
If they DO NOT show up, just run the queries in phrases.txt and settingphrase.txt again.
If they DO show up, try deleting them (at your own risk!):
DELETE FROM phrase WHERE varname LIKE '%shoutbox%';
and then re-running the queries in phrases.txt that begin with INSERT INTO phrase and all the queries in settingphrase.txt.
|