![]() |
vBulletin Slide Show 1.10
1 Attachment(s)
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; 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 Get the attachment from this thread in the vb3.7x section: https://vborg.vbsupport.ru/showthread.php?t=230476 |
demo link is need registeration i cant see >>>thank you
|
Demo link works not...
make my own slideshow and works fine ... reg macc |
Quote:
[high]* TheLastSuperman tags for now...[/high] Thanks regardless! Mike |
The product xml files and screenshots within vBulletin environment are available on the "vBulletin 3.7 Add-ons -> vBulletin Slide Show 1.0" thread .
Outside vBulletin environment, you can find a raw slide show example here, and a sample display of all slide shows here. |
Can u create Test Login?
|
Thanks! This seems awesome. One thing though! Can you please help me on where to alter those tables. I get a database error regarding that. So I suppose I will have to make those edits.
Thanks! |
Start your phpMyAdmin and execute those two queries respectively on the tables `thread` and `user`. You can also execute these queries from your ACP -> Maintenance -> Execute SQL Query.
|
Quote:
So when doing the query in my ACP, do I just enter this: ALTER TABLE `thread` ADD `slideshowid` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; and run it? and then the next one? I appreciate your help!! |
:) Yes, just paste those instructions, one at a time.
|
Quote:
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 |
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 |
Yes, I made sure. These are the ones in the file:
product_slideshow.xml slideshow.php |
Quote:
An error occurred while attempting to execute your query. The following information was returned. error number: 1060 error desc: Duplicate column name 'slideshowid' |
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` ( |
Quote:
So should I enter the above code into the XML and re-install? Thanks for all your help!!:up: |
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. |
Quote:
Quote:
|
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. |
Quote:
|
1 Attachment(s)
Quote:
Attachment 107793 and on the left this: Attachment 107794 EDIT: Sorry I browsed those vbthread and vbuser now, and I see the slideshow and slideshowid in the last colums. I just fail to see the slideshow/vbslideshow in the tables on the left. |
Do the same with vbuser.
Basically, this must be done automatically at first installation of the mod. :) |
1 Attachment(s)
OK, fantastic! Thank you so much!! Got that sorted. Now I get this on my homepage:
Attachment 107795 I suppose that is the slideshow (If I had any that would display!) But I have that ticked as "No" in the settings. Anything I can do about that?? |
You have not created any slide show yet. Don't forget to upload the content of the upload folder to your main directory.
From your ACP -> vBulletin Options -> vBulletin Slide Shows Options "Show in Forum Home" -> Click No. Adjust the settings as you see fit. :) Also thank you for pointing out the table creation failure issue. I have updated the XML, as there was an extra parenthesis in the code of the installation section. |
1 Attachment(s)
I created one now, and it just displays 1 pic in there on the homepage. And also the setting is to "NO" in the Vbulletin Slide Shows Options.
Attachment 107800 But it still shows. Also, why do I have this in Chinese? Attachment 107799 EDIT: Man I hope you don't get annoyed with me!? I would really just like to get this working!! I also found that if you click on the "Thread tools" drop down, the slideshow buttons overlaps the drop down like this: Attachment 107801 |
Quote:
Ignore the Chinese image, you can click on the little cross to take it away permanently. I could not create an equivlent image. It says, <- for backward and for forward ->. You can remove that image (e_m_02.png) from the file uploaded, or create an equivalent one and share it with us. :) Edit: vBulletin thread tool layer loads first, that's why it is displayed on the background and the slideshow layer on the foreground. It does not prevent to use/select those sub-menus of the thread-tools, at least on my side. :) |
1 Attachment(s)
Fortunately I live in China! So I thought it had something to do with that! lol
The issue though is the fact that even with the setting to not display on the homepage, it still does. And also the overlapping issue. I put up a screenshot of that in my previous post. Here you go! It's a bit small to get the text nicely. Attachment 107802 |
Quote:
Thank you for the feedback. :up: Quote:
|
Great stuff! All working now! Thanks for all your help and patience!
And you're welcome. It will definitely come in very handy on my forum. (Looks much better with the English button! lol) |
OK, when I attempt to delete a slideshow I get this database error:
Database error in vBulletin 3.8.4: Invalid SQL: DELETE FROM `vbslideshow` WHERE `slideshow`.`slideshowid`='1' LIMIT 1; MySQL Error : Unknown column 'slideshow.slideshowid' in 'where clause' Error Number : 1054 Request Date : Monday, December 21st 2009 @ 12:42:30 AM Error Date : Monday, December 21st 2009 @ 12:42:30 AM Script : http://creativx.net/forums/slideshow...deshow&ss_id=1 Referrer : http://creativx.net/forums/slideshow...w&t=1529&u=621 IP Address : Username : TheBull Classname : vB_Database MySQL Version : 5.0.85-community |
Quote:
Thank you for the feedback. It has been implemented. 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`= |
I will test it now. Thanks! I just want to ask something else here! If my members enter, well, let's say 10 wallpapers to the slideshow. If other members want to download the wallpaper, how do they do that from within the slideshow?
EDIT: Also, is there a way to change the white background? |
Quote:
The background color is defined in the css style sheets associated with the mod. In a forecoming version, I will add an inline style option to overwrite it and allow a user defined background color. :up: |
Quote:
|
How about an option to enable a slide show at the top of the forum index page?
That'd be awesome! :D |
Quote:
If you mean something else, please be specific. :) |
Installed and working well.
How/where do I change/remove the text ".A total of 16 pictures. Current set, picture." at the top of the slide show? Thanks! |
O.k., we got it working! Once again thanks for this fine mod!
|
One question, is it possible to get this to work with the vb albums?
|
Quote:
|
All times are GMT. The time now is 03:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|