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
  #362  
Old 09-04-2007, 01:42 PM
nyplaya47's Avatar
nyplaya47 nyplaya47 is offline
 
Join Date: May 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wolf32 View Post
You might just be editing to wrong line. Where it says

Code:
.fpss_introtext h1
Change to
PHP Code:
.fpss_introtext h1 a {color:#FFFFFF} 
Of course change the color to your coice.
Thanks alot for yor response but I tried that, and it didn't change the color of the font. I could change the font size and style, but not the color using your method.

However, by accident I found that (in mod_fpslideshow.php) changing:

$show_title = 1 // Show the slide title?
$show_introtext = 1; // Show the slide text?
$show_readmore = 1; // Show the slide 'read more' link?

to

$show_title = 0 // Show the slide title?
$show_introtext = 0; // Show the slide text?
$show_readmore = 1; // Show the slide 'read more' link?

Made the Font turn white. I was actually trying to turn off the news title and instead it made the font turn white. Call it a fluke or glitch, but I'm happy. Thanks for your help.
Reply With Quote
  #363  
Old 09-04-2007, 05:00 PM
wolf32 wolf32 is offline
 
Join Date: Jan 2007
Location: Virginia Beach, VA
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nyplaya47 View Post
Thanks alot for yor response but I tried that, and it didn't change the color of the font. I could change the font size and style, but not the color using your method.

However, by accident I found that (in mod_fpslideshow.php) changing:

$show_title = 1 // Show the slide title?
$show_introtext = 1; // Show the slide text?
$show_readmore = 1; // Show the slide 'read more' link?

to

$show_title = 0 // Show the slide title?
$show_introtext = 0; // Show the slide text?
$show_readmore = 1; // Show the slide 'read more' link?

Made the Font turn white. I was actually trying to turn off the news title and instead it made the font turn white. Call it a fluke or glitch, but I'm happy. Thanks for your help.
Glad to hear you got it working.
Reply With Quote
  #364  
Old 09-13-2007, 12:27 AM
MPDesignZ MPDesignZ is offline
 
Join Date: Feb 2007
Location: Daytona Beach, FL
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erm what do you mean by upload the module & install it? There is no product to import? I'm confused and I have a client that has purchased this script and I need to install it on his vb forum. So if there is a link for the product to import or a little bit more clear how to on where to install that would be great.

MP
Reply With Quote
  #365  
Old 09-13-2007, 11:08 PM
wolf32 wolf32 is offline
 
Join Date: Jan 2007
Location: Virginia Beach, VA
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. Upload the entire mod_fpslideshow folder to the root of your board (ex : /board/mod_fpslidehow/

2. now, open the mod_fpslideshow.php file

a. change the path to >>>> '/board/' or leave blank if your forum is located in the root.
b. add the forum ids you will be using ex: (119,80,22)
make sure you already have test threads created in these forums prior to adding this to your modules folder with thumbnails already attached to those threads and allowing guest downloading access via the admincp forum permissions.

b. find in mod_fpslideshow.php

Code:
$use_mootools 	= 1;

and change the "1" to 0; 

or you will get java errors and the slide will not work
3. Upload the mod_fpslideshow.php to your board/modules folder via ftp.

now, in your admincp cmps
>>modules >> add module >> php file
add the mod_fpslideshow.php

title = news
1. identifier = fpslideshow
2. clean file output? = yes
3. use module wrapper? = no

save, then activate the file on your cmps.

I hope that clears up the confusion MP.
Reply With Quote
  #366  
Old 09-14-2007, 11:52 AM
MPDesignZ MPDesignZ is offline
 
Join Date: Feb 2007
Location: Daytona Beach, FL
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wolf32 View Post
1. Upload the entire mod_fpslideshow folder to the root of your board (ex : /board/mod_fpslidehow/

2. now, open the mod_fpslideshow.php file

a. change the path to >>>> '/board/' or leave blank if your forum is located in the root.
b. add the forum ids you will be using ex: (119,80,22)
make sure you already have test threads created in these forums prior to adding this to your modules folder with thumbnails already attached to those threads and allowing guest downloading access via the admincp forum permissions.

b. find in mod_fpslideshow.php

Code:
$use_mootools 	= 1;

and change the "1" to 0; 

or you will get java errors and the slide will not work
3. Upload the mod_fpslideshow.php to your board/modules folder via ftp.

now, in your admincp cmps
>>modules >> add module >> php file
add the mod_fpslideshow.php

title = news
1. identifier = fpslideshow
2. clean file output? = yes
3. use module wrapper? = no

save, then activate the file on your cmps.

I hope that clears up the confusion MP.
Thanks, this is supposed to be used only with the vbadvanced CMPS system? If so do you know if there is something that would just put this on the front of a regular forum without the portal option?

MP
Reply With Quote
  #367  
Old 09-14-2007, 08:05 PM
wolf32 wolf32 is offline
 
Join Date: Jan 2007
Location: Virginia Beach, VA
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erm, I'm sure it could be used with any CMPS, but I haven't tried it so...not quite sure. I don't know of anything that would place this on a non portal page. Sorry.

What you could do is just install the CMPS on the forum itself and display just this module, but I take no responsibility if you choose to do so. lol.
Reply With Quote
  #368  
Old 09-15-2007, 02:10 PM
MPDesignZ MPDesignZ is offline
 
Join Date: Feb 2007
Location: Daytona Beach, FL
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wolf32 View Post
Erm, I'm sure it could be used with any CMPS, but I haven't tried it so...not quite sure. I don't know of anything that would place this on a non portal page. Sorry.

What you could do is just install the CMPS on the forum itself and display just this module, but I take no responsibility if you choose to do so. lol.
Ok I'll let me client know and see what we can do. Thanks

MP
Reply With Quote
  #369  
Old 09-25-2007, 04:18 AM
Merrillizer Merrillizer is offline
 
Join Date: Oct 2006
Location: Hampton, NH Marshland
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Getting errors above the slideshow....and the latest posts are not showing in it. It just shows one old thread and never scrolls....

Code:
Warning: fopen(/var/www/forums/clientscript/mod_fpslideshow/mod_fpslideshow.js) [function.fopen]: failed to open stream: No such file or directory in /modules/slideshow.php on line 193

Warning: fwrite(): supplied argument is not a valid stream resource in /modules/slideshow.php on line 194

Warning: fclose(): supplied argument is not a valid stream resource in /modules/slideshow.php on line 195
What did I do wrong? LOL
Reply With Quote
  #370  
Old 09-28-2007, 01:57 AM
Aeolian Aeolian is offline
 
Join Date: Apr 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

don't know if i posted this before, but here is my version of 'Frontpage Slideshow' for vB
http://www.amadergaan.com/forum/index.php

thanks

ps: if anyone is wondering i might be help!
Reply With Quote
  #371  
Old 09-28-2007, 07:21 PM
MPDesignZ MPDesignZ is offline
 
Join Date: Feb 2007
Location: Daytona Beach, FL
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wolf32 View Post

a. change the path to >>>> '/board/' or leave blank if your forum is located in the root.
b. add the forum ids you will be using ex: (119,80,22)
make sure you already have test threads created in these forums prior to adding this to your modules folder with thumbnails already attached to those threads and allowing guest downloading access via the admincp forum permissions.
OK I have questions about this step here. 1) there is no path to modify in the file & 2 there is no place to put forum ids. I need you to be more specific like what is the code for this?



EDIT: Found these things in the slideshow.php file that is for download here.


EDIT 2: Ok this did not work I need specific instructions for install. There are 2 different files you say to modify stuff ina file that is not in that file and its in the attached file for this module instead. I need to know exactly how to get this to work in CMPS.

MP

MP
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 01:03 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04880 seconds
  • Memory Usage 2,321KB
  • Queries Executed 27 (?)
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
  • (4)bbcode_code
  • (1)bbcode_php
  • (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
  • (1)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_postinfo_query
  • fetch_postinfo
  • 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