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 |
#52
|
|||
|
|||
When Jarod will give his approval. It is still in testing.
|
#53
|
||||
|
||||
no file to download ??????
|
#54
|
|||
|
|||
Get the attachment from this thread in the vb3.7x section:
https://vborg.vbsupport.ru/showthread.php?t=230476 I didn't want to post it twice. |
#55
|
||||
|
||||
yes sorry missed that, just read all the posts again and found it on the first page.lol
but can not ust it as the code you say to lookm for in the showthread template is not there on my theme it does not even have : $vbphrase[personal_sticky]</a> so cant use |
#56
|
|||
|
|||
It doesn't matter whether you have the "$vbphrase[personal_sticky]" or not. If you have the SHOWTHREAD template, just search for the location of the thread tools (<!-- thread tools menu -->) within the SHOWTHREAD template and insert that piece of code between any of the </tr> and the immediate following <tr> of the very first table right after "<!-- thread tools menu -->"
|
#57
|
||||
|
||||
ok got it done
now lets me see.lol...noob so my understanding is each thread i create and place in this mod via admin can have an image and when the image is clicked it takes me to that thread ? can this image be made clickable to go to another web site and not the thread ? |
#58
|
|||
|
|||
Quote:
1. Create a thread 2. Once the thread has been created, click on the "Thread Tools" and select "Add slide Show" 3. follow the instructions. It's just like adding a Photo Album, except that with this slide show: (1) you are not limited in the size of images; (2) you can keep your images anywhere on the Internet (file hosting sites like imageshack.com, photobuckect.com, tinypic.com, etc...), thus giving your database a break; (3) you have a flash-like output of your images. . |
#59
|
||||
|
||||
only problem i see is it resizes the image which i dont like as some pictures are smaller than others and this make the small one's look silly when resized
it does not show the selected image chosen on my home page, just a blank screen added all the images the same to test and just blank screen on forum home would be great if images were just put up in the size they are in the forum, maybe resize the image to make smaller but not bigger make the image clickable to another web site i want to use this as an affiliates thingy and this would be great |
#60
|
|||
|
|||
Quote:
An upgrade, which will take into account those small sized images, will likely be posted by the end of this week. |
#61
|
|||
|
|||
As a result of an action taken by vb.org regarding the sidebar mod, I am discontinuing the support that I provided on my mods here at vb.org. I will join a different site where I will be posting further developments.
Quote:
Any way, I will leave this site and join other site where I will be posting further mods. With best regards, Data |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|