Version: 1.00, by tpircsvb
Developer Last Online: Sep 2004
Version: 3.0.0
Rating:
Released: 04-06-2004
Last Update: Never
Installs: 109
No support by the author.
Features:
Displays vBCodes and other post code allowances.
Admins can edit & delete shouts from the Admin CP.
Built-in /me code.
Archive page and IFrame on forumhome for shouting and reading.
Archive page has multiple pages.
Stats on archive page.
Uses phrases for the Admin CP and shoutbox.
Users can edit and delete their own shouts.
Usergroup & Administrator permissions.
Find shouts by specific users (in the admin cp)
Seperate options for vBCodes allowances and what to display
If there's any features anyone wants added, I'll try and add them. I think I added everything people asked for in the previous version, apart from the upgrader, which will be added to the ZIP file when i've setup another test forum and added the previous version to it
There shouldn't be any problems, because I've tested the installer three times.
And I haven't had any problems with the actual shoutbox, or shout manager.
I'll attach some screenshots of all the custom scripts, if anyone asks for screenshots of the add ons for the permissions and stuff ill take them, dunno why anyone would want them tho...
This has only been tested on vB 3.0.0 GOLD
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
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
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.
Quote:
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'
Well i would not drop the usergroup table, since it is a standard vB table. You should only remove the column that was added:
[sql]ALTER TABLE forums_usergroup DROP COLUMN shoutboxpermissions;[/sql]PS If you have SQL permissions (set in your config.php) you can also run this from AdminCP.