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
Show Your Support
|
Comments |
#2
|
||||
|
||||
Hello!
Nice work... It is right, i guess this feature make slide shows for forum threads/posts.. Can you make slide show feature like this, which will show members profile album pictures |
#4
|
|||
|
|||
Update in v.1.01
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. This might be causing the failure in creating the slideshow table on some databases. 2. Option not to display the slideshow on forumhome added and checked. |
#5
|
|||
|
|||
Thanks you for beautiful mod .
Could you please add vBSEO support to it . Thanks , Zi5 |
#6
|
|||
|
|||
Unfortunately, I don't have VBSEO and will not be able to test and provide support in that area.
|
#7
|
|||
|
|||
Looks like it has potential. Is there any way to define the slideshow size?
|
#8
|
|||
|
|||
Quote:
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`= |
#9
|
|||
|
|||
Well it's not that simple, for example i have a sidebar in my showthread pages, so it just breaks my layout. If you think it's not much trouble to share how it changes its size, please do.
|
#10
|
|||
|
|||
Quote:
The file called "epidiascope.js" controls the width and height of the main slideshow display. Open that file and search for: Code:
maxWidth : 910, maxHeight : 700, minWidth : 720, Code:
#wrap{width:950px;text-align:left;margin:0 auto;padding:5px 0;} #efpBigPic{text-align:center;zoom:1;position:relative;border-top:1px solid #e5e6e6;width:950px;} #d_BigPic{width:950px;overflow-x:hidden;min-height:300px;_height:300px;} #endSelect #endSelClose{background:url(e_m_01.png) no-repeat -300px -950px;position:absolute;top:3px;right:3px;cursor:pointer;width:11px;height:11px;overflow:hidden;z-index:2;} Also in style sheet file "style.css", search for: Code:
#d_picIntro{color:#666;width:750px;margin:0 auto;text-indent:2em;line-height:1px;} #efpTxt .others{text-align:right;width:750px;margin:0 auto;padding:5px 0 0;color:#ccc; height:1px} The files mentioned above can be found in the upload folder of the mod. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|