View Full Version : vBulletin CMS Widgets - vFCoders - Featured Content Slider Widget
CouponWCents
03-09-2012, 05:36 PM
I guess I don't understand what to put for the widget
Magnumutz
03-11-2012, 10:12 PM
Would you mind sharing your fix?
Search the vbcms_widget_cmsfcs_page template for this:
.cmsfcs_{vb:raw id} .ui-tabs-panel .info{
position:absolute;
top:280px;
left:85px;
height:70px;
width:87%;
opacity: .75;
background: black;
margin: 0 auto;
Change the top value to whatever fits well for you.
parrots
03-18-2012, 01:31 PM
Hello,
I have installed the plugin but i cant see the "CMS Featured Content Slider" on the widget type :(
Same for me - I have cleared my system cache. I've uninstalled, and reinstalled using the new .xml Any ideas anyone?
Works great on 4.1.9! Only issue is the small preview of the image is squished inwards a little. What is the default height and width of this mini image on the left? Thanks!
tenizmenu
03-22-2012, 01:49 PM
I've tried every solution offered in previous posts, but the slider is still not moving and i have the same problem with #fragment-2, 3, 4. The vbulletin version that I use is 4.1.11. Is it the product outdated? If not, can anyone offer me a solution, please?
romolus
04-03-2012, 09:35 AM
I've tried every solution offered in previous posts, but the slider is still not moving and i have the same problem with #fragment-2, 3, 4. The vbulletin version that I use is 4.1.11. Is it the product outdated? If not, can anyone offer me a solution, please?
i have turn it on 4.1.11. There are no problems
Thank's
Reycer
04-09-2012, 03:51 PM
So it seems that if Mobile Style is installed, this will conflict with it. Also, if I have another product using jquery it also conflicts with this. I've tried disabling the Mobile Style, but no go, I still can't get it to work. I also tried the "fix" that was listed earlier, no go either. Thought it might just be this mod, but I tried the other Sliders as well, same thing. Anyone have a fix?
Badshah93
04-18-2012, 09:33 AM
Updated VFC - Featured Content Slider Widget to Version 2.4.
exhibitionpoult
04-25-2012, 03:30 AM
I have just installed this MOD on 4.1.12 and I get the following error
Fatal error: Class 'vBCms_Item_Widget_cmsfcs' not found in /home/daniel/public_html/content/packages/vbcms/collection/widget.php on line 234
Badshah93
04-25-2012, 03:48 AM
I have just installed this MOD on 4.1.12 and I get the following error
Fatal error: Class 'vBCms_Item_Widget_cmsfcs' not found in /home/daniel/public_html/content/packages/vbcms/collection/widget.php on line 234
Upload the contents of "upload" folder in zip file to "content" folder in your server as your forum root is /content/.
Rideharder
05-03-2012, 01:54 AM
What is the work around with jQt Sliding Log-In / Register?
https://vborg.vbsupport.ru/showthread.php?t=281297
Badshah93
05-03-2012, 03:38 AM
What is the work around with jQt Sliding Log-In / Register?
https://vborg.vbsupport.ru/showthread.php?t=281297
ya, just tried with jQt Sliding Log-In / Register, it works fine for non-registered user..
to make it work for all
open Template - jqt_sliding_login
Replace all with this
<vb:if condition="!$bbuserinfo[userid]">
<script src="{vb:raw vboptions.bburl}/jqt_suite/jquery.tools.min-all.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}jqt_slider.css" />
</vb:if>
Rideharder
05-03-2012, 11:32 PM
You totally fixed it when I log in but it does not work when I log out and also when I log out it does not completely refresh. You can view my site www.speedaholic.net and if we can get a workaround it's, worth a donation.
Login name Ride password 123
Thanks so much for all your time..
Rideharder
05-03-2012, 11:40 PM
jqt_sliding_main
<vb:if condition="$show['guest']">
<div id="fred">
<div class="slider_panels">
<div class="panels_div" style="height:0;padding:0;border:0;background: transparent;"></div>
<div class="panels_div login_panel">
<div class="jqt_form_body">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
basilrath
05-04-2012, 04:10 PM
Fantastic Mod ..........
A little improvement (but only in my humble opinion)
I dislike the "quick" transition but as has been said this was changed via the js xml coding
But caused some issues in the rendering when used with thumbs - lagging etc so
As has been said in other posts:
lose the thumbs via the vbcms_widget_cmsfcs_page template
.ui-tabs-nav {
display: none;
}
Same template change the script to
<script type="text/javascript">
$(document).ready(function(){
$(".cmsfcs_{vb:raw id}").tabs({ fx: {opacity: 'toggle', duration:'slow'} }).tabs("rotate", 5000, true);
$(".cmsfcs_{vb:raw id}").hover(
function() {
$(".cmsfcs_{vb:raw id}").tabs("rotate",0,true);
},
function() {
$(".cmsfcs_{vb:raw id}").tabs("rotate",5000,true);
}
);
});
</script>
This will remove thumbs render the images with a nice transition and the codeline below will clean up the info bar
.cmsfcs_{vb:raw id} .ui-tabs-panel .info{
position:absolute;
top:242px;
left:0px;
height:70px;
width:650px;
opacity: .75;
background: black;
margin: 0 auto;
}
This has the width of the slider at 650px and the info bar the same (but obviously change to your site if needed)
It also means you can have a few more articles etc without the rendering being incorrect given the thumbs are removed
as you can see i now have 7 latest articles with a nice smooth transition and an info bar that is 100% for a clean look and render.
Just a thought :)
http://www.tabletennistalk.co.uk
Toorak Times
05-04-2012, 05:02 PM
That is one sweet piece of work, must have one!
Rideharder
05-05-2012, 09:39 PM
Badshah93, is very honest and a outstanding guy. Comes through in a very timely manner donations well spent. Understood my needs a no problem to help fix issues I needed.
Highly recommended.
alhidaya
05-05-2012, 10:11 PM
Hello,
Is what you can you can also put the topics on the forum
basilrath
05-06-2012, 08:55 AM
Hello,
Is what you can you can also put the topics on the forum
You choose where the feed comes from
SVTdrivah
05-09-2012, 01:18 AM
Any way to add video to the slider as well as images?
basilrath
05-09-2012, 11:25 AM
Not really a reason?
With the article having the video thumb?
Not possible the the mod stands though
Badshah93
05-09-2012, 11:55 AM
Any way to add video to the slider as well as images?
i haven't tried video with this slider but it can be done...
maybe in future version i will add that feature.
mjay1113
05-19-2012, 08:21 AM
tried to install this - but get this error: Fatal error: Class 'vBCms_Item_Widget_cmsfcs' not found in public_html/forum/packages/vbcms/collection/widget.php
I noticed there is a cmsfcs.php file in both the 'item' and 'widget' folder - is this how it is supposed to be?
basilrath
05-19-2012, 08:43 AM
Yes thats how its supposed to be
Follow exactly and this works
mjay1113
05-19-2012, 01:02 PM
how can you upload two files with the same name to the same folder?
mjay1113
05-19-2012, 01:10 PM
i got it! disregard
alhidaya
05-20-2012, 02:37 AM
You choose where the feed comes from
Hello,
I restate my request. This widget is that subjects in the cms and would like to bring an improvement FORUM TOPICS AND NOT THE CMS.
bookerf
05-26-2012, 04:56 PM
Hey great work. Is there a way to disable the small previews and just show the pic?
Badshah93
05-26-2012, 06:00 PM
Hey great work. Is there a way to disable the small previews and just show the pic?
check pages of this thread, you will get your answer.
MJJUltimate
05-29-2012, 11:00 AM
Very nice! Installed and working perfectly. Thank you :)
dazed12
06-04-2012, 08:43 PM
I'm using vB 4.2 and it is appears as if it is 'frozen'. I can't even forcible select another image from what is presented.
?
url: http://precision-servers.com
Badshah93
06-04-2012, 09:40 PM
I'm using vB 4.2 and it is appears as if it is 'frozen'. I can't even forcible select another image from what is presented.
?
url: http://precision-servers.com
thats because your webpage has 2 different jquery.min.js file. this mod uses 1.6.2 version and other mod (steam mod) uses 1.4.2 .
Create New Plugin
Hook: global_complete
Code:
if (THIS_SCRIPT == 'vbcms')
{
$output = str_replace('<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>', '', $output);
}
dazed12
06-04-2012, 09:53 PM
thanks. Works now!
Kr33p3r
06-07-2012, 12:39 AM
I have the same issue, but I am not sure jquery is loading at all?
http://www.cyberneticpunks.com/forums/content/
Badshah93
06-07-2012, 06:11 AM
I have the same issue, but I am not sure jquery is loading at all?
http://www.cyberneticpunks.com/forums/content/
its because your custom skin doesn't have $template_hook[headinclude_javascript]
Open headinclude Template
Add at bottom
{vb:raw template_hook.headinclude_javascript}
lbrunoa
06-07-2012, 05:23 PM
I install the widget...
but what's the code that i should call to post the articles from the CMS?
Kr33p3r
06-07-2012, 07:56 PM
its because your custom skin doesn't have $template_hook[headinclude_javascript]
Open headinclude Template
Add at bottom
{vb:raw template_hook.headinclude_javascript}
Thanks for the response. I did this, but it looks like I have no headerinclude_javascript in any styles.
Nothing is generated when I added it it.
Kr33p3r
06-07-2012, 09:12 PM
Thanks for the response. I did this, but it looks like I have no headerinclude_javascript in any styles.
Nothing is generated when I added it it.
Resolved!
Thanks!
GaRanT
06-08-2012, 09:16 PM
Just installed on vb 4.2.0 PL1 and at the moment isn't any issues.
Rated and Nominated... Thank you
victorvu
06-09-2012, 03:01 AM
I installed it but how do they load the picture?
Victor
Badshah93
06-09-2012, 03:02 AM
I installed it but how do they load the picture?
Victor
1) Create New Widget -> Cms Feature Content Slider
2) Then put that widget in layout.
Skierpetros
06-13-2012, 02:55 PM
Hello
awesome mod!
But how can display the slider only in the homepage and not in the page of the full article?
charlesr
06-16-2012, 07:37 AM
@skeirpetros: Set up a new layout in the admincp/cms/layout manager.
e.g. you will end up with article layout and homepage layout.
Only put the widget on the homepage layout.
Then edit your sections (click the pencil on the section's page), so your top level section has the homepage layout selected and the other sections have the article layout selected.
charlesr
06-16-2012, 09:30 AM
2 questions:
All my other widgets have a title. When I was using the nivoslider it had a title (i.e. whatever I have called the widget)
Is your slider coded to not have one?
Also, I have to choose sections and categories in the widget config. If I add more categories, do I have to go back and add them in the widget config? If so, please may I request an "ALL" option (preferably separate option for categories and sections) so I don't have to? Thanks.
GamerPerfection
06-16-2012, 10:41 AM
Can you specify which articles you want displayed on it, or does it just select them automatically?
charlesr
06-16-2012, 05:34 PM
Automatically by section/category. You could make a category for "featured" and manually manage the articles with that category applied I suppose.
Badshah93
06-17-2012, 05:40 AM
2 questions:
All my other widgets have a title. When I was using the nivoslider it had a title (i.e. whatever I have called the widget)
Is your slider coded to not have one?
Also, I have to choose sections and categories in the widget config. If I add more categories, do I have to go back and add them in the widget config? If so, please may I request an "ALL" option (preferably separate option for categories and sections) so I don't have to? Thanks.
yes i didn't added title and i will add "ALL" option in next release.
charlesr
06-17-2012, 07:37 AM
Great! Please note the request to have one "All" for categories and another "All" in sections. :)
I actually like it without the title. Looks less "vbulletiny"
Kr33p3r
06-17-2012, 08:00 PM
Hi!
I would like to have the link go to the original thread in the forums and not the article, is this possible?
mentorica
06-17-2012, 10:42 PM
Thx for a grate mod . Work fine on 4.2 check it here www.express-press.ro
imported_dfmafia
06-19-2012, 12:25 AM
4.2.0, 4.2.0 Patch Level 1, and 4.2.0 Patch Level 2 and no issues with this mod. works great!
johnnymc7
06-27-2012, 07:36 PM
The images can look very bad in Firefox when they are scaled down anyone know how to get around this?
charlesr
06-28-2012, 09:38 AM
They look ok on mine. What's your site?
ar15dcm
07-06-2012, 04:26 AM
I know someone already posted something about this error, but I am getting it and I have installed, uninstalled, and reinstalled several times and get the error;
Fatal error: Class 'vBCms_Item_Widget_cmsfcs' not found in /home/riflecom/public_html/forums/packages/vbcms/collection/widget.php on line 234
When I get to the create widget portion of the instructions I create new widget what exactly am I supposed to enter if anything? Once I save the widget I get the error and all widgets are inaccessible and my only option is to uninstall it from the product manager.
Help?
Recon0303
07-06-2012, 04:27 AM
When I went to create a widget I got a fatal error
Fatal error: Class 'vBCms_Item_Widget_cmsfcs' not found in /hermes/bosweb/web176/b1762/ipg.dividedallegiancecom/vbulletin/packages/vbcms/collection/widget.php on line 234
Any idea what I did wrong?
Recon0303
07-06-2012, 04:40 AM
I installed , and it was fine, so I reinstalled and when I create the widget I keep getting the same error any idea why?
ar15dcm
07-06-2012, 04:53 AM
No, I did it several times and got the error each time. I suspect there is something in the installation that I am missing although I am baffled what it is.
Badshah93
07-06-2012, 10:46 AM
When I went to create a widget I got a fatal error
Fatal error: Class 'vBCms_Item_Widget_cmsfcs' not found in /hermes/bosweb/web176/b1762/ipg.dividedallegiancecom/vbulletin/packages/vbcms/collection/widget.php on line 234
Any idea what I did wrong?
you have not uploaded slider files.. Download zip from here and upload contents of "Upload" folder inside "vbulletin" folder of your server.
imported_dfmafia
07-06-2012, 11:30 PM
got an issue now. imported my CMS to another board. slider broke. previews show up on right side and the main image is off center and low in the box.
uninstalled, fresh install did not fix the issue. vB 4.2.0 PL 2 it was working great earlier
ar15dcm
07-07-2012, 02:45 AM
So you are saying upload the contents of the Upload load folder into the root of the forum?
Badshah93
07-07-2012, 03:33 AM
So you are saying upload the contents of the Upload load folder into the root of the forum?
yes in the same folder where forum.php is saved.
ar15dcm
07-07-2012, 05:43 AM
Okay I guess I am just stupid or something. I uploaded the folder "packages" and all sub-folders and files. Got the error. So I went back and only uploaded the "VBCMS" folder to the root and repeated the installation. Same error.
Badshah93
07-07-2012, 11:27 AM
Okay I guess I am just stupid or something. I uploaded the folder "packages" and all sub-folders and files. Got the error. So I went back and only uploaded the "VBCMS" folder to the root and repeated the installation. Same error.
no.. you need to upload "packages" folder in forumroot. (where forum.php file is saved)
ar15dcm
07-07-2012, 05:00 PM
Okay I did that multiple times. I already have a packages folder there with the attached in it. I also have a vbcms folder with stuff in it.
Badshah93
07-07-2012, 06:24 PM
Okay I did that multiple times. I already have a packages folder there with the attached in it. I also have a vbcms folder with stuff in it.
can you upload pic of contents inside widget folder in vbcms folder.
ar15dcm
07-07-2012, 06:33 PM
I manually put the files into the packages>vbcms subfolder and its working.
ar15dcm
07-07-2012, 06:34 PM
Is there a way to increase the height of the widget or only show the title of the article? Some of the article text is running off of the widget.
Badshah93
07-07-2012, 06:48 PM
Is there a way to increase the height of the widget or only show the title of the article? Some of the article text is running off of the widget.
you can increase the width of slider widget through widget manager.
Widget Manager -> Content Slider Widget -> Config
ar15dcm
07-07-2012, 07:28 PM
Yeah that distorts the images though. I was just wondering how I would make so on the title would appear and no articles text.
basilrath
07-08-2012, 05:44 PM
this mod does not work with
https://vborg.vbsupport.ru/showthread.php?p=2346117#post2346117
jquery issue
basilrath
07-08-2012, 05:58 PM
Ok if your running the slider with the mod above it conflicts with then change this:
template: cmsfcs_script
remove :
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" ></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js" ></script>
and place the code you removed at the bottom of template: vbcms_widget_cmsfcs_page
charlesr
07-10-2012, 01:36 PM
Will it make any difference to page load times if the thumbs in the slider are actually thumbs and not just full size pics, squeezed into less pixels? i.e. they look like 60x40, but are actually 600x400 (numbers just for example).
Badshah93
07-10-2012, 04:09 PM
Will it make any difference to page load times if the thumbs in the slider are actually thumbs and not just full size pics, squeezed into less pixels? i.e. they look like 60x40, but are actually 600x400 (numbers just for example).
not really because those thumbs pictures are slider images also. So even if you remove thumbs it won't make a much difference in page load time. Browser loads image one time only and uses cache for subsequent request.
Badshah93
07-10-2012, 05:21 PM
Yeah that distorts the images though. I was just wondering how I would make so on the title would appear and no articles text.
Edit "cmsfcs_contentbit" template
Remove this code from template:
<p>{vb:raw getarticles.preview}</p>
ar15dcm
07-10-2012, 08:45 PM
I removed it but it made no difference.
Thanks,
Badshah93
07-11-2012, 06:43 AM
I removed it but it made no difference.
Thanks,
it won't change immediately if you are using Cache.
ar15dcm
07-11-2012, 09:06 AM
I understnad that, I just checked it and it has not changed.
Thanks,
it won't change immediately if you are using Cache.
hi ... i have a question, is possible put this slider on the forumhome?
can u tell me how to remove the orange border?
http://puu.sh/HGqZ
ar15dcm
07-12-2012, 04:51 PM
Still distorting the images after I removed the code you suggested.
Thanks,
Recon0303
07-18-2012, 01:38 AM
you have not uploaded slider files.. Download zip from here and upload contents of "Upload" folder inside "vbulletin" folder of your server.
Yes I did..
ar15dcm
07-24-2012, 04:34 AM
Any other suggestions for the image distortion?
Thanks,
http://puu.sh/LQbE
i have a question .... how can i get full title in description? sorry for english ... look like this
http://puu.sh/LQe7
basilrath
07-26-2012, 05:44 PM
I have played around with the slider and the post below shows some results
https://vborg.vbsupport.ru/showthread.php?p=2326228#post2326228
you could increase slider widget width in Admincp-> VBulletin CMS -> Widgets -> Your Slider Widget -> Config
in config u have option to set the width.
option not work for me ... can change manually?
Glockie
08-04-2012, 02:10 PM
Lovely mod, just installed it and it looks champion...
Is there a way to get it to pull from the forum main page or is it cms ONLY?
Superb looking mod, very sleek design.. Nice one!! :up: :D :up:
sentinal
08-04-2012, 02:22 PM
problem :
the unregistered users can't c the images
i checked all the permitions
Glockie
08-04-2012, 02:31 PM
Also is there a way to get it to pull from the main forums?
@ Sentinal you must ensure the settings are correct for the boards selected and of course that you have content.
zascok
08-04-2012, 02:37 PM
looks fantastic, anything like this for the forum itself?
basilrath
08-04-2012, 03:40 PM
option not work for me ... can change manually?
https://vborg.vbsupport.ru/showthread.php?p=2326228#post2326228
bintoro
08-22-2012, 12:29 PM
:D:D:D
So glad now I am able to use slider in vb. I have try all the advise in this vb.org and vb.com. So many install and uninstall. Now this one is working and simple for beginner like me. Thanks a lot.
May I ask question :
- how to change the background colour of empty area ?
- cause the height is 500 px. Can advise how to increase the width area ?
Thanks in advance. :D:D:D
sorry. It works on vb 4.2.0 PL2.
There is a problem on vbulletin version 4.2 sp2 when you over an other news and click, it doesnt work... you can check it on: http://www.timgrubu.com
basilrath
09-02-2012, 12:04 PM
There is a problem on vbulletin version 4.2 sp2 when you over an other news and click, it doesnt work... you can check it on: http://www.timgrubu.com
Not sure what you mean i click on and working?
i mean that; when you cross over mouse on left pics it doesnt show you which you click... click the link and try...
JAnders
09-12-2012, 05:00 PM
it would be great if a nice image rotation transition was added
Mark_Zuckerberg
09-28-2012, 11:54 AM
i m looking for such thing but will it work on forum only or not? tagged also waiting for reply
MegaManSec
09-28-2012, 02:09 PM
Nevermind, I was wrong.
ar15dcm
09-30-2012, 07:31 AM
Is it possible to incorporate this into the code to allow for automatic graphic sizing so the graphics are not distorted?
http://api.jquery.com/category/dimensions/
Budget101
10-03-2012, 11:38 PM
Uninstalled due to massive photo distortion.
charlesr
10-08-2012, 11:57 AM
I try and make sure the first pic in my article is about the right shape, so the main slider images look right, but the preview boxes are 4:3ish so they are always distorted - is it possible to make them 16:9?
charlesr
10-08-2012, 12:09 PM
Found it in vbcms_widget_cmsfcs_page:
.cmsfcs_{vb:raw id} li.ui-tabs-nav-item a{
display:block;
height:45px;
color:#333;
line-height:12px;
position: relative;
}
.cmsfcs_{vb:raw id} ul.ui-tabs-nav li img {
float:left;
width:70px;
height:45px;
}
Played with the bold values till they looked better.
hyperviperx99
10-22-2012, 03:56 AM
After I installed it and made the widget, I'm getting this error everytime I get to the Widget section - Class 'vBCms_Item_Widget_cmsfcs' not found in /home/fantasci/public_html/packages/vbcms/collection/widget.php on line 234
ikopylov
10-29-2012, 07:14 AM
If enable G.1404 : News and Announcements (https://vborg.vbsupport.ru/showthread.php?t=268085&highlight=G.1404+%3A+News+Announcements) mod stop working
(vBulletin 4.2)
craftyone
10-29-2012, 11:17 PM
Hi,
I was trying to avoid posting my question without finding anyone with the same problem and hopefully finding a solution to my problem. However, after reading all 24 pages related to this mod, I couldn't find any answers. I installed this mod with absolutely no problems. It works like a charm and I love it! But I cannot get it to show more than 2 featured post in my site. I tried uninstalling it (3x) and installing it again. I tried going into the cmsfcs.php to change the "LIMIT 0, 5" but no luck there either. I also checked the configuration through the widget but everything seems to be okay there as well. I'm I missing something?
I hope someone has any ideas they can share. I'd appreciate it! My website is www.lucynina.com
Lucy
charlesr
10-30-2012, 07:16 AM
Is you cache stuck? Try clearing it in "maintenance"
If not then try allocating sections to your articles - not sure if this should make any difference though.
craftyone
10-30-2012, 06:15 PM
I cleaned out the cache but I still can only see two posts in the slider instead of the five that is supposed to show. I'm not sure what you mean about allocating sections though. Thanks for your suggestion.
charlesr
10-30-2012, 08:53 PM
In the admin panel, look at your Widget for the slider and configure it. You'll see options to choose which "sections" appear in the slider. Any articles that have not been assigned to one of the sections you see in the list will not appear on the slider.
To create "sections" go to the admin panel and in vbulletinCMS, click on section manager. Think carefully - these are hierachical, so articles can only fit in one section, unlike "categories" which are 1+ for an article.
Then when you create an article, choose the "section" you want it to appear in from the list on the right hand side of the article creation page. Go back and modify the sections for your old articles.
craftyone
10-30-2012, 11:05 PM
Perfect! Thank you so much, charlesr! Now it works great. Have a nice day/night! :-)
huevncom
10-31-2012, 01:09 AM
nice mod, i like mod
charlesr
10-31-2012, 10:27 AM
Perfect! Thank you so much, charlesr! Now it works great. Have a nice day/night! :-)
By the way, you have a 300KB image in the background which you almost never see..... Save everyone's bandwidth and ditch it.
Thommy
11-18-2012, 08:05 AM
Great mod!!! Works fine!
Is there any way to see more as 5 pics random?
deltahawk5
11-18-2012, 08:15 PM
Does this work for 4.2? It would be awesome if it did!
Thommy
11-18-2012, 09:38 PM
Yes deltahawk, it works fine on 4.2!
Take a look: www.terra-pannonia.at
macroforum
12-03-2012, 10:56 AM
Is there any way to see more as 5 pics random?
The same request... :)
Installed mod and nominated :)
Antonio
alhidaya
01-20-2013, 09:15 PM
Hello
The slider offers only for items cms. Is that there would be an opportunity to have items FORUM?
SVTdrivah
01-22-2013, 01:33 PM
Has anyone tried to get video to work with the slider?
SRobbins1977
01-28-2013, 02:15 PM
Hello,
We could use a little help. first... GREAT widget, thank you. Its a great first step to our sites redesign. Feel free to check out how we implemented it on our site: http://wdgaming.net/
To the questions...
1) As you can see from the slider, the small previews along the left side are not the same ratio as the main slider. Is there a way to add a spot to change that under the "Content Slider Box Width" in the configuration for the widget?
2) you may also notice that we have more room to include the preview of text. We would like to change the amount of text that is in the previewer. Is it possible to add that to the configuration widget?
If we need to do some php code, we're not too great at it, so the more detail on changing it would help.
Thank you again.
SRobbins1977
01-30-2013, 02:53 PM
Hello,
We could use a little help. first... GREAT widget, thank you. Its a great first step to our sites redesign. Feel free to check out how we implemented it on our site: http://wdgaming.net/
To the questions...
1) As you can see from the slider, the small previews along the left side are not the same ratio as the main slider. Is there a way to add a spot to change that under the "Content Slider Box Width" in the configuration for the widget?
2) you may also notice that we have more room to include the preview of text. We would like to change the amount of text that is in the previewer. Is it possible to add that to the configuration widget?
If we need to do some php code, we're not too great at it, so the more detail on changing it would help.
Thank you again.Im assuming no one knows how to do this as I have not been answered. So I went ahead and reverse engineered it myself.
Answer:
To change the size of the preview windows on the left.
Go to AdminCP > Styles & Templates > Search in Templates
Search for Text > vbcms_widget_cmsfcs_page
open the vbcms_widget_cmsfcs_page style(double click)
Now we change the settings of the preview boxes that are on the left of the slider. Back up the template settings as you will have to calculate the pixel positions based on what you change.
Find ".cmsfcs_{vb:raw id} ul.ui-tabs-nav{ "
--your width setting here sets the width of the preview boxs on the left side of the slider
Find ".cmsfcs_{vb:raw id} ul.ui-tabs-nav li img {"
--Width setting here changes the width of the image in the preview box on the left side of the slider
Now the title and preview text along the bottom needs to be moved over so it lines up with the preview boxes. Depending on the width you changed the preview boxes too will mean you have to calculate how to move these values over.
Find ".cmsfcs_45 .ui-tabs-panel .info {"
--Change the "left:" value to the width of the preview images + 15pixels
--In the same sectionfind width. you will see an equation something like "math {vb:raw width}-70}" the 70 value shown here needs to be equal to the width value we changed above.
I think I remembered it all. I sill need help with changing the preview text amount and now Im wishing I knew how to make the previews fade in rather than FLICK each time.
Any help on making the fading effect? PLEASE help.
EDIT: By The Way vB.org team... Your indents on bullets are not working... just adding a enter return. so I removed them.
Action-N
02-01-2013, 06:32 AM
SRobbins1977, Looks like you found away to make it work. Whether the panoramic images are on purpose or not to be corrected size at that width it be your whole front page. I think if people wanted to use a fixed forum width of 1024 I can share the template with the sizes I made. Have two, one was the default layout (540) an other was (60,40) .
A point I wanted to make I noticed most didn't make a separate layout for their front page from the rest of the cms articles. If you make a new layout named "Front Page" an copy the format over to it an ad the slider on that layout so you can take it off the "Home" layout your using as the article default.
The template is the widget one you made in the CMS templates. The (60,40) width is configured to 735. The (540) widget size is 525, but the width is hard coded to 540. Didn't dare making it the variable as it's make a mess an need all resized. These are both for use an designed for a fixed width forum size of 1024 with the default template. Oh an guess it won't be an easy swap, there is also hard coded colors in these, dual grays (#dadada, #e1e1e1) used from the default theme. Both located near the top of the template. My forum is closed atm, but for a demo I modeled the look used at http://www.superchevy.com/ only difference is gonna be the colors. Added note I made a layout to match their site also I wanna release soon :)
SRobbins1977
02-02-2013, 03:07 AM
SRobbins1977, Looks like you found away to make it work. Whether the panoramic images are on purpose or not to be corrected size at that width it be your whole front page. I think if people wanted to use a fixed forum width of 1024 I can share the template with the sizes I made. Have two, one was the default layout (540) an other was (60,40) .
A point I wanted to make I noticed most didn't make a separate layout for their front page from the rest of the cms articles. If you make a new layout named "Front Page" an copy the format over to it an ad the slider on that layout so you can take it off the "Home" layout your using as the article default.
The template is the widget one you made in the CMS templates. The (60,40) width is configured to 735. The (540) widget size is 525, but the width is hard coded to 540. Didn't dare making it the variable as it's make a mess an need all resized. These are both for use an designed for a fixed width forum size of 1024 with the default template. Oh an guess it won't be an easy swap, there is also hard coded colors in these, dual grays (#dadada, #e1e1e1) used from the default theme. Both located near the top of the template. My forum is closed atm, but for a demo I modeled the look used at http://www.superchevy.com/ only difference is gonna be the colors. Added note I made a layout to match their site also I wanna release soon :)The size is intended. :) As you can see we have a 1350 wide page, so having a "HD"(not true HD size) style image seemed like a unique interpretation of the modern web page. But we have a long way to go with the design.
Love what you've done with the layout for the widget. Fits right in with the rest of the page. Some inspiration. Thank you for sharing.
Thank you for the tip on not changing the height. Luckly we were happy with is or we would have tried. :)
Konstanta
02-03-2013, 02:31 PM
<a href="http://www.vfcoders.com" target="_blank">http://www.vfcoders.com</a> no longer work?
jorge_kai
02-13-2013, 03:01 PM
it's possible to make run this mod in vbulletin 3.8? thanks
b0wlninja
02-19-2013, 09:00 PM
ummm so in trying to use your slider i am receving an error message in the admin CP
Fatal error: Class 'vBCms_Item_Widget_cmsfcs' not found in /home/reaper/public_html/packages/vbcms/collection/widget.php on line 234
could you help me in what i did wrong?
Martyn1983
03-03-2013, 10:31 AM
Love the idea of this mod, but sadly not working on my forum. The overall box, and previews, displays but there is no transition between the images and selecting the thumbnails just refreshes the homepage.
www.fiat-scotland.com
Appreciate any help.
svaghari
03-28-2013, 03:15 AM
1) get rid of the blue borders around thumbnails
2) get red of blue border around entire widget
3) transparent gap between thumbnails?
https://vborg.vbsupport.ru/external/2013/03/13.jpg
Christos Teriakis
04-06-2013, 05:48 AM
Hello,
I'm trying to remove the description from slider and let only the title there. I did what you said at:
https://vborg.vbsupport.ru/showpost.php?p=2236666&postcount=45
1. File packages\vbcms\widget\cmsfcs.php
2. After:
$getarticles['preview'] = strip_quotes($getarticles['preview']);
$getarticles['preview'] = htmlspecialchars_uni(fetch_censored_text(
fetch_trimmed_title(strip_bbcode($getarticles['preview'], false, true, true, true),
100)));
I added:
$getarticles['title'] = fetch_trimmed_title($getarticles['title'], 30);
but this only trims the title to 30 characters and show again the description below. What I want is to show the full title and nothing from description. Where on heck the title is stored? Is it part of pagetext in table cms_article?
Thank you Chris
jshallo
04-06-2013, 06:35 PM
Amazing! A Slider that actually WORKS!!!! Thank you.
svaghari
04-14-2013, 08:46 PM
Re: post #376
Anyone? Please help :)
kirbz
09-28-2013, 06:51 PM
EDIT nm
barcraft
10-09-2013, 09:00 PM
Hi all,
I just upgraded from version 4.2.1 to 4.2.2 and I'm throwing in the top of the page the following message:
"Warning: Declaration of vBCms_Widget_cmsfcs::getHash() should be compatible with that of vBCms_Widget::getHash() in ..../packages/vbcms/widget/cmsfcs.php on line 334"
To see the error entering http://www.chileallin.com.
I tried uploading the files again but neither solved.
If anyone has the same error and solved it please help otherwise support someone who can help me, I do not know how to fix it.
Thank you!
ozzy47
10-09-2013, 10:20 PM
Try adding this line of code at the top of your config.php under <?:
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));
DemOnstar
10-17-2013, 01:24 PM
Downloaded, tried but without success...
Great idea though..
The widget I think was visible but the contents not..I had a rather pastel blue coloured box appear at the top of a page. Created a new article but nothing appeared..
Thanks...
My be good if it would display in the forums to?
willy888
10-21-2013, 06:58 AM
I had that mod a long time but I can't remove it now
I try to uninstall it but there is no widget to remove first
Install it again , and now there is no Widget Type: CMS featured Content slider to create .
How can I uninstall it ?
DemOnstar
10-21-2013, 10:10 AM
Is not a widget that you created yourself?
willy888
10-21-2013, 10:41 AM
I can't uninstall it , When I do I have ERROR 500 - INTERNAL SERVER ERROR
The Widget CMS featured Content slider is disappear , probably that's why I cant uninstall the plugin.
I try to install it again from the begining ,but now there is no Widget Type: CMS featured Content slider to create .
How can I uninstall it ?
DemOnstar
10-21-2013, 02:10 PM
I have to question your method of uninstall..
Are you saying that from admincp/plugin & products you have uninstalled but admincp/plugin & products/plugin manager it is still there?
fallen1087
10-21-2013, 02:25 PM
not working... i try all ideas - nothing helpful...
http://epicmmorpg.com/content/#fragment-3
u can check it live ....try to click and u will see what happens......
DemOnstar
10-21-2013, 02:41 PM
I checked your site...
If you are referring to
https://vborg.vbsupport.ru/attachment.php?attachmentid=146918&stc=1&d=1382369984
It is ugly...and clicking on things doesn't lead to anywhere..
My personal opinion would be remove it..
fallen1087
10-21-2013, 03:34 PM
I checked your site...
If you are referring to
It is ugly...and clicking on things doesn't lead to anywhere..
My personal opinion would be remove it..
hmm i think template showing something wrong for u...for me all is fine and top site block is not on featured content slide...
if i understand correct....
mby u know some another widget to use instead of this..??
DemOnstar
10-21-2013, 03:59 PM
mby u know some another widget to use instead of this..??
I wish I did. I like the idea but if it doesn't work, then get rid...
For the most part, I am just sorry I am unable to create these modifications..
willy888
10-21-2013, 06:32 PM
I can't uninstall it , When I do I have ERROR 500 - INTERNAL SERVER ERROR
The Widget CMS featured Content slider is disappear , probably that's why I cant uninstall the plugin.
I try to install it again from the begining ,but now there is no Widget Type: CMS featured Content slider to create .
How can I uninstall it ?
DemOnstar
10-22-2013, 05:47 AM
How can I uninstall it ?
Not sure really but if it isn't doing any harm then leave it...
It is a bit annoying I know..
willy888
10-22-2013, 05:53 AM
I CAN'T PUBLISH ANY CONTENT .
It messed up . Of course I want to unistall it ....... it's a problem .
Please find me a solution
SirShaw
10-22-2013, 11:18 PM
Hi all,
I just upgraded from version 4.2.1 to 4.2.2 and I'm throwing in the top of the page the following message:
"Warning: Declaration of vBCms_Widget_cmsfcs::getHash() should be compatible with that of vBCms_Widget::getHash() in ..../packages/vbcms/widget/cmsfcs.php on line 334"
To see the error entering http://www.chileallin.com.
I tried uploading the files again but neither solved.
If anyone has the same error and solved it please help otherwise support someone who can help me, I do not know how to fix it.
Thank you!
^ I too am getting this error and just upgraded to 4.2.2
hawaiibillT
11-03-2013, 10:32 PM
thanks for the slider. its working good for me in 4.2.1 pl1 other than not showing up in one section. looking forward to the next version.
rmordico
12-13-2013, 10:49 AM
^ I too am getting this error and just upgraded to 4.2.2
Yes I have the same Error on my CMS startpage.
Warning: Declaration of vBCms_Widget_cmsfcs::getHash() should be compatible with vBCms_Widget::getHash($widgetid = false, $nodeid = false) in ..../packages/vbcms/widget/cmsfcs.php on line 338
Would be nice to get it compatible with vBadvanced CMPS.
Manuel94
01-14-2014, 10:08 AM
You can insert this slider on the page forumhome?
Elenna
01-21-2014, 11:07 PM
Has anyone had luck getting this to work with vBulletin 4.2.2? I am getting the same message:
Warning: Declaration of vBCms_Widget_cmsfcs::getHash() should be compatible with vBCms_Widget::getHash($widgetid = false, $nodeid = false) in ..../packages/vbcms/widget/cmsfcs.php on line 338
Elenna
01-22-2014, 10:28 PM
Never mind, I found the issue and fixed it!
For those on 4.2.2 that are also getting this error message, here is the fix:
Error:
Warning: Declaration of vBCms_Widget_cmsfcs::getHash() should be compatible with vBCms_Widget::getHash($widgetid = false, $nodeid = false) in ..../packages/vbcms/widget/cmsfcs.php on line 338
Open up that cmsfcs.php file, and scroll to the bottom. A few lines up, you should see
protected function getHash($widgetid)
Change that line to read:
protected function getHash($widgetid = false, $nodeid = false)
Voila! :)
Scalemotorcars
01-28-2014, 03:26 PM
Thanks the fix worked for me. :up:
ETrucKing
06-26-2014, 03:17 PM
Thanks for the slider.
A few questions, couldn't find any mention of them in the replys
Is it possible set popular to be for the last 30 days?
Not sure why but its showing code (example: "<center></center>") in the description part of the slider, is it possible to hide html code from the description?
Also my articles that are queued to be posted show up in the slider before their scheduled to be published?
Thanks for any help.
Toorak Times
07-03-2014, 06:06 AM
Loving this, got it working on my 4.2.2 no problemo
LL SELULAR
08-07-2014, 07:47 PM
Has anyone had luck getting this to work with vBulletin 4.2.2? I get a message like this:
Warning: Declaration of vBCms_Widget_cmsfcs::getHash() should be compatible with that of vBCms_Widget::getHash() in ..../packages/vbcms/widget/cmsfcs.php on line 0
and Configure The Widget in VBulletin CMS -> widgets
I click on the Configure does not appear Configuring Widgets
sub_ubi
12-16-2014, 11:04 AM
Never mind, I found the issue and fixed it!
For those on 4.2.2 that are also getting this error message, here is the fix:
Error:
Open up that cmsfcs.php file, and scroll to the bottom. A few lines up, you should see
Change that line to read:
Voila! :)
Thanks for saving me from a headache. And you spelled voila correctly, on the internet.
john7911
12-16-2014, 12:15 PM
Thank you :)
Muhammad Rahman
04-15-2015, 09:43 PM
work fine for vB 4.2.2 .. :D
one question,
How to cut of popular item for 7 days or one week.,
Ksb2050
05-24-2015, 01:15 AM
Ok so how to I make it only appear on my main page?
I have the same question. Does anyone know how to make the slider only appear on the front page? Right now it's displaying in the articles and it looks bad.
Another issue...
It's showing my 2 articles but it's not sliding...at all....anyone know how to fix?
Toorak Times
05-27-2015, 03:56 AM
I have the same question. Does anyone know how to make the slider only appear on the front page? Right now it's displaying in the articles and it looks bad.
Another issue...
It's showing my 2 articles but it's not sliding...at all....anyone know how to fix?
Create a different grid for your sectional pages, and can be varied for different sub sections
I CAN'T PUBLISH ANY CONTENT .
It messed up . Of course I want to unistall it ....... it's a problem .
Please find me a solution
Budget101
05-29-2015, 03:13 PM
I have the same question. Does anyone know how to make the slider only appear on the front page? Right now it's displaying in the articles and it looks bad.
Create a Widget for your slider.
Admincp> vbCMS> Widgets> Add New Widget> Create widget for slider.
Create a separate layout for your Home/Front Page Only.
Admincp> vbCMS>Layout Manager> Add New Layout> create new layout for home/frontpage only
Insert the widget in home/front page of your site, adjust the widgets to your preference, save.
Open your homepage, Edit Homepage (Beside title)
(http://www.yourdomain.com/content.php?r=1-/edit )
Change Layout to Your New Layout designed for homepage only. Save.
Make sure that you change any sections that "Inherit" the layout to their own layout.
Another issue...
It's showing my 2 articles but it's not sliding...at all....anyone know how to fix?
Link to your site please.
LM SpinX
11-06-2015, 09:36 PM
Is there anyway to make the images responsive? It looks messy whe viewing on mobile/ tablet.
PedroMA
09-23-2016, 07:43 PM
Hi!
I have problems with the slider. I don't know why, but I try to modify the CSS and now works but without slide. You can view the problem here (http://guitarbend.com).
Can you help me?
Thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.