The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
United-Forum Nivo Slider Widget Details »» | ||||||||||||||||||||||||||||||||
Based on the Nivo Slider - all credit for slider awesomeness goes to them.
vB4 implementation goes to me. What it is: A slider for cms articles, it gets the articles via database, uses (if possible) the previewimage there and resizes it to slider size *update 1.1.0 cropping function included. Livedemo on a Big Board (>2.000.000 posts) the nivo slider on our site is customized to fit our heavily customized cms. Default look of this addon is shown in the picture below facts about the nivo slider Quote:
Custom settings: Support:
Slider not working. No idea why?
The widget here is completely free. No charge, no branding. But, we do not mind donations either. If you want to give us something. Since we are advertising free and fan based we are happy about every small donation. ( On Forumhome bottom right paypal button: http://www.united-forum.de/forum.php ) That's all Hope it works for you. Regards Mooff Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
13 благодарности(ей) от: | ||
AaronMiller, Aramist, doctorsexy, Gemma, LOGECT, mitch84, nacaruncr, owning_y0u, RaSa, Sage Knight, The Rocketeer, YkudzA |
Comments |
#112
|
|||
|
|||
1- depends. Works via different layouts on different sections.
two options a) you do not show articles on your homepage, only widgets. Then adding a subsection which shows the slider and telling vb in the acp to show that subsection instead of the main section will be enough. b) you do show articles on your homepage, then create a hidding second section below your newssection with a different layout without slider. Move all categories* and articles to that second section. Set the homepage to 'show all articles from subsections. 2- activate cms rewrite in the vbseo command panel. There look for extended options (or similar, haven't checked how it is called exactly) and follow the instructions for custom rewrites. *be careful here, moving categories via the acp is the buggiest piece of *** i have ever experienced in the vb_acp. If you can, i would strongly advise you to do it manually in the database. And backup your database before that! |
#113
|
|||
|
|||
Quote:
doc_width? Edit: k set doc_width to 1000 but now it's aligned to the left side of the page. |
#114
|
|||
|
|||
set doc_margin to 'auto' as said in the doc_margin stylevar description.
|
#115
|
|||
|
|||
Beautiful work; I was waiting for long time unfortunately It is very slow!
|
#116
|
|||
|
|||
Hi mooff !
I need your help. In your script, when someone reply an article, the slide goes to the front of the slider cycle. In my board I don't wanna show again older slides. How can I change this ? Ty in advance |
#117
|
|||
|
|||
hmmm nvm....
I've removed Code:
+ (10 * $article['replycount']) It's how I need now...ty anyway. |
#118
|
|||
|
|||
Can you make this work with: Article Forums v4.x?
https://vborg.vbsupport.ru/showthread.php?t=237116 I don't use VB CMS and already use this slider (but I use it manually) for it to work with Article Forums would be amazing and would solve all my problems! Thanks |
#119
|
|||
|
|||
is it possible to have this work with forumposts rather than articles and have this load selected images to each slide?
that would make this so amazing. for my site i had to change the size to 830x320 for it to show up decently, i can't get it to load the article images right now, but even if i could most are 240x240 and wouldn't look right in 830x320. |
#120
|
|||
|
|||
@Aramist
If you do not want the value sorting function you can remove the whole sorting part and therefore gain a bit in performance (not that much, but well a bunch of calculations are unnecessary then). (untested!) search for: Code:
/* my version of sorting the articles via relevance - i'll keep it in case someone is interested*/ while($article = vB::$db->fetch_array($article_get)) { $article['value'] = ( 5 - ($time - $article['publishdate'] ) / 86400 ) * ( 5 - ($time - $article['publishdate'] ) / 86400 ) * ( 5 - ($time - $article['publishdate'] ) / 86400 ) + (10 * $article['replycount']); $database_articles[] = $article; } foreach($database_articles as $c => $key) { $sort_value[] = $key['value']; } array_multisort($sort_value, SORT_DESC, $database_articles); // $i = 0; $section_array = array(); $featured_articles = array(); foreach($database_articles AS $article) { Code:
$i = 0; $section_array = array(); $featured_articles = array(); while($article = vB::$db->fetch_array($article_get)) { @ Loversama I do not know what that mod does in terms of database changes and i do not have it installed and i cannot install it on our board, nor can i install it in our testboard (there we have 3 different unreleased projects right now which i can't risk to compromise). @ Wordplay Working with forumposts would need a database query rewrite. That beeing said. What can be done is showing title and description of threads and then using images based on the forum they are in. What can't be done is searching through the pagetext to find an image suited for the slider. (Well it can, but i can't debug that and it does need a lot of thinking and work. Work which will have no use on our board. Sorry.) As for article images not beeing suited for the slider. We do face the same problem on our board. Therefore we are using a highly customized version which does account for our needs. Like using section and category based images as fallbacks and resizeing images only for images which are at least 400px wide and have a width/height ratio between 2.5 and 2.8. Options i can not set as default for everyone. But as said in the first post, if one does need something fancy i might be able to help with some custom code for your board. No promises though. And i need to know exactly what one does want. Exactly. Like explaining it to your grandma exactly |
#121
|
|||
|
|||
well this is the best slide i've ever seen:
http://www.bet.com/shows.html i would like to impliment that into my site. is there really no way to make it just pick the first image attached to a thread? if there is no way to make it collect information from a specific forumthread, and that slide with thumbnails would work on articles, i'll just change my forum setup around to use articles rather than forumposts to post news. does the slider randomly pick an image from an article or does it pick out the first attachment in an article? right now i can't get it to display any images from the articles. it just shows my default fall back image on every news article. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|