Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Please delete this modification. Rebuilding Modification Details »»
Please delete this modification. Rebuilding Modification
Version: 1.08, by daveaite daveaite is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Major Additions - Version: 4.1.2 Rating:
Released: 12-24-2010 Last Update: 03-26-2011 Installs: 34
Uses Plugins
Additional Files  
No support by the author.


A Dynamically Driven Forum Slider for your vBulletin4.X Forum or Suite. Sites like Yahoo, MSN, AOL, MTV, all use Dynamic Sliders as their Main Focus of the Home Page.

Features:
  • Automatically Pulls Content from your Forums! Images and Text
  • Display Text from Forum Threads
  • Display Images from Forum Threads
  • Automatically cut off long titles
  • Automatically cut off long descriptions
  • Easy Customization in Admincp Options
  • No work after installation
  • New Content Automatically displayed
  • Special Permissions of who can post
  • 5 Minute Installation
  • Custom default image if no images are present in thread.
  • Works with External Sites
  • Powerd By Jquery
  • Deep Links to new content in Your Forum
  • Unique Custom Coded Slider


See a Complete list of all features of the Lite version.

SEO Features
  • Drives traffic from your front page to deep threads in your forum
  • Adds fresh content hourly or daily to your Home Page
  • Parses title and content to your front page.
  • Not a FLASH Based Slider.

Other features:
Frequently Asked Questions

Demos:
A live version can be seen on MMORPG Games. Installation Instructions included inside.



Q: It's not working. Error?
A: Make sure RSS Syndication is Turned on, on your forum.
Go to Settings > Options > External Data Provider > Enable RSS Syndication

Q: It's not parsing any data?
A: Try switching the rss feed as a test

Demo

Scroll down to first post for more images.


Update log: 3/27/2011
v.1.08
-Fixed Copyright issues
-Fixed overlapping with navbar and forumslider if navbar used pulldowns in css3 or javascript
-Fixed core components to improve performance
-Fixed Aesthetics - Looks cleaner.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 03-17-2011, 10:55 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
I dont even use facebook connect, because I dont want my site to slow down. Too bad. It looks very nice.
Thanks, I think? lol

Quote:
Originally Posted by dang3rzon3 View Post
doesnt' work for my site
www.pianetag.it
(vbseo installed)
vb last versione

It displays:

{%var_html%}

Try inputting the widget code again. Make sure your using a php widget. Make sure RSS is enabled. Make sure you read the guide as well and any FAQ. http://forumslider.com/category/faq/
Reply With Quote
  #83  
Old 03-18-2011, 04:17 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by daveaite View Post
Thanks, I think? lol
Yeah, looks like a great product. I would have bought it without blinking if it wasn't partly hosted on your site. But I can surely understand the need to protect against piracy.
Reply With Quote
  #84  
Old 03-18-2011, 03:02 PM
wacnstac wacnstac is offline
 
Join Date: Nov 2001
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeap the fact that your site was hacked and the fact that you are insisting that it be partially run from your site now and in the future is a deal breaker for me. I spent the money for the Ultimate version but I won't be running it or recommending it for any more sites.
Reply With Quote
  #85  
Old 03-20-2011, 01:56 PM
netpants netpants is offline
 
Join Date: Feb 2010
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

shame. considered buying it. Glad I read through all of the posts.
Reply With Quote
  #86  
Old 03-22-2011, 08:50 PM
dang3rzon3 dang3rzon3 is offline
 
Join Date: Sep 2009
Location: Milano (Italy)
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have all rss option enabled in my forum and i try to insert a widget.
I try to reinstall and read all FAQ but doesnt' work for my site
vbseo installed

url: www.pianetag.it

this is the code i use in the php widget:

$fsconfig = array();
$fsconfig['width'] = vB::$vbulletin->options[fs_width];
$fsconfig['height'] = vB::$vbulletin->options[fs_height];
$fsconfig['style'] = vB::$vbulletin->options[fs_style];
$fsconfig['template'] = vB::$vbulletin->options[fs_template];
$fsconfig['rss_url'] = vB::$vbulletin->options[fs_rss_url];
$fsconfig['def_image'] = vB::$vbulletin->options[fs_def_image];
$fsconfig['border_color'] = vB::$vbulletin->options[fs_border_color];
$fsconfig['back_color'] = vB::$vbulletin->options[fs_back_color];
$fsconfig['title_max_char'] = vB::$vbulletin->options[fs_title_max_char];
$fsconfig['des_max_char'] = vB::$vbulletin->options[fs_des_max_char];
$fsconfig['cap_height'] = vB::$vbulletin->options[fs_cap_height];
$fsconfig['path'] = "forumslider/templates/" . $fsconfig['template'];
$fsconfig['border_size'] = vB::$vbulletin->options[fs_border_size];

include_once("forumslider/slider.php");

$output .= generateOutput($fsconfig);


i upload the files in

www.pianetag.it/forumslider
and also
www.pianetag.it/forum/forumslider

can you help me?

I see this :
Reply With Quote
  #87  
Old 03-25-2011, 07:35 PM
S S0DEN's Avatar
S S0DEN S S0DEN is offline
 
Join Date: Jul 2006
Location: Ft Carson
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Scam, no thank you.
Reply With Quote
  #88  
Old 03-25-2011, 08:28 PM
dang3rzon3 dang3rzon3 is offline
 
Join Date: Sep 2009
Location: Milano (Italy)
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anybody help me?
Reply With Quote
  #89  
Old 03-27-2011, 08:41 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update log: 3/27/2011
v.1.08
-Fixed CR issues
-Fixed overlapping with navbar and forumslider if navbar used pulldowns in css3 or javascript
-Fixed core components to improve performance
-Fixed Aesthetics - Looks cleaner.
-Improved Security

Also I found removing the padding above the cms improves the slider look to a cleaner look. You can do this by changing the css. Perhaps more indeth instructions on how to do this soon.

Most Likely in version v.109 the Lite version will be partially run by our servers, though the ultimate server will be the complete code that does not validate through out system.
Reply With Quote
  #90  
Old 03-27-2011, 10:20 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Re-working the entire modification. I will probably request that this thread be deleted as it will be a different mod.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:43 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07901 seconds
  • Memory Usage 2,301KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete