Status
Not open for further replies.

angus

Customer
After updating to version 1.0.2 there is a problem with the forum select option with the forum slider.

I selected two spezific forums to display threads and set the latest threads quantity to 5.
But instead of showing 5 threads from the selected ones, 5 latest threads from all forums are shown.

It seems that the setting is ignored.
 
Last edited:
Ok, I'll take a look at it. Thanks.

---------- Post added at 09:46 ---------- Previous post was at 09:09 ----------

Got it. I still don't have FTP access to upload a fix, but its a fairly easy fix to make.

In {forum}/dbtech/vbslider/actions/widget.php, on or around line 64, find:

Code:
foreach (array($forumids) AS $forumid)

and replace with

Code:
foreach ($forumids AS $forumid)

That should fix it right up.
 
Status
Not open for further replies.

Legacy vBSlider

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
838
Customer rating
0.00 star(s) 0 ratings
Back
Top