vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - vBulletin Slide Show 1.10 (https://vborg.vbsupport.ru/showthread.php?t=230536)

J98680Bxxxxx 12-22-2009 06:34 PM

Quote:

Originally Posted by klaush (Post 1935393)
One question, is it possible to get this to work with the vb albums?

I will give it a tough and try updating the current version. :)

thevette 12-22-2009 09:26 PM

Quote:

Originally Posted by J98680B2423E (Post 1935642)
You can change/empty the content of the phrases variables x_eTitle and xy_eTitle :)

Got it. Thank you!

I'm still seeing two periods preciding the varibles. Where would they be coming from?

J98680Bxxxxx 12-23-2009 06:22 AM

Quote:

Originally Posted by thevette (Post 1935805)
Got it. Thank you!

I'm still seeing two periods preciding the varibles. Where would they be coming from?

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:

J98680Bxxxxx 12-23-2009 06:32 PM

Update in v.1.10
  • Option to download active picture on slideshow
  • Option for slideshow owner to select/change the background color of its slideshow display
  • Option for users to add descriptive text per slide show pictures.

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


Megatr0n 12-24-2009 01:07 AM

Quote:

Originally Posted by J98680B2423E (Post 1935673)
I will give it a tough and try updating the current version. :)

I'd love this.

Taurus1 12-29-2009 06:50 AM

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

J98680Bxxxxx 12-29-2009 09:42 AM

Quote:

Originally Posted by Taurus1 (Post 1941280)
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

Read the text above: "If for some reasons the database new column 'slideshow_bgcolor' required by this mod on the "thread" table has not been ..."

Taurus1 12-29-2009 02:26 PM

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!!

J98680Bxxxxx 12-29-2009 02:45 PM

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.

RobbieZ 01-03-2010 06:25 AM

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 ?

J98680Bxxxxx 01-03-2010 08:20 AM

Quote:

Originally Posted by RobbieZ (Post 1945672)
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 ?

When Jarod will give his approval. It is still in testing. :)

betts02 01-03-2010 02:09 PM

no file to download ??????

J98680Bxxxxx 01-03-2010 07:42 PM

Quote:

Originally Posted by betts02 (Post 1945970)
no file to download ??????

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. :)

betts02 01-03-2010 08:01 PM

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

J98680Bxxxxx 01-03-2010 08:20 PM

Quote:

Originally Posted by betts02 (Post 1946311)
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

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 -->" :)

betts02 01-03-2010 09:14 PM

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 ?

J98680Bxxxxx 01-03-2010 09:36 PM

Quote:

Originally Posted by betts02 (Post 1946390)
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 ?

How to use it?

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. . :)

betts02 01-04-2010 06:58 AM

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

J98680Bxxxxx 01-04-2010 07:21 AM

Quote:

Originally Posted by betts02 (Post 1946681)
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

Making an image clickable to another site is another issue as a click on a slideshow image is for moving either forward or backward in the slideshow set.

An upgrade, which will take into account those small sized images, will likely be posted by the end of this week. :)

J98680Bxxxxx 01-05-2010 06:53 AM

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:

Originally Posted by Paul M
Hello J98680B2423E,

I have deleted your thread "vBulletin 4 Sliding Like Sidebar For vB 3.7.x-3.8.x" for the following reason.

Quote:

You are not permitted to re-distribute vbulletin files.
You might also want to consider changing your username, since it appears to be your licence number.

Rgds,

Paul M
vbulletin.org Staff

vBulletin files? :eek: The source code for the sidebar is available at yahoo developper site. As for vBulletin, just start the homepage from any browser and click on view source to see how it is structured.

Any way, I will leave this site and join other site where I will be posting further mods.

With best regards,
Data

betts02 01-05-2010 03:50 PM

be sure to let me know where you go mate as i will continue to use your mods as will many others

Markus79 01-11-2010 03:08 PM

Hi

I have a small bug.

When ein try to edit my thread i become this error:
Code:

Fatal error: Using $this when not in object context in /var/path_to_forum/editpost.php(1167) : eval()'d code on line 9
This is the code on line 1167:
Code:

$foruminfo['forumid'],
Quickedit works fine, only the "advanced edit" doesn't work.

Did someone have the same problem and what can i do?

Zi55 01-15-2010 04:37 AM

We hope anyone to edti this addon to made it vBSEO support

worldwidereefer 03-15-2010 04:04 PM

any for vb4 ?

inciarco 03-16-2010 05:53 PM

Great Mod, I Like it a Lot. :up:

One Question:

- How Can I Set a Max Width and Max Height for the Image that is Currently Being Displayed on the SlideShow? :confused:

My Best Regards.

:)

inciarco 03-17-2010 12:05 AM

I Confirm a Bug on this Mod when Trying to Edit the First Post of the Thread that Contains the SlideShow, (on vB384) :confused::

Quote:

Fatal error: Using $this when not in object context in /home/zzz/public_html/zzz/editpost.php(1167) : eval()'d code on line 8
I Hope Data Decides to Come Back and Provide a Solution for this Bug. :confused:

For Now is Not Possible to Install this on my Forums because this is a Critic Error, (Not Being Able to Edit a Post/Thread). :(

My Best Regards and Hopes for the Author to Come Back. ;)

:)

inciarco 03-17-2010 01:31 AM

Quote:

Originally Posted by inciarco (Post 2005133)
I Confirm a Bug on this Mod when Trying to Edit the First Post of the Thread that Contains the SlideShow, (on vB384) :confused::



I Hope Data Decides to Come Back and Provide a Solution for this Bug. :confused:

For Now is Not Possible to Install this on my Forums because this is a Critic Error, (Not Being Able to Edit a Post/Thread). :(

My Best Regards and Hopes for the Author to Come Back. ;)

:)

The Problem is on the Plugin "Slide Show - Reload Page After Quick Edit".

You should remove the "this->" on the "this->$post['postid']" and the Plugin Code should be like this:

Code:

if (!empty($threadinfo['slideshowid']) AND ($post['postid'] == $threadinfo['firstpostid'])){
                                                eval('$headinclude .= "' . fetch_template('slideshow_reloadpage') . '";');
                                        }

And for the Image Sizes (width and height), they can be set on the "epidiascope.js" file on "clientscript -> slideshow".

the options are "maxWidth" and "maxHeight", (there is another "minWidth" that I don't yet know what it is for).

My Best Regards.

:)

devrimow 04-03-2010 08:53 AM

hi
How can we do for vBadvanced CMPS v3.2.2 modul ??

thanks

Kolektor 07-09-2010 11:30 AM

I am very much impressed about this mod but I hope future updates will includes control to width and height or perhaps auto resize.

hubie 08-21-2010 08:57 PM

Hi, I have this mod installed but only a problem: slideshows don't displays in threads where Article Forums Mod is using. Any solution?

Rich 08-22-2010 11:58 AM

I was interested in looking at this later on but the instructions are not in a file for me to download. You should have a file for download and not just have the instructions in the post.


All times are GMT. The time now is 03:03 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
  • Page Generation 0.02001 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete