The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Slide Show 1.10 Details »» | |||||||||||||||||||||||||
About
This mod was commissioned by "The Land of Fu" and approved for release at vbulletin.org. The original goals for developing this mod were:
Acknowledgement The basis codes used in this mod originate from SINA?s, an online media company and MVAS provider in the People's Republic of China and the global Chinese communities, and have been modified to suit the needs of "The Land of Fu". The basis templates have been adapted from the vBulletin Album templates. What this mod does It adds a Flash "Slide Show" system to your community, a slide show been a display of a series of chosen pictures, which is done for artistic, instructional or discussion purposes. How To Use The Slide Show In Your Threads Open/Create a thread describing the content of your slides (Pictures, Covers, Posters, Lobby Cards, etc...). Once the thread has been successfully created, click on the "Thread Tools" menu and select "Add Slide Show". Follow the instructions afterwards. To edit the content of your slide show, click on the "Thread Tools" menu and select "Edit Slide Show". Features:
Installation instructions - Version 1.10.
Working well on vb3.7x - 3.8x If for some reasons the database columns required by this mod on the "thread" and "user" tables have not been automatically created during this mod installation, please do add those columns manually using the ALTER table command. Code:
ALTER TABLE `thread` ADD `slideshowid` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; ALTER TABLE `user` ADD `slideshows` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; Live demo at: http://www.fuflixbulletin.net It?s a members only discussion forum and registration is required. If you have a public board and have installed this mod, please provide a demo link for other users.. Update in v.1.01 1. In the installation section of the XML: `cover` varchar(250) NOT NULL), changed to `cover` varchar(250) NOT NULL, Parenthesis removed just after the NULL. 2. Option not to display the slideshow on forumhome added and checked. Update in v.1.02 The following piece of code in the XML and PHP files: Code:
query_write("DELETE FROM `". TABLE_PREFIX ."slideshow` WHERE `slideshow`.`slideshowid`= Code:
query_write("DELETE FROM `". TABLE_PREFIX ."slideshow` WHERE `slideshowid`= Update in v.1.10
If for some reasons the database new column 'slideshow_bgcolor' required by this mod on the "thread" table has not been automatically created during this mod installation/upgrade, please do add that column manually using the ALTER table command. Code:
ALTER TABLE `TABLE_PREFIXthread` ADD `slideshow_bgcolor` VARCHAR(50) DEFAULT '#fff' NOT NULL Replace TABLE_PREFIX by your actual table prefix. If you have none, then use the instruction: ALTER TABLE `thread` ADD `slideshow_bgcolor` VARCHAR(50) DEFAULT '#fff' NOT NULL Get the attachment from this thread in the vb3.7x section: https://vborg.vbsupport.ru/showthread.php?t=230476 Show Your Support
|
Comments |
#12
|
||||
|
||||
Thank you! Ehhhh sorry...I get this error though.
An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'thebull_CreativX.thread' doesn't exist EDIT: This is the database error I get, Database error in vBulletin 3.8.4: Invalid SQL: SELECT cover, title, threadid FROM `vbslideshow` WHERE 1; MySQL Error : Table 'thebull_CreativX.vbslideshow' doesn't exist Error Number : 1146 Request Date : Sunday, December 20th 2009 @ 02:03:36 AM Error Date : Sunday, December 20th 2009 @ 02:03:36 AM Script : http://creativx.net/forums/ Referrer : http://creativx.net/forums/online.php IP Address : Username : TheBull Classname : vB_Database MySQL Version : 5.0.85-community |
#13
|
|||
|
|||
Add your table prefix: vb
The instructions for your table should be: Code:
ALTER TABLE `vbthread` ADD `slideshowid` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL ALTER TABLE `vbuser` ADD `slideshows` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL |
#14
|
||||
|
||||
Yes, I made sure. These are the ones in the file:
product_slideshow.xml slideshow.php |
#15
|
||||
|
||||
Quote:
An error occurred while attempting to execute your query. The following information was returned. error number: 1060 error desc: Duplicate column name 'slideshowid' |
#16
|
|||
|
|||
Let strt with the first message.
Quote:
If it was not automatically created by the mod, please execute the following (you can find it at the beginning of the product xml file, in the install code): Code:
CREATE TABLE IF NOT EXISTS`vbslideshow` ( `slideshowid` INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY, `userid` INT(10) NOT NULL, `username` VARCHAR(50) NOT NULL, `dateline` INT(10) NOT NULL, `threadid` INT(10) NOT NULL, `description` mediumtext NOT NULL, `cover` varchar(250) NOT NULL), `title` varchar(250) NOT NULL) |
#17
|
||||
|
||||
Quote:
So should I enter the above code into the XML and re-install? Thanks for all your help!!:up: |
#18
|
|||
|
|||
Thanks for this, but it is yet not working properly.
Two issues; first the table "slideshow" is not created by using the plugin; the second issue is, that a deinstallation of the product does not delete one plugin, that would be left in the plugin area and that causes further mysql errors. So you have to delete that plug manually. |
#19
|
|||
|
|||
Quote:
Quote:
|
#20
|
||||
|
||||
I really appreciate your help, but I am a bit unsure on how to create the table manually. Can you please help me with how to do that.
Thank you. |
#21
|
|||
|
|||
Do you have access to your site's CPanel? If yes, login in there and start phpMyAdmin. Select your database and check the last column of the tables `threads` and `user`. Those should be `slideshowid` and `slideshows`. Also check if there is a table called `slideshow` in the listed tables on the left-hand side.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|