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

Reply
 
Thread Tools
News Slideshow Details »»
News Slideshow
Version: 1.00, by Lionel Lionel is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.6.4 Rating:
Released: 02-15-2007 Last Update: 02-23-2007 Installs: 58
 
No support by the author.

...................

Show Your Support

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

Comments
  #282  
Old 06-22-2007, 03:40 AM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to purchase the script from http://demo.joomlaworks.gr/ and get the right files to get it to work.
Reply With Quote
  #283  
Old 06-22-2007, 06:20 PM
murrtex murrtex is offline
 
Join Date: May 2002
Location: izmir
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the working slideshow.php ;

I added
Code:
      </div>
    </div>
  </div>
  <div id="navi-outer">
    <div class="ul_container">
      <ul>
        <li><a href="#prev" onclick="showPrev();clearSlide();" title="Previous">&laquo;</a></li>
        <?php
		$fpss_nav_buttons = $div_id++;
		for ($i=1;$i<$fpss_nav_buttons;++$i) {
		?>
        <li><a class="navi" href="#<?php echo ($i < 10) ? "0".$i : $i; ?>"><?php echo ($i < 10) ? "0".$i : $i; ?></a></li>
        <?php } ?>
        <li><a href="#next" onclick="showNext();clearSlide();" title="Next">&raquo;</a></li>
        <li><a href="#play/pause" onclick="playButtonClicked();return false;" id="playButton">Pause</a></li>
      </ul>
    </div>
  </div>
</div>
to original php file
Reply With Quote
  #284  
Old 06-24-2007, 07:06 AM
fr?nk fr?nk is offline
 
Join Date: Aug 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
I had to purchase the script from http://demo.joomlaworks.gr/ and get the right files to get it to work.
I did the same, but what do you mean with "right files"? I took the files from the Joomla zipped mod-folder, but some files where missing. Where did you get those files? Thx Frank
Reply With Quote
  #285  
Old 06-24-2007, 07:15 AM
fr?nk fr?nk is offline
 
Join Date: Aug 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW: I have installed the mod here: www.zockos.de
Maybe someone got an idea. Thx
Reply With Quote
  #286  
Old 06-24-2007, 02:32 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by murrtex View Post
Here is the working slideshow.php ;

I added
Code:
      </div>
    </div>
  </div>
  <div id="navi-outer">
    <div class="ul_container">
      <ul>
        <li><a href="#prev" onclick="showPrev();clearSlide();" title="Previous">&laquo;</a></li>
        <?php
		$fpss_nav_buttons = $div_id++;
		for ($i=1;$i<$fpss_nav_buttons;++$i) {
		?>
        <li><a class="navi" href="#<?php echo ($i < 10) ? "0".$i : $i; ?>"><?php echo ($i < 10) ? "0".$i : $i; ?></a></li>
        <?php } ?>
        <li><a href="#next" onclick="showNext();clearSlide();" title="Next">&raquo;</a></li>
        <li><a href="#play/pause" onclick="playButtonClicked();return false;" id="playButton">Pause</a></li>
      </ul>
    </div>
  </div>
</div>
to original php file

I am sorry......but who are you replying to?

Quote:
Originally Posted by fr?nk View Post
I did the same, but what do you mean with "right files"? I took the files from the Joomla zipped mod-folder, but some files where missing. Where did you get those files? Thx Frank
When you get the zip file from Joomla you are supposed to then contact the admin via email for the vBulletin version. Once you get that, you will find the "mod_fpslideshow" folder and the slideshow.php file. Upload the "mod_fpslideshow" folder in your "forums/clientscript/" folder and the slideshow.php file in your "forums/modules" folder. Follow Lionel's instructions from there and enjoy.
Reply With Quote
  #287  
Old 06-25-2007, 10:30 AM
xug xug is offline
 
Join Date: Oct 2001
Location: The Grand Strand, SC
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ Lionel, what "Flash" News Reader do you have currently running, I like that one a lot.
Reply With Quote
  #288  
Old 06-27-2007, 10:36 AM
murrtex murrtex is offline
 
Join Date: May 2002
Location: izmir
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
I am sorry......but who are you replying to?
you do not know me never mind ok?
Reply With Quote
  #289  
Old 06-27-2007, 02:15 PM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i like your forum/portal... its really nice!!!
Reply With Quote
  #290  
Old 06-28-2007, 05:31 AM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did anyone get an email from Joombla about a upgrade to this mod?
Reply With Quote
  #291  
Old 06-29-2007, 04:42 AM
fr?nk fr?nk is offline
 
Join Date: Aug 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post

When you get the zip file from Joomla you are supposed to then contact the admin via email for the vBulletin version. Once you get that, you will find the "mod_fpslideshow" folder and the slideshow.php file. Upload the "mod_fpslideshow" folder in your "forums/clientscript/" folder and the slideshow.php file in your "forums/modules" folder. Follow Lionel's instructions from there and enjoy.
OK, I have received the vb version but it still doesn't work (www.zockos.de).
Could it be a version issue or does someone have an idea?

Many thanks in advance...Frank
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 09:50 AM.


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.05258 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (5)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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