vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - News Slideshow (https://vborg.vbsupport.ru/showthread.php?t=139529)

nyplaya47 09-04-2007 01:42 PM

Quote:

Originally Posted by wolf32 (Post 1330981)
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.:)

wolf32 09-04-2007 05:00 PM

Quote:

Originally Posted by nyplaya47 (Post 1332152)
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. ;)

MPDesignZ 09-13-2007 12:27 AM

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

wolf32 09-13-2007 11:08 PM

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.

MPDesignZ 09-14-2007 11:52 AM

Quote:

Originally Posted by wolf32 (Post 1338642)
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

wolf32 09-14-2007 08:05 PM

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.

MPDesignZ 09-15-2007 02:10 PM

Quote:

Originally Posted by wolf32 (Post 1339121)
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

Merrillizer 09-25-2007 04:18 AM

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

Aeolian 09-28-2007 01:57 AM

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!

MPDesignZ 09-28-2007 07:21 PM

Quote:

Originally Posted by wolf32 (Post 1338642)

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


All times are GMT. The time now is 06:25 AM.

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.01458 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete