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 |
#42
|
|||
|
|||
I will give it a tough and try updating the current version.
|
#43
|
|||
|
|||
Quote:
I'm still seeing two periods preciding the varibles. Where would they be coming from? |
#44
|
|||
|
|||
It is probably caused by the "construct_phrase" function that I am using at that level. I will update/remove it in the forecoming version. :up:
|
#45
|
|||
|
|||
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 |
#46
|
|||
|
|||
I'd love this.
|
#47
|
||||
|
||||
Thanks for the upgrade!! Great stuff.....although....lol.....when I attempt to edit a slideshow, I get this database error:
Database error in vBulletin 3.8.4: Invalid SQL: UPDATE vbthread SET slideshow_bgcolor = '#808080' WHERE threadid = '1614'; MySQL Error : Unknown column 'slideshow_bgcolor' in 'field list' Error Number : 1054 Request Date : Tuesday, December 29th 2009 @ 02:40:41 AM Error Date : Tuesday, December 29th 2009 @ 02:40:41 AM Script : http://creativx.net/forums/slideshow...deshow&ss_id=2 Referrer : http://creativx.net/forums/slideshow...how&t=1614&u=3 IP Address : Username : TheBull Classname : vB_Database MySQL Version : 5.0.85-community |
#48
|
|||
|
|||
Quote:
|
#49
|
||||
|
||||
Jeepers mate, I don't know what that even means!! Sorry! I am a noob when it comes to these types of things. Can you help me out here please!? Thanks!!
|
#50
|
|||
|
|||
Start your phpMyAdmin and execute one of the ALTER queries above on the table `slideshow`. This will create the required column.
I don't know why vbulletin is not performing it directly at upgrade of the product. |
#51
|
|||
|
|||
nice slideshow, can get rather complicated, more or an experienced poster to use and not newbs.
But it is a learning curve. Nice. Thanx When are you going to release the rate thread thing u have got going ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|