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
  #222  
Old 03-13-2007, 07:41 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Quantnet.org View Post
I mean the Frontpage slideshow, of course

I have played around with the arrangment a bit, move it to the rightside....make the side 360x270 , etc..

Please take a look if you can and make suggestions. I really appreciate it.
Would look for the css email later today.
Thanks
If you are making that column 360, then remember that you are adding padding to the slideshow too. If the padding is 2px then you need to make the slideshow 356 px (360 minus 2px times 2 for both sides)
Reply With Quote
  #223  
Old 03-14-2007, 12:01 AM
bluesteel bluesteel is offline
 
Join Date: Feb 2003
Location: Macclesfield, UK
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZiG View Post
ive got this working just fine in the vbadvanced
Great news zig

I just bought the software tonight, and I'm having the same problem as everybody else - downloaded the slideshow.php module from this thread (WTF is it there for anyway when it doesn't work?)

Do you have an email addy that you could let me have to ask for the correct VB slideshow.php module please?

Thanks in advance
Alan
Reply With Quote
  #224  
Old 03-14-2007, 12:50 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bluesteel View Post
Great news zig

Do you have an email addy that you could let me have to ask for the correct VB slideshow.php module please?

Thanks in advance
Alan
as stated in first post, request it from the seller.
it's there like that because someone posted a pirated version. If this is a problem, I could ask a mod to delete this hack.
Reply With Quote
  #225  
Old 03-14-2007, 11:55 AM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ZiG View Post
ive got this working just fine in the vbadvanced, im currently trying to get it to work with vbportal

i made a seperate slideshow.php file and configured it properly, and created a new php center block in vbportal with no templates and the code:



it seems to access the php file just fine, however for some reason the javascript isn't working properly and i get javascript errors and the page doesn't load



I understand this mod was made for vb advanced, but I use vbportal as well and I don't think it would hurt to try and figure out how to get it to work on both. if anyone has vbportal and wants to help me try and figure out whats wrong, please do. I'll continue on my own anyway.
Wow sweet when you get it working with vbportal can you please share it with us.
Reply With Quote
  #226  
Old 03-14-2007, 01:59 PM
bluesteel bluesteel is offline
 
Join Date: Feb 2003
Location: Macclesfield, UK
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lionel View Post
as stated in first post, request it from the seller.
it's there like that because someone posted a pirated version. If this is a problem, I could ask a mod to delete this hack.
I have now received the module from Fotis, thanks Lionel.
I now have this mod up and running and will be experimenting with the settings later.

Many thanks for this mod.
Reply With Quote
  #227  
Old 03-14-2007, 04:04 PM
bluesteel bluesteel is offline
 
Join Date: Feb 2003
Location: Macclesfield, UK
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One final bit of help needed if possible........... I have checked and tried changing things in the css sheet, but just can't seem to manage changing the title colour from black to a different colour.

Could anybody point me in the right direction please?
Reply With Quote
  #228  
Old 03-14-2007, 04:17 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is defined in mod_fpslideshow.css (fpss_introtext h1)

Quote:
/* Add custom styling here, per your needs! */
.fpss_introtext h1 {font-size:14px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext h1 a {color:#ffcc00;}
.fpss_introtext h1 a:hover {color:#FFCC00;}
.fpss_introtext h1 a:visited {color:#FFCC00;}
.fpss_introtext h2 {font-size:12px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext h3 {font-size:11px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext p {margin:0px 0px 0px 4px;padding:0px;}
.fpss_introtext img {display:none;} /* this will hide images inside the introtext */
.fpss_introtext p img {display:none;} /* this will hide images inside the introtext */
Reply With Quote
  #229  
Old 03-14-2007, 05:06 PM
bluesteel bluesteel is offline
 
Join Date: Feb 2003
Location: Macclesfield, UK
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I know that Lionel.
I just can't get the syntax/command correct.
This is what I have tried, but the title remains black. I'm obviously doing something wrong

/* Notice: Add custom text styling here to overwrite your template's CSS styles! */
.fpss_introtext {}
.fpss_introtext h1 {font-size:14px;font-color:#FFFF00;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext h1 {font-color:#FFFF00;}
.fpss_introtext h1 a {}
.fpss_introtext h1 a:hover {}
.fpss_introtext h2 {font-size:12px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext h3 {font-size:11px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext p {margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext img {display:none;} /* this will hide images inside the introtext */
.fpss_introtext p img {display:none;} /* this will hide images inside the introtext */

/* --- End of stylesheet --- */

PS Thanks for the swift response
Reply With Quote
  #230  
Old 03-14-2007, 05:33 PM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try doing color:#FFFF00;

instead of font-color:#FFFF00;
Reply With Quote
  #231  
Old 03-14-2007, 05:41 PM
bluesteel bluesteel is offline
 
Join Date: Feb 2003
Location: Macclesfield, UK
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think we must be in the wrong area!

I tried that Lionel, and it changed colour ok, but the wrong one lol
If you look at the attachment, it has changed "Site details", whereas its the text above it (Pennygroes) that I wish to change.

Any ideas please? Sorry to be a pain.
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 12:41 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.10926 seconds
  • Memory Usage 2,311KB
  • 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
  • (6)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